]> git.pld-linux.org Git - packages/hdf5.git/blobdiff - hdf5-cmake.patch
- updated to 1.10.10; gif2h5/h52gif removed (deprecated and disabled by default,...
[packages/hdf5.git] / hdf5-cmake.patch
index 4e611cae6c70a3cc55179906c56b61f7094e5b3b..d0ee001d7a957c674bcd5ee0d6ec3c6a6c1a6f22 100644 (file)
---- 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,39 @@
-+# Generated by CMake 2.8.10.2
-+
-+IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
-+   MESSAGE(FATAL_ERROR "CMake >= 2.6.0 required")
-+ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
-+CMAKE_POLICY(PUSH)
-+CMAKE_POLICY(VERSION 2.6)
+--- 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
+ #-----------------------------------------------------------------------------
+-@PACKAGE_INIT@
+ string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME)
+@@ -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@")
+-set_and_check (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
++set (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
+ if (${HDF5_PACKAGE_NAME}_BUILD_CPP_LIB)
+   set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_CPP "@PACKAGE_INCLUDE_INSTALL_DIR@")
+@@ -97,7 +96,7 @@
+ if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS)
+   set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@")
+-  set_and_check (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
++  set (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
+ endif ()
+ #-----------------------------------------------------------------------------
+@@ -208,7 +207,3 @@
+     endif ()
+   endforeach ()
+ endforeach ()
+-
+-foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
+-  check_required_components(${HDF5_PACKAGE_NAME}_${libtype})
+-endforeach ()
+--- hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in.orig        1970-01-01 01:00:00.000000000 +0100
++++ hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in     2018-05-09 18:50:11.684497207 +0200
+@@ -0,0 +1,212 @@
++# Generated by CMake
++
++if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
++   message(FATAL_ERROR "CMake >= 2.6.0 required")
++endif()
++cmake_policy(PUSH)
++cmake_policy(VERSION 2.6)
 +#----------------------------------------------------------------
 +# Generated CMake target import file.
 +#----------------------------------------------------------------
 +
 +# Commands may need to know the format version.
-+SET(CMAKE_IMPORT_FILE_VERSION 1)
++set(CMAKE_IMPORT_FILE_VERSION 1)
++
++# Protect against multiple inclusion, which would fail when already imported targets are added once more.
++set(_targetsDefined)
++set(_targetsNotDefined)
++set(_expectedTargets)
++foreach(_expectedTarget hdf5::hdf5-static hdf5::hdf5-shared hdf5::hdf5_tools-static hdf5::hdf5_tools-shared hdf5::h5diff hdf5::h5diff-shared hdf5::h5ls hdf5::h5ls-shared hdf5::h5debug hdf5::h5repart hdf5::h5mkgrp hdf5::h5import hdf5::h5repack hdf5::h5repack-shared hdf5::h5jam hdf5::h5unjam hdf5::h5copy hdf5::h5copy-shared hdf5::h5stat hdf5::h5stat-shared hdf5::h5dump hdf5::h5dump-shared hdf5::hdf5_hl-static hdf5::hdf5_hl-shared hdf5::hdf5_cpp-static hdf5::hdf5_cpp-shared hdf5::hdf5_hl_cpp-static hdf5::hdf5_hl_cpp-shared)
++  list(APPEND _expectedTargets ${_expectedTarget})
++  if(NOT TARGET ${_expectedTarget})
++    list(APPEND _targetsNotDefined ${_expectedTarget})
++  endif()
++  if(TARGET ${_expectedTarget})
++    list(APPEND _targetsDefined ${_expectedTarget})
++  endif()
++endforeach()
++if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
++  unset(_targetsDefined)
++  unset(_targetsNotDefined)
++  unset(_expectedTargets)
++  set(CMAKE_IMPORT_FILE_VERSION)
++  cmake_policy(POP)
++  return()
++endif()
++if(NOT "${_targetsDefined}" STREQUAL "")
++  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
++endif()
++unset(_targetsDefined)
++unset(_targetsNotDefined)
++unset(_expectedTargets)
++
++
++# Compute the installation prefix relative to this file.
++get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
++get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
++get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
++get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
++if(_IMPORT_PREFIX STREQUAL "/")
++  set(_IMPORT_PREFIX "")
++endif()
++
++# Create imported target hdf5::hdf5-static
++add_library(hdf5::hdf5-static STATIC IMPORTED)
++
++set_target_properties(hdf5::hdf5-static PROPERTIES
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:m>;\$<LINK_ONLY:dl>;dl"
++)
++
++# Create imported target hdf5::hdf5-shared
++add_library(hdf5::hdf5-shared SHARED IMPORTED)
++
++set_target_properties(hdf5::hdf5-shared PROPERTIES
++  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "dl"
++)
++
++# Create imported target hdf5::hdf5_tools-static
++add_library(hdf5::hdf5_tools-static STATIC IMPORTED)
++
++set_target_properties(hdf5::hdf5_tools-static PROPERTIES
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
++)
++
++# Create imported target hdf5::hdf5_tools-shared
++add_library(hdf5::hdf5_tools-shared SHARED IMPORTED)
++
++set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
++  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
++)
++
++# Create imported target hdf5::h5diff
++add_executable(hdf5::h5diff IMPORTED)
++
++# Create imported target hdf5::h5diff-shared
++add_executable(hdf5::h5diff-shared IMPORTED)
++
++# Create imported target hdf5::h5ls
++add_executable(hdf5::h5ls IMPORTED)
++
++# Create imported target hdf5::h5ls-shared
++add_executable(hdf5::h5ls-shared IMPORTED)
++
++# Create imported target hdf5::h5debug
++add_executable(hdf5::h5debug IMPORTED)
++
++# Create imported target hdf5::h5repart
++add_executable(hdf5::h5repart IMPORTED)
 +
-+# Create imported target hdf5
-+ADD_LIBRARY(hdf5 STATIC IMPORTED)
++# Create imported target hdf5::h5mkgrp
++add_executable(hdf5::h5mkgrp IMPORTED)
 +
-+# Create imported target hdf5_hl
-+ADD_LIBRARY(hdf5_hl STATIC IMPORTED)
++# Create imported target hdf5::h5import
++add_executable(hdf5::h5import IMPORTED)
 +
-+# Create imported target hdf5_f90cstub
-+ADD_LIBRARY(hdf5_f90cstub STATIC IMPORTED)
++# Create imported target hdf5::h5repack
++add_executable(hdf5::h5repack IMPORTED)
 +
-+# Create imported target hdf5_fortran
-+ADD_LIBRARY(hdf5_fortran STATIC IMPORTED)
++# Create imported target hdf5::h5repack-shared
++add_executable(hdf5::h5repack-shared IMPORTED)
 +
-+# Create imported target hdf5_cpp
-+ADD_LIBRARY(hdf5_cpp STATIC IMPORTED)
++# Create imported target hdf5::h5jam
++add_executable(hdf5::h5jam IMPORTED)
++
++# Create imported target hdf5::h5unjam
++add_executable(hdf5::h5unjam IMPORTED)
++
++# Create imported target hdf5::h5copy
++add_executable(hdf5::h5copy IMPORTED)
++
++# Create imported target hdf5::h5copy-shared
++add_executable(hdf5::h5copy-shared IMPORTED)
++
++# Create imported target hdf5::h5stat
++add_executable(hdf5::h5stat IMPORTED)
++
++# Create imported target hdf5::h5stat-shared
++add_executable(hdf5::h5stat-shared IMPORTED)
++
++# Create imported target hdf5::h5dump
++add_executable(hdf5::h5dump IMPORTED)
++
++# Create imported target hdf5::h5dump-shared
++add_executable(hdf5::h5dump-shared IMPORTED)
++
++# Create imported target hdf5::hdf5_hl-static
++add_library(hdf5::hdf5_hl-static STATIC IMPORTED)
++
++set_target_properties(hdf5::hdf5_hl-static PROPERTIES
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
++)
++
++# Create imported target hdf5::hdf5_hl-shared
++add_library(hdf5::hdf5_hl-shared SHARED IMPORTED)
++
++set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
++  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
++)
++
++# Create imported target hdf5::hdf5_cpp-static
++add_library(hdf5::hdf5_cpp-static STATIC IMPORTED)
++
++set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
++)
++
++# Create imported target hdf5::hdf5_cpp-shared
++add_library(hdf5::hdf5_cpp-shared SHARED IMPORTED)
++
++set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
++  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
++)
++
++# Create imported target hdf5::hdf5_hl_cpp-static
++add_library(hdf5::hdf5_hl_cpp-static STATIC IMPORTED)
++
++set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-static;hdf5::hdf5-static"
++)
++
++# Create imported target hdf5::hdf5_hl_cpp-shared
++add_library(hdf5::hdf5_hl_cpp-shared SHARED IMPORTED)
++
++set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
++  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
++  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
++  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-shared;hdf5::hdf5-shared"
++)
++
++if(CMAKE_VERSION VERSION_LESS 2.8.12)
++  message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
++endif()
 +
 +# Load information for each installed configuration.
