cgal: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:29 +07:00
parent a421583d1c
commit 99f1aa330f
2 changed files with 13 additions and 2 deletions

View 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)

View file

@ -1,10 +1,10 @@
# Template file for 'cgal'
pkgname=cgal
version=4.14
revision=8
revision=9
build_style=cmake
build_helper="qemu"
makedepends="boost-devel-minimal libboost_thread libboost_system
makedepends="boost-devel-minimal libboost_thread
eigen mpfr-devel zlib-devel"
short_desc="Computational Geometry Algorithms Library"
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"