From f89fa710246a2bdacf049df5b9e9c003c49c1150 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 3 Dec 2022 11:53:15 +0000 Subject: kill old, broken packages --- .../cgal/files/cgal-4.11.1-fix-buildsystem.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch (limited to 'sci-mathematics/cgal/files') 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 deleted file mode 100644 index e6c9cd9..0000000 --- a/sci-mathematics/cgal/files/cgal-4.11.1-fix-buildsystem.patch +++ /dev/null @@ -1,15 +0,0 @@ -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