Skip to content

Commit

Permalink
[ezc3d] update to 1.5.0 (#34133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 4, 2023
1 parent 0659bf1 commit d2f876d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 3 additions & 7 deletions ports/ezc3d/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pyomeca/ezc3d
REF Release_1.4.7
SHA512 ba234be76b5d95b9527952c7e1bf67d9725fc280bf991f45e7cbd68f1aeeab7e963c8c4d928e720d02ebc02ec2b0e41f1c28036cd728ccb4c5a77c6fa81a74ad
REF "Release_${VERSION}"
SHA512 19f2602be04ea4b0d65d7c26cc6b5c687f65ef5bceae104d7bcddec1e8db05cc65db2cb37ac8133b7bbda99cd097ead08fd7dcdaf470f710f5cc68cd73edb150
HEAD_REF dev
)

Expand All @@ -16,11 +16,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_copy_pdbs()

if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_cmake_config_fixup(CONFIG_PATH "CMake")
else()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/ezc3d")
endif()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/ezc3d")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

Expand Down
2 changes: 1 addition & 1 deletion ports/ezc3d/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ezc3d",
"version": "1.4.7",
"version": "1.5.0",
"description": "C3D reader/writer",
"homepage": "https://github.com/pyomeca/ezc3d",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@
"port-version": 2
},
"ezc3d": {
"baseline": "1.4.7",
"baseline": "1.5.0",
"port-version": 0
},
"ezfoundation": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/ezc3d.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f41d466838bd526b6e8717bf3c962b29a7bb47c5",
"version": "1.5.0",
"port-version": 0
},
{
"git-tree": "21ec5f8371f785c406c466171aadff744e2b34e2",
"version": "1.4.7",
Expand Down

0 comments on commit d2f876d

Please sign in to comment.