]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- added libhdf5_hl to cmake configs auto/th/hdf5-1.8.11-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Jul 2013 09:20:42 +0000 (11:20 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Jul 2013 09:20:42 +0000 (11:20 +0200)
- rel 2

hdf5-cmake.patch
hdf5.spec

index bc221590fab61c8e3211ef81cf4f72d3a9480d09..80577a8e06324a81eefc874a4851e1c969382e70 100644 (file)
@@ -1,6 +1,6 @@
 --- hdf5-1.8.10-patch1/config/cmake/hdf5-targets.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100
 +++ hdf5-1.8.10-patch1/config/cmake/hdf5-targets.cmake.in      2013-04-02 18:10:51.166052034 +0200
-@@ -0,0 +1,36 @@
+@@ -0,0 +1,39 @@
 +# Generated by CMake 2.8.10.2
 +
 +IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
@@ -18,6 +18,9 @@
 +# Create imported target hdf5
 +ADD_LIBRARY(hdf5 STATIC IMPORTED)
 +
++# Create imported target hdf5_hl
++ADD_LIBRARY(hdf5_hl STATIC IMPORTED)
++
 +# Create imported target hdf5_f90cstub
 +ADD_LIBRARY(hdf5_f90cstub STATIC IMPORTED)
 +
@@ -39,7 +42,7 @@
 +CMAKE_POLICY(POP)
 --- hdf5-1.8.10-patch1/config/cmake/hdf5-targets-noconfig.cmake.in.orig        1970-01-01 01:00:00.000000000 +0100
 +++ hdf5-1.8.10-patch1/config/cmake/hdf5-targets-noconfig.cmake.in     2013-04-02 18:12:17.399383569 +0200
-@@ -0,0 +1,79 @@
+@@ -0,0 +1,93 @@
 +#----------------------------------------------------------------
 +# Generated CMake target import file for configuration "".
 +#----------------------------------------------------------------
 +# Make sure the targets which have been exported in some other 
 +# export set exist.
 +
++# Import target "hdf5_hl" for configuration ""
++SET_PROPERTY(TARGET hdf5_hl APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++SET_TARGET_PROPERTIES(hdf5_hl PROPERTIES
++  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
++  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "m;sz"
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so"
++  )
++
++#LIST(APPEND _IMPORT_CHECK_TARGETS hdf5_hl )
++LIST(APPEND _IMPORT_CHECK_FILES_FOR_hdf5_hl "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so" )
++
++# Make sure the targets which have been exported in some other 
++# export set exist.
++
 +# Import target "hdf5_fortran" for configuration ""
 +SET_PROPERTY(TARGET hdf5_fortran APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
 +SET_TARGET_PROPERTIES(hdf5_fortran PROPERTIES
index 1484c02d685d8e24295d0c0710a759779e587f49..5e69d4764d0e4fc4b4871ee584d9fa9b343215b9 100644 (file)
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -10,7 +10,7 @@ Summary:      Hierarchical Data Format 5 library
 Summary(pl.UTF-8):     Biblioteka HDF5 (Hierarchical Data Format 5)
 Name:          hdf5
 Version:       1.8.11
-Release:       1
+Release:       2
 License:       Nearly BSD, but changed sources must be marked
 Group:         Libraries
 Source0:       ftp://ftp.hdfgroup.org/HDF5/current/src/%{name}-%{version}.tar.bz2
This page took 0.156254 seconds and 4 git commands to generate.