Skip to content

Commit

Permalink
[cgal] update to 6.0.1 (microsoft#41845)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored Oct 31, 2024
1 parent 80dfbfe commit 15a18ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 217 deletions.
212 changes: 0 additions & 212 deletions ports/cgal/PR-8523__CGAL_CGAL-protect_against_macro_free-GF.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/cgal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
REF v${VERSION}
SHA512 f61e608898d798b90ce07260928b682161f00e964b43b9876ef6604d10c30787a0814e13afde90f7d703efd6b83c61dd4a9d9f50d21068bd50c5c15f94b5755b
SHA512 28963cdbf84d516290da69ca2ad5c90ec61dd9ca9cd97643ccf5b553c406e96a82621270214c0c81c32da7f8c388090a304d229925ed6e1548dbce3abcf1a259
HEAD_REF master
PATCHES
PR-8523__CGAL_CGAL-protect_against_macro_free-GF.patch
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion ports/cgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgal",
"version": "6.0",
"version": "6.0.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",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@
"port-version": 6
},
"cgal": {
"baseline": "6.0",
"baseline": "6.0.1",
"port-version": 0
},
"cgicc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cgal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "72f95d74f101763f740375bfecc249c096e9ff58",
"version": "6.0.1",
"port-version": 0
},
{
"git-tree": "f1be286404a2a318493e10e1818b244e2772f2f0",
"version": "6.0",
Expand Down

0 comments on commit 15a18ed

Please sign in to comment.