aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/armadillo/files/armadillo-4.000.3-hdf5.patch')
-rw-r--r--sci-libs/armadillo/files/armadillo-4.000.3-hdf5.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-libs/armadillo/files/armadillo-4.000.3-hdf5.patch b/sci-libs/armadillo/files/armadillo-4.000.3-hdf5.patch
deleted file mode 100644
index 4510cd895..000000000
--- a/sci-libs/armadillo/files/armadillo-4.000.3-hdf5.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- armadillo-4.000.2/CMakeLists.txt.orig 2014-02-03 14:47:35.023255183 -0800
-+++ armadillo-4.000.2/CMakeLists.txt 2014-02-03 21:19:47.567376544 -0800
-@@ -227,11 +227,11 @@
- # find_package(HDF5)
- # message(STATUS "HDF5_FOUND = ${HDF5_FOUND}")
- #
--# if(HDF5_FOUND)
--# set(ARMA_USE_HDF5 true)
--# set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${HDF5_INCLUDE_DIRS})
--# set(ARMA_LIBS ${ARMA_LIBS} ${HDF5_LIBRARIES})
--# endif()
-+if(HDF5_FOUND)
-+ set(ARMA_USE_HDF5 true)
-+ set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${HDF5_INCLUDE_DIRS})
-+ set(ARMA_LIBS ${ARMA_LIBS} ${HDF5_LIBRARIES})
-+ endif()
-
-
- include(ARMA_FindARPACK)