cgal: for boost-1.88

This commit is contained in:
Đoàn Trần Công Danh 2025-08-08 22:01:12 +07:00
parent 0530fef513
commit 301671d318
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/include/CGAL/number_utils.h
+++ b/include/CGAL/number_utils.h
@@ -30,6 +30,8 @@
#include <CGAL/Algebraic_structure_traits.h>
#include <CGAL/Real_embeddable_traits.h>
+#include <boost/mpl/if.hpp>
+
namespace CGAL {
CGAL_NTS_BEGIN_NAMESPACE

View file

@ -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 <pierre.allegraud@crans.org>"
license="GPL-3.0-or-later, LGPL-3.0-or-later"