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
Closed
Show file tree
Hide file tree
Changes from 3 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
4 changes: 0 additions & 4 deletions ports/vcglib/CONTROL

This file was deleted.

225 changes: 0 additions & 225 deletions ports/vcglib/consume-vcpkg-eigen3.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/vcglib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
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 001a01b38688acbf81f0ec821e9bde3e6d4622ab #2020.09
SHA512 072dc05833ebf65a78ad0a580010ffa2e8bfc181c3ff6d782a0951c5f6c24d3254d18340ab9ae51c8fea5144248f2c6cd7c53c8bd41b55491fe6160ac4725696
)

configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/vcglib/copyright COPYONLY)
Expand Down
9 changes: 9 additions & 0 deletions ports/vcglib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "vcglib",
"version-string": "2020.09",
"description": "library for manipulation, processing, cleaning, simplifying triangle meshes.",
"homepage": "https://github.com/cnr-isti-vclab/vcglib",
"dependencies": [
"eigen3"
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6569,7 +6569,7 @@
"port-version": 0
},
"vcglib": {
"baseline": "1.0.1",
"baseline": "2020.09",
"port-version": 0
},
"vcpkg-cmake": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vcglib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae87c1216f6ea8a3c355bce27e6b701b80b2c25b",
"version-string": "2020.09",
"port-version": 0
},
{
"git-tree": "18b77419728670df6316365979f59919168b9ee2",
"version-string": "1.0.1",
Expand Down