aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-06-02 10:02:26 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2014-06-02 10:02:26 -0700
commit0cf66cd0e42739374d9e55e28a3f2cfd1abc6553 (patch)
treef3e6ee38235e27807ca22e7f97ad10d13e4dd7d3 /sci-libs/armadillo/files
parentMerge branch 'master' of git://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-0cf66cd0e42739374d9e55e28a3f2cfd1abc6553.tar.gz
sci-0cf66cd0e42739374d9e55e28a3f2cfd1abc6553.tar.bz2
sci-0cf66cd0e42739374d9e55e28a3f2cfd1abc6553.zip
Version bump
Package-Manager: portage-HEAD
Diffstat (limited to 'sci-libs/armadillo/files')
-rw-r--r--sci-libs/armadillo/files/armadillo-3.820.1-hdf5.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-libs/armadillo/files/armadillo-3.820.1-hdf5.patch b/sci-libs/armadillo/files/armadillo-3.820.1-hdf5.patch
deleted file mode 100644
index f294e7bf5..000000000
--- a/sci-libs/armadillo/files/armadillo-3.820.1-hdf5.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- CMakeLists.txt.orig 2013-05-24 21:14:49.626395820 -0700
-+++ CMakeLists.txt 2013-05-24 21:15:10.724511364 -0700
-@@ -222,11 +222,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()
- # endif()
-
-