mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 03:23:01 +02:00
cgal: for boost-1.88
This commit is contained in:
parent
0530fef513
commit
301671d318
2 changed files with 14 additions and 2 deletions
11
srcpkgs/cgal/patches/boost-1.88.patch
Normal file
11
srcpkgs/cgal/patches/boost-1.88.patch
Normal 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
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'cgal'
|
# Template file for 'cgal'
|
||||||
pkgname=cgal
|
pkgname=cgal
|
||||||
version=4.14
|
version=4.14
|
||||||
revision=7
|
revision=8
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
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"
|
short_desc="Computational Geometry Algorithms Library"
|
||||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue