* hdf5 updated to 1.8.19 recipe quality improved * fix patch * fix sha256 * wrong correction fixed * remove testing fix wrong location of mod files * fix build * fix typo * set pkgrel to 1 * Testing has to be set to OFF
12 lines
393 B
Diff
12 lines
393 B
Diff
--- hdf5-1.8.19.orig/CMakeLists.txt 2017-06-15 17:47:13.000000000 +0200
|
|
+++ hdf5-1.8.19/CMakeLists.txt 2017-07-28 16:28:55.516748400 +0200
|
|
@@ -200,7 +200,7 @@
|
|
set (HDF5_INSTALL_INCLUDE_DIR include)
|
|
endif ()
|
|
if (NOT HDF5_INSTALL_DATA_DIR)
|
|
- if (NOT WIN32)
|
|
+ if (NOT WIN32 OR MINGW)
|
|
if (APPLE)
|
|
if (HDF5_BUILD_FRAMEWORKS)
|
|
set (HDF5_INSTALL_EXTRA_DIR ../SharedSupport)
|