[packages/hdf5] - fixed libhdf5 version in cmake patch; release 3
qboosh
qboosh at pld-linux.org
Sat Dec 12 16:13:46 CET 2020
commit 92b4083a17435dd3a10af150b0ce461515946817
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Dec 12 16:14:15 2020 +0100
- fixed libhdf5 version in cmake patch; release 3
hdf5-cmake.patch | 2 +-
hdf5.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hdf5.spec b/hdf5.spec
index dc29456..4e4df03 100644
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -13,7 +13,7 @@ Summary: Hierarchical Data Format 5 library
Summary(pl.UTF-8): Biblioteka HDF5 (Hierarchical Data Format 5)
Name: hdf5
Version: 1.10.7
-Release: 2
+Release: 3
License: Nearly BSD, but changed sources must be marked
Group: Libraries
Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-%{version}/src/%{name}-%{version}.tar.bz2
diff --git a/hdf5-cmake.patch b/hdf5-cmake.patch
index e8c78b0..5c77531 100644
--- a/hdf5-cmake.patch
+++ b/hdf5-cmake.patch
@@ -278,7 +278,7 @@
+# Import target "hdf5::hdf5-shared" for configuration ""
+set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
+set_target_properties(hdf5::hdf5-shared PROPERTIES
-+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103.2.0"
++ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103.3.0"
+ IMPORTED_SONAME_NOCONFIG "libhdf5.so.103"
+ )
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hdf5.git/commitdiff/92b4083a17435dd3a10af150b0ce461515946817
More information about the pld-cvs-commit
mailing list