Skip to content

Commit

Permalink
[cgal] update to version 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Oct 2, 2024
1 parent f0f8117 commit 0f38e5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 42 deletions.
10 changes: 2 additions & 8 deletions ports/cgal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
REF v5.6.1
SHA512 943413bf3b94da066d47051b22f1c1b66a39a43dad865dd0e4912a9ae6508d9a490bcfe4ef7d662844e9a1ba6e552748fad785b52b2cce98133c2dfdfbfe1a4d
REF v6.0
SHA512 f61e608898d798b90ce07260928b682161f00e964b43b9876ef6604d10c30787a0814e13afde90f7d703efd6b83c61dd4a9d9f50d21068bd50c5c15f94b5755b
HEAD_REF master
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
qt WITH_CGAL_Qt5
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
15 changes: 5 additions & 10 deletions ports/cgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgal",
"version": "5.6.1",
"version": "6.0",
"port-version": 1,
"description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.",
"homepage": "https://github.com/CGAL/cgal",
Expand Down Expand Up @@ -67,15 +67,10 @@
"description": "Qt GUI support for CGAL",
"dependencies": [
"eigen3",
"qt5-3d",
{
"name": "qt5-base",
"default-features": false
},
"qt5-script",
"qt5-svg",
"qt5-xmlpatterns"
"qtbase",
"qtdeclarative",
"qtsvg"
]
}
}
}
}
24 changes: 0 additions & 24 deletions ports/cgal/x86_windows.patch

This file was deleted.

0 comments on commit 0f38e5c

Please sign in to comment.