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"