Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[manif] Update version to 0.0.5 #43317

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ports/manif/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO artivis/manif
REF bb3f6758ae467b7f24def71861798d131f157032
SHA512 aaead27e1a177a1ded644bac270702c7d6232ac5345148be41d3ebca7e181d194e106d74f175182af51a72a4f26d5632749306d86676b5cb8862ddc34ea16a05
REF "${VERSION}"
SHA512 ab74e6c67641a9bb33bf779fb70d4f79d0758840f28750448c0a26714cd3941376f128cd3936d7329f9c74becc18440fca2a1ff52759f99019fb430287a3a52f
HEAD_REF devel
)

Expand All @@ -16,3 +16,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH share/manif/cmake)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" COPYONLY)
4 changes: 4 additions & 0 deletions ports/manif/usage
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
manif provides CMake targets:

find_package(manif CONFIG REQUIRED)
target_link_libraries(main PRIVATE MANIF::manif)
2 changes: 1 addition & 1 deletion ports/manif/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manif",
"version-date": "2023-07-17",
"version": "0.0.5",
"description": "A small C++11 header-only library for Lie theory.",
"homepage": "https://github.com/artivis/manif",
"documentation": "https://artivis.github.io/manif/",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5765,7 +5765,7 @@
"port-version": 0
},
"manif": {
"baseline": "2023-07-17",
"baseline": "0.0.5",
"port-version": 0
},
"manifold": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/manif.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a42f06eab26de6a24426fdcf6b0c914bf863fb63",
"version": "0.0.5",
"port-version": 0
},
{
"git-tree": "85cbc740d2b88302059e858e4f0fe74cf59c5a08",
"version-date": "2023-07-17",
Expand Down