-+GET_FILENAME_COMPONENT(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
-+FILE(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake")
-+FOREACH(f ${CONFIG_FILES})
-+  INCLUDE(${f})
-+ENDFOREACH(f)
++get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
++file(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake")
++foreach(f ${CONFIG_FILES})
++  include(${f})
++endforeach()
++
++# Cleanup temporary variables.
++set(_IMPORT_PREFIX)
++
++
++# This file does not depend on other imported targets which have
++# been exported from the same project but in a separate export set.
 +
 +# Commands beyond this point should not need to know the version.
-+SET(CMAKE_IMPORT_FILE_VERSION)
-+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,93 @@
++set(CMAKE_IMPORT_FILE_VERSION)
++cmake_policy(POP)
+--- hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in.orig       1970-01-01 01:00:00.000000000 +0100
++++ hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in    2018-05-09 18:54:57.997827272 +0200
+@@ -0,0 +1,271 @@
 +#----------------------------------------------------------------
-+# Generated CMake target import file for configuration "".
++# Generated CMake target import file.
 +#----------------------------------------------------------------
 +
 +# Commands may need to know the format version.
-+SET(CMAKE_IMPORT_FILE_VERSION 1)
++set(CMAKE_IMPORT_FILE_VERSION 1)
 +
-+# Compute the installation prefix relative to this file.
-+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
-+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
++# Import target "hdf5::hdf5-static" for configuration ""
++set_property(TARGET hdf5::hdf5-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5-static PROPERTIES
++  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.a"
++  )
 +
-+# Make sure the targets which have been exported in some other 
-+# export set exist.
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-static )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-static "${_IMPORT_PREFIX}/@lib@/libhdf5.a" )
++
++# 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.4.0"
++  IMPORTED_SONAME_NOCONFIG "libhdf5.so.103"
++  )
 +
