mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
cgal: for boost-1.89
This commit is contained in:
parent
a421583d1c
commit
99f1aa330f
2 changed files with 13 additions and 2 deletions
11
srcpkgs/cgal/patches/boost-system.patch
Normal file
11
srcpkgs/cgal/patches/boost-system.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/cmake/modules/CGAL_SetupCGAL_CoreDependencies.cmake
|
||||||
|
+++ b/cmake/modules/CGAL_SetupCGAL_CoreDependencies.cmake
|
||||||
|
@@ -56,7 +56,7 @@ endif()
|
||||||
|
# See the release notes of CGAL-4.10: CGAL_Core now requires
|
||||||
|
# Boost.Thread, with all compilers but MSVC.
|
||||||
|
if (NOT MSVC)
|
||||||
|
- find_package( Boost 1.48 REQUIRED COMPONENTS thread system )
|
||||||
|
+ find_package( Boost 1.48 REQUIRED COMPONENTS thread )
|
||||||
|
endif()
|
||||||
|
|
||||||
|
function(CGAL_setup_CGAL_Core_dependencies target)
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cgal'
|
# Template file for 'cgal'
|
||||||
pkgname=cgal
|
pkgname=cgal
|
||||||
version=4.14
|
version=4.14
|
||||||
revision=8
|
revision=9
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
makedepends="boost-devel-minimal libboost_thread libboost_system
|
makedepends="boost-devel-minimal libboost_thread
|
||||||
eigen mpfr-devel zlib-devel"
|
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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue