From 7fd2b83b10cb1755a07119760c82b7f662a54c64 Mon Sep 17 00:00:00 2001 From: moritz-h <7849248+moritz-h@users.noreply.github.com> Date: Sat, 25 May 2024 04:40:17 +0200 Subject: [PATCH] [cgal] fix dependency (#38618) --- ports/cgal/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/c-/cgal.json | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json index 3e2f96999d29af..ad521023d5cf4c 100644 --- a/ports/cgal/vcpkg.json +++ b/ports/cgal/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cgal", "version": "5.6.1", + "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", "license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0", @@ -15,6 +16,7 @@ "boost-core", "boost-detail", "boost-filesystem", + "boost-format", "boost-functional", "boost-fusion", "boost-geometry", @@ -64,7 +66,6 @@ "qt": { "description": "Qt GUI support for CGAL", "dependencies": [ - "boost-format", "eigen3", "qt5-3d", { diff --git a/versions/baseline.json b/versions/baseline.json index fcd51b980ef0de..1dd7526d01cf2f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1558,7 +1558,7 @@ }, "cgal": { "baseline": "5.6.1", - "port-version": 0 + "port-version": 1 }, "cgicc": { "baseline": "3.2.20", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index 608d1a9a3a14d5..f77fa5bec639e8 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "194089df2abf78f3701c7be7d51ddb25feaf108e", + "version": "5.6.1", + "port-version": 1 + }, { "git-tree": "b207625af76c42809d62b804390364ea872392b5", "version": "5.6.1",