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

[vcglib] update to 2021.10 #17252

Closed
wants to merge 12 commits into from
225 changes: 0 additions & 225 deletions ports/vcglib/consume-vcpkg-eigen3.patch

This file was deleted.

13 changes: 6 additions & 7 deletions ports/vcglib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cnr-isti-vclab/vcglib
REF v1.0.1
SHA512 55d1854054744abae2d41e7b5041df89253bae108df5fc1cfe777013de7192dce04bc474475cb11a1d0343ebcab1ea61b381d9d9c36c452528043e85e75bc211
PATCHES consume-vcpkg-eigen3.patch
REF 8132239bfa5bc864a016b4fb3a27f389e4921ca4 #2021.07
SHA512 60f88d05a7af36b7a84490d58f681afb091511374438c8ce5bb9304c3d76ee9ea12801846c181f61436cb66b6cbd8c7598fc40960a81a12d0e79c141339f1b43
)

configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/vcglib/copyright COPYONLY)
configure_file("${SOURCE_PATH}/LICENSE.txt" "${CURRENT_PACKAGES_DIR}/share/vcglib/copyright" COPYONLY)

file(COPY ${SOURCE_PATH}/vcg/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/vcg)
file(COPY ${SOURCE_PATH}/wrap/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/wrap)
file(COPY ${SOURCE_PATH}/img/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/img)
file(COPY "${SOURCE_PATH}/vcg/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/vcg")
file(COPY "${SOURCE_PATH}/wrap/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/wrap")
file(COPY "${SOURCE_PATH}/img/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/img")
15 changes: 12 additions & 3 deletions ports/vcglib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "vcglib",
"version-string": "1.0.1",
"port-version": 1,
"version-string": "2021.07",
"description": "library for manipulation, processing, cleaning, simplifying triangle meshes.",
"homepage": "https://github.com/cnr-isti-vclab/vcglib",
"dependencies": [
"eigen3"
"eigen3",
"pe-parse",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6793,8 +6793,8 @@
"port-version": 1
},
"vcglib": {
"baseline": "1.0.1",
"port-version": 1
"baseline": "2021.07",
"port-version": 0
},
"vcpkg-cmake": {
"baseline": "2021-09-13",
Expand Down
6 changes: 3 additions & 3 deletions versions/v-/vcglib.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"versions": [
{
"git-tree": "4ed58c0ed176662ca418315c77fb0137c2cf7769",
"version-string": "1.0.1",
"port-version": 1
"git-tree": "31dd060e45f9b47fdbcdcb62671da305db9497a3",
"version-string": "2021.07",
"port-version": 0
},
{
"git-tree": "18b77419728670df6316365979f59919168b9ee2",
Expand Down