]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
fix path to hdf5-targs.cmake; rel 2 auto/th/hdf5-1.10.9-2
authorJan Palus <atler@pld-linux.org>
Sat, 18 Feb 2023 14:10:25 +0000 (15:10 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 18 Feb 2023 14:10:25 +0000 (15:10 +0100)
hdf5-cmake.patch
hdf5.spec

index 5c775313022ecb42ebf7a0853a842ad730a8a455..4f7e29b1411d8f80ec5ec35ce24a3735c12f8d11 100644 (file)
@@ -1,5 +1,5 @@
---- hdf5-1.8.16/config/cmake/hdf5-config.cmake.in.orig 2015-10-24 07:14:03.000000000 +0200
-+++ hdf5-1.8.16/config/cmake/hdf5-config.cmake.in      2015-11-26 21:14:53.838328233 +0100
+--- hdf5-1.10.9/config/cmake/hdf5-config.cmake.in.orig 2022-05-19 05:31:38.000000000 +0200
++++ hdf5-1.10.9/config/cmake/hdf5-config.cmake.in      2023-02-18 15:06:15.857876492 +0100
 @@ -12,7 +12,6 @@
  #-----------------------------------------------------------------------------
  # HDF5 Config file for compiling against hdf5 build/install directory
@@ -8,7 +8,7 @@
  
  string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME)
  
-@@ -79,7 +78,7 @@
+@@ -81,7 +80,7 @@
  set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_DIRS}")
  
  set (${HDF5_PACKAGE_NAME}_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@")
@@ -17,7 +17,7 @@
  
  if (${HDF5_PACKAGE_NAME}_BUILD_CPP_LIB)
    set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_CPP "@PACKAGE_INCLUDE_INSTALL_DIR@")
-@@ -95,7 +94,7 @@
+@@ -97,7 +96,7 @@
  
  if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS)
    set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@")
  endif ()
  
  #-----------------------------------------------------------------------------
-@@ -205,7 +204,3 @@
+@@ -118,7 +117,7 @@
+   if (${HDF5_PACKAGE_NAME}_ENABLE_SZIP_SUPPORT AND ${HDF5_PACKAGE_NAME}_PACKAGE_EXTLIBS)
+     include (@PACKAGE_SHARE_INSTALL_DIR@/@SZIP_PACKAGE_NAME@@HDF_PACKAGE_EXT@-targets.cmake)
+   endif ()
+-  include (@PACKAGE_SHARE_INSTALL_DIR@/@HDF5_PACKAGE@@HDF_PACKAGE_EXT@-targets.cmake)
++  include (@PACKAGE_SHARE_INSTALL_DIR@/@HDF5_PACKAGE@/@HDF5_PACKAGE@@HDF_PACKAGE_EXT@-targets.cmake)
+ endif ()
+ # Handle default component(static) :
+@@ -208,7 +207,3 @@
      endif ()
    endforeach ()
  endforeach ()
index de1cdaced6d56e569d048872e3dce544ac025fe3..4a6485ede12ca24caa9ca1f966865ef59887c3de 100644 (file)
--- 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.9
-Release:       1
+Release:       2
 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
This page took 0.15436 seconds and 4 git commands to generate.