-+# Import target "hdf5" for configuration ""
-+SET_PROPERTY(TARGET hdf5 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
-+SET_TARGET_PROPERTIES(hdf5 PROPERTIES
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-shared "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103" )
++
++# Import target "hdf5::hdf5_tools-static" for configuration ""
++set_property(TARGET hdf5::hdf5_tools-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_tools-static PROPERTIES
 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
-+  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "m;sz"
-+  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so"
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.a"
 +  )
 +
-+LIST(APPEND _IMPORT_CHECK_TARGETS hdf5 )
-+LIST(APPEND _IMPORT_CHECK_FILES_FOR_hdf5 "${_IMPORT_PREFIX}/@lib@/libhdf5.so" )
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-static )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-static "${_IMPORT_PREFIX}/lib/libhdf5_tools-static.a" )
++
++# Import target "hdf5::hdf5_tools-shared" for configuration ""
++set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.103.4.0"
++  IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.103"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.103.4.0" )
++
++# Import target "hdf5::h5diff" for configuration ""
++set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5diff PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff "${_IMPORT_PREFIX}/bin/h5diff" )
++
++# Import target "hdf5::h5diff-shared" for configuration ""
++set_property(TARGET hdf5::h5diff-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5diff-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff-shared"
++  )
 +
-+# Make sure the targets which have been exported in some other 
-+# export set exist.
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff-shared "${_IMPORT_PREFIX}/bin/h5diff-shared" )
 +
