From 301671d318d475c27392c9768cd27a3fa139961c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:01:12 +0700 Subject: [PATCH] cgal: for boost-1.88 --- srcpkgs/cgal/patches/boost-1.88.patch | 11 +++++++++++ srcpkgs/cgal/template | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/cgal/patches/boost-1.88.patch diff --git a/srcpkgs/cgal/patches/boost-1.88.patch b/srcpkgs/cgal/patches/boost-1.88.patch new file mode 100644 index 00000000000..9cc57bd5aa1 --- /dev/null +++ b/srcpkgs/cgal/patches/boost-1.88.patch @@ -0,0 +1,11 @@ +--- a/include/CGAL/number_utils.h ++++ b/include/CGAL/number_utils.h +@@ -30,6 +30,8 @@ + #include + #include + ++#include ++ + namespace CGAL { + CGAL_NTS_BEGIN_NAMESPACE + diff --git a/srcpkgs/cgal/template b/srcpkgs/cgal/template index 25e7bb0a992..01f2bbd6915 100644 --- a/srcpkgs/cgal/template +++ b/srcpkgs/cgal/template @@ -1,10 +1,11 @@ # Template file for 'cgal' pkgname=cgal version=4.14 -revision=7 +revision=8 build_style=cmake build_helper="qemu" -makedepends="boost-devel eigen mpfr-devel" +makedepends="boost-devel-minimal libboost_thread libboost_system + eigen mpfr-devel zlib-devel" short_desc="Computational Geometry Algorithms Library" maintainer="Pierre Allegraud " license="GPL-3.0-or-later, LGPL-3.0-or-later"