[eigen3] 06/06: Add forgotten patch.
Anton Gladky
gladk at moszumanska.debian.org
Wed Jan 15 22:12:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository eigen3.
commit 13fd4e597469c527ad8a9d2e7ab5ee78538e3a2f
Author: Anton Gladky <gladk at debian.org>
Date: Wed Jan 15 23:11:14 2014 +0100
Add forgotten patch.
---
debian/patches/remove_buildtype_check.patch | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/debian/patches/remove_buildtype_check.patch b/debian/patches/remove_buildtype_check.patch
new file mode 100644
index 0000000..94684ae
--- /dev/null
+++ b/debian/patches/remove_buildtype_check.patch
@@ -0,0 +1,19 @@
+Description: Remove build type check in cmake
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2014-01-15
+
+--- eigen3-3.2.0.orig/CMakeLists.txt
++++ eigen3-3.2.0/CMakeLists.txt
+@@ -15,12 +15,6 @@ if (NOT CMAKE_BUILD_TYPE)
+ 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 #
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git
More information about the debian-science-commits
mailing list