summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-05-22 12:02:38 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-05-22 17:25:26 -0500
commitbdf54b77ee8152d9240e83ffe1250723bc199653 (patch)
tree3ba5d1b7f153cf136d8abd2c93fd38d300c5f866 /sci-visualization/paraview/files
parentsys-apps/shadow: Drop old (diff)
downloadgentoo-bdf54b77ee8152d9240e83ffe1250723bc199653.tar.gz
gentoo-bdf54b77ee8152d9240e83ffe1250723bc199653.tar.bz2
gentoo-bdf54b77ee8152d9240e83ffe1250723bc199653.zip
sci-visualization/paraview: version bump to 5.5.0
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'sci-visualization/paraview/files')
-rw-r--r--sci-visualization/paraview/files/paraview-5.5.0-allow_custom_build_type.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-visualization/paraview/files/paraview-5.5.0-allow_custom_build_type.patch b/sci-visualization/paraview/files/paraview-5.5.0-allow_custom_build_type.patch
new file mode 100644
index 000000000000..1549e58af865
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-5.5.0-allow_custom_build_type.patch
@@ -0,0 +1,18 @@
+diff -urNd ParaView-v5.5.0/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt ParaView-v5.5.0-fix/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt
+--- ParaView-v5.5.0/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt 2018-04-07 06:03:33.000000000 +1000
++++ ParaView-v5.5.0-fix/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt 2018-04-10 16:19:08.841144557 +1000
+@@ -21,14 +21,6 @@
+ set(CMAKE_BUILD_TYPE "Release")
+ endif()
+
+-string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_tolower)
+-if( NOT cmake_build_type_tolower STREQUAL "debug"
+- AND NOT cmake_build_type_tolower STREQUAL "release"
+- AND NOT cmake_build_type_tolower STREQUAL "relwithdebinfo")
+- message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).")
+-endif()
+-
+-
+ #############################################################################
+ # retrieve version infomation #
+ #############################################################################