-+# Import target "hdf5_hl" for configuration ""
-+SET_PROPERTY(TARGET hdf5_hl APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
-+SET_TARGET_PROPERTIES(hdf5_hl PROPERTIES
++# Import target "hdf5::h5ls" for configuration ""
++set_property(TARGET hdf5::h5ls APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5ls PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls "${_IMPORT_PREFIX}/bin/h5ls" )
++
++# Import target "hdf5::h5ls-shared" for configuration ""
++set_property(TARGET hdf5::h5ls-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5ls-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls-shared"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls-shared "${_IMPORT_PREFIX}/bin/h5ls-shared" )
++
++# Import target "hdf5::h5debug" for configuration ""
++set_property(TARGET hdf5::h5debug APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5debug PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5debug"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5debug )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5debug "${_IMPORT_PREFIX}/bin/h5debug" )
++
++# Import target "hdf5::h5repart" for configuration ""
++set_property(TARGET hdf5::h5repart APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5repart PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repart"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repart )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repart "${_IMPORT_PREFIX}/bin/h5repart" )
++
++# Import target "hdf5::h5mkgrp" for configuration ""
++set_property(TARGET hdf5::h5mkgrp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5mkgrp PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5mkgrp"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5mkgrp )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5mkgrp "${_IMPORT_PREFIX}/bin/h5mkgrp" )
++
++# Import target "hdf5::h5import" for configuration ""
++set_property(TARGET hdf5::h5import APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5import PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5import"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5import )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5import "${_IMPORT_PREFIX}/bin/h5import" )
++
++# Import target "hdf5::h5repack" for configuration ""
++set_property(TARGET hdf5::h5repack APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5repack PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack "${_IMPORT_PREFIX}/bin/h5repack" )
++
++# Import target "hdf5::h5repack-shared" for configuration ""
++set_property(TARGET hdf5::h5repack-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5repack-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack-shared"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack-shared "${_IMPORT_PREFIX}/bin/h5repack-shared" )
++
++# Import target "hdf5::h5jam" for configuration ""
++set_property(TARGET hdf5::h5jam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5jam PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5jam"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5jam )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5jam "${_IMPORT_PREFIX}/bin/h5jam" )
++
++# Import target "hdf5::h5unjam" for configuration ""
++set_property(TARGET hdf5::h5unjam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5unjam PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5unjam"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5unjam )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5unjam "${_IMPORT_PREFIX}/bin/h5unjam" )
++
++# Import target "hdf5::h5copy" for configuration ""
++set_property(TARGET hdf5::h5copy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5copy PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy "${_IMPORT_PREFIX}/bin/h5copy" )
++
++# Import target "hdf5::h5copy-shared" for configuration ""
++set_property(TARGET hdf5::h5copy-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5copy-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy-shared"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy-shared "${_IMPORT_PREFIX}/bin/h5copy-shared" )
++
++# Import target "hdf5::h5stat" for configuration ""
++set_property(TARGET hdf5::h5stat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5stat PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat "${_IMPORT_PREFIX}/bin/h5stat" )
++
++# Import target "hdf5::h5stat-shared" for configuration ""
++set_property(TARGET hdf5::h5stat-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5stat-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat-shared"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat-shared "${_IMPORT_PREFIX}/bin/h5stat-shared" )
++
++# Import target "hdf5::h5dump" for configuration ""
++set_property(TARGET hdf5::h5dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5dump PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump "${_IMPORT_PREFIX}/bin/h5dump" )
++
++# Import target "hdf5::h5dump-shared" for configuration ""
++set_property(TARGET hdf5::h5dump-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::h5dump-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump-shared"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump-shared "${_IMPORT_PREFIX}/bin/h5dump-shared" )
++
++# Import target "hdf5::hdf5_hl-static" for configuration ""
++set_property(TARGET hdf5::hdf5_hl-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_hl-static PROPERTIES
 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
-+  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "m;sz"
-+  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so"
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a"
 +  )
 +
-+#LIST(APPEND _IMPORT_CHECK_TARGETS hdf5_hl )
-+LIST(APPEND _IMPORT_CHECK_FILES_FOR_hdf5_hl "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so" )
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-static )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-static "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" )
 +
-+# Make sure the targets which have been exported in some other 
-+# export set exist.
++# Import target "hdf5::hdf5_hl-shared" for configuration ""
++set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100"
++  IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.100.1.7"
++  )
 +
-+# Import target "hdf5_fortran" for configuration ""
-+SET_PROPERTY(TARGET hdf5_fortran APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
-+SET_TARGET_PROPERTIES(hdf5_fortran PROPERTIES
-+  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "Fortran"
-+  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "hdf5_f90cstub;hdf5"
-+  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_fortran.so"
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100" )
++
++# Import target "hdf5::hdf5_cpp-static" for configuration ""
++set_property(TARGET hdf5::hdf5_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
++  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a"
 +  )
 +
-+#LIST(APPEND _IMPORT_CHECK_TARGETS hdf5_fortran )
-+LIST(APPEND _IMPORT_CHECK_FILES_FOR_hdf5_fortran "${_IMPORT_PREFIX}/@lib@/libhdf5_fortran.so" )
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-static )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-static "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" )
 +
-+# Make sure the targets which have been exported in some other 
-+# export set exist.
++# Import target "hdf5::hdf5_cpp-shared" for configuration ""
++set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103.4.2"
++  IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.103"
++  )
 +
-+# Import target "hdf5_cpp" for configuration ""
-+SET_PROPERTY(TARGET hdf5_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
-+SET_TARGET_PROPERTIES(hdf5_cpp PROPERTIES
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103" )
++
++# Import target "hdf5::hdf5_hl_cpp-static" for configuration ""
++set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
-+  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "hdf5"
-+  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so"
-+  )
-+
-+#LIST(APPEND _IMPORT_CHECK_TARGETS hdf5_cpp )
-+LIST(APPEND _IMPORT_CHECK_FILES_FOR_hdf5_cpp "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so" )
-+
-+# Loop over all imported files and verify that they actually exist
-+FOREACH(target ${_IMPORT_CHECK_TARGETS} )
-+  FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
-+    IF(NOT EXISTS "${file}" )
-+      MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
-+   \"${file}\"
-+but this file does not exist.  Possible reasons include:
-+* The file was deleted, renamed, or moved to another location.
-+* An install or uninstall procedure did not complete successfully.
-+* The installation package was faulty and contained
-+   \"${CMAKE_CURRENT_LIST_FILE}\"
-+but not all the files it references.
-+")
-+    ENDIF()
-+  ENDFOREACH()
-+  UNSET(_IMPORT_CHECK_FILES_FOR_${target})
-+ENDFOREACH()
-+UNSET(_IMPORT_CHECK_TARGETS)
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.a"
++  )
 +
-+# Cleanup temporary variables.
-+SET(_IMPORT_PREFIX)
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-static )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-static "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-static.a" )
++
++# Import target "hdf5::hdf5_hl_cpp-shared" for configuration ""
++set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
++set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
++  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.100.1.8"
++  IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.100"
++  )
++
++list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-shared )
++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-shared "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-shared.so.100" )
 +
 +# Commands beyond this point should not need to know the version.
-+SET(CMAKE_IMPORT_FILE_VERSION)
---- hdf5-1.8.15/config/cmake/hdf5-config.cmake.in~     2015-05-01 20:36:45.000000000 +0200
-+++ hdf5-1.8.15/config/cmake/hdf5-config.cmake.in      2015-07-13 22:14:01.374454258 +0200
-@@ -1,7 +1,6 @@
- #-----------------------------------------------------------------------------
- # HDF5 Config file for compiling against hdf5 build/install directory
- #-----------------------------------------------------------------------------
--@PACKAGE_INIT@
- string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME)
-@@ -45,7 +45,7 @@
- set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_PATH}")
- set (${HDF5_PACKAGE_NAME}_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@")
--set_and_check (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
-+set (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
- if (${HDF5_PACKAGE_NAME}_BUILD_FORTRAN)
-   set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_FORTRAN "@PACKAGE_INCLUDE_INSTALL_DIR@")
-@@ -65,7 +65,7 @@
- if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS)
-   set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@")
--  set_and_check (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
-+  set (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
- endif ()
- if (HDF5_BUILD_SHARED_LIBS)
++set(CMAKE_IMPORT_FILE_VERSION)
This page took 0.11043 seconds and 4 git commands to generate.