From 0d41052d7eb2d7e45d839b5e042bfc5d796f9750 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 27 Mar 2020 13:16:38 +0000 Subject: PrusaSlicer 2.2.0 and dependencies there's apparently lots of new dependencies, or maybe newer versions are needed. I've added them to the PrusaSlicer ebuild, and added the ebuilds for them. Seems to work --- .../cgal/files/cgal-4.11.1-fix-buildsystem.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch (limited to 'sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch') diff --git a/sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch b/sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch new file mode 100644 index 0000000..e6c9cd9 --- /dev/null +++ b/sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch @@ -0,0 +1,15 @@ +diff -urEbwB CGAL-4.11.1/cmake/modules/CGAL_SetupFlags.cmake CGAL-4.11.1.new/cmake/modules/CGAL_SetupFlags.cmake +--- CGAL-4.11.1/cmake/modules/CGAL_SetupFlags.cmake 2018-02-24 21:00:36.000000000 +0100 ++++ CGAL-4.11.1.new/cmake/modules/CGAL_SetupFlags.cmake 2018-03-05 12:13:47.233411449 +0100 +@@ -61,11 +61,6 @@ + add_definitions(-DCGAL_TEST_SUITE) + endif() + +-if ( NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Debug" +- AND NOT "${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo" AND NOT "${CMAKE_BUILD_TYPE}" STREQUAL "MinSizeRel" ) +- message( FATAL_ERROR "${CMAKE_BUILD_TYPE} is not a valid build type: only Release, Debug, RelWithDebInfo or MinSizeRel is allowed" ) +-endif() +- + message( STATUS "Build type: ${CMAKE_BUILD_TYPE}" ) + + string( TOUPPER "${CMAKE_BUILD_TYPE}" CGAL_BUILD_TYPE_UPPER ) -- cgit v1.2.3