Files
MINGW-packages/mingw-w64-hdf5/hdf5-default-import-suffix.patch
Holger Nahrstaedt 3d6e373ff6 hdf5 updated to 1.8.19 (#2727)
* 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
2017-08-13 00:20:30 +03:00

19 lines
589 B
Diff

--- hdf5-1.8.19.orig/config/cmake_ext_mod/HDFMacros.cmake 2017-07-28 16:47:51.434642000 +0200
+++ hdf5-1.8.19/config/cmake_ext_mod/HDFMacros.cmake 2017-07-28 16:55:55.588824300 +0200
@@ -126,15 +126,6 @@
endif ()
endif ()
- #----- Use MSVC Naming conventions for Shared Libraries
- if (MINGW AND ${libtype} MATCHES "SHARED")
- set_target_properties (${libtarget}
- PROPERTIES
- IMPORT_SUFFIX ".lib"
- IMPORT_PREFIX ""
- PREFIX ""
- )
- endif ()
endmacro ()
#-------------------------------------------------------------------------------