Skip to content

Commit

Permalink
sfcgal: Update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jan 28, 2025
1 parent 9ba0c4c commit 8f81ff2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions ports/sfcgal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_gitlab(
GITLAB_URL https://gitlab.com
OUT_SOURCE_PATH SOURCE_PATH
REPO Oslandia/SFCGAL
REF v1.5.1
SHA512 8d33235512a14997b00b4419f42d1195fd40186b56af63cd4494555031799af2a2fc1d0b3c2cd706ce8f6fc6be844af60be3a57774515326a782494e1de44ec2
REPO SFCGAL/SFCGAL
REF v2.0.0
SHA512 c22dcb67cd79e31361e02164f6054cdcf64b341fb95d63b5082bf71cf5fccb310304826c554c60a0c8f0bdf3369515de56d41309b835133076133a908e3cf768
HEAD_REF master
)

set(VCPKG_POLICY_ALLOW_EMPTY_FOLDERS enabled)
set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
Expand Down
4 changes: 2 additions & 2 deletions ports/sfcgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "sfcgal",
"version": "1.5.1",
"version": "2.0.0",
"description": "sfcgal is a C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations.",
"homepage": "https://gitlab.com/Oslandia/SFCGAL",
"license": "LGPL-2.0-or-later",
"supports": "!(arm32 | x86 | xbox)",
"supports": "((x64 & (windows | osx | linux)) | (arm64 & osx)) & !static & !x86",
"dependencies": [
"cgal",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8349,7 +8349,7 @@
"port-version": 4
},
"sfcgal": {
"baseline": "1.5.1",
"baseline": "2.0.0",
"port-version": 0
},
"sfgui": {
Expand Down
2 changes: 1 addition & 1 deletion versions/s-/sfcgal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"versions": [
{
"git-tree": "aac87c83280d209e7913346ed128c8eb0d702ca4",
"version": "1.5.1",
"version": "2.0.0",
"port-version": 0
}
]
Expand Down

0 comments on commit 8f81ff2

Please sign in to comment.