cgal: update to 5.0.1

This commit is contained in:
Henrik Grimler 2020-01-26 09:54:14 +01:00
parent e4bffe13f9
commit 4db3f1f391
2 changed files with 2 additions and 22 deletions

View File

@ -1,20 +0,0 @@
diff -uNr cgal-releases-CGAL-4.14.1/Installation/cmake/modules/CGAL_SetupBoost.cmake cgal-releases-CGAL-4.14.1.mod/Installation/cmake/modules/CGAL_SetupBoost.cmake
--- cgal-releases-CGAL-4.14.1/Installation/cmake/modules/CGAL_SetupBoost.cmake 2019-09-30 10:18:05.000000000 +0300
+++ cgal-releases-CGAL-4.14.1.mod/Installation/cmake/modules/CGAL_SetupBoost.cmake 2019-10-05 15:13:45.119729964 +0300
@@ -27,16 +27,6 @@
set ( CGAL_requires_Boost_libs TRUE )
if ( DEFINED MSVC_VERSION AND "${MSVC_VERSION}" GREATER 1800)
set ( CGAL_requires_Boost_libs FALSE )
- else()
- try_run( CGAL_test_cpp_version_RUN_RES CGAL_test_cpp_version_COMPILE_RES
- "${CMAKE_BINARY_DIR}"
- "${CGAL_MODULES_DIR}/config/support/CGAL_test_cpp_version.cpp"
- RUN_OUTPUT_VARIABLE CGAL_cplusplus)
- message(STATUS "__cplusplus is ${CGAL_cplusplus}")
- if(NOT CGAL_test_cpp_version_RUN_RES)
- set ( CGAL_requires_Boost_libs FALSE )
- message(STATUS " --> Do not link with Boost.Thread")
- endif()
endif()
endif()
set_property(GLOBAL PROPERTY CGAL_requires_Boost_Thread ${CGAL_requires_Boost_libs})

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.cgal.org/
TERMUX_PKG_DESCRIPTION="Computational Geometry Algorithms Library"
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.1"
TERMUX_PKG_VERSION=4.14.1
TERMUX_PKG_VERSION=5.0.1
TERMUX_PKG_SRCURL=https://github.com/CGAL/cgal/archive/releases/CGAL-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=4b0d20d2bfee8cf9b622e5966451fa91b3c01109f7bd507829eaee5e78cc3f04
TERMUX_PKG_SHA256=e7b873d730142a4d4833c0d6dff256e4e0c301ab8815ebd15b28bc7196f5d198
TERMUX_PKG_DEPENDS="boost, libc++, libgmp, libmpfr, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="