From 804efeebf3d2c5c2915f1e38d8f957e732bc5228 Mon Sep 17 00:00:00 2001 From: robxnano <89391914+robxnano@users.noreply.github.com> Date: Sun, 5 Mar 2023 15:06:05 +0000 Subject: [PATCH] cgal: Use Boost 1.70 (#7909) --- sci-mathematics/cgal/cgal-4.13.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/cgal/cgal-4.13.recipe b/sci-mathematics/cgal/cgal-4.13.recipe index 8a74d8331..692f07899 100644 --- a/sci-mathematics/cgal/cgal-4.13.recipe +++ b/sci-mathematics/cgal/cgal-4.13.recipe @@ -23,7 +23,7 @@ LICENSE="GNU GPL v3 GNU LGPL v3 Boost v1.0 MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/CGAL/cgal/archive/releases/CGAL-$portVersion.tar.gz" CHECKSUM_SHA256="c4912a00e99f29ee37cac1d780d115a048743370b9329a2cca839ffb392f3516" SOURCE_DIR="cgal-releases-CGAL-$portVersion" @@ -83,11 +83,11 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:eigen$secondaryArchSuffix - devel:libboost_atomic$secondaryArchSuffix - devel:libboost_chrono$secondaryArchSuffix - devel:libboost_date_time$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix - devel:libboost_thread$secondaryArchSuffix + devel:libboost_atomic$secondaryArchSuffix >= 1.70.0 + devel:libboost_chrono$secondaryArchSuffix >= 1.70.0 + devel:libboost_date_time$secondaryArchSuffix >= 1.70.0 + devel:libboost_system$secondaryArchSuffix >= 1.70.0 + devel:libboost_thread$secondaryArchSuffix >= 1.70.0 devel:libGL$secondaryArchSuffix devel:libgmp$secondaryArchSuffix devel:libmpfr$secondaryArchSuffix