]> git.pld-linux.org Git - packages/hdf5.git/blob - hdf5-cmake.patch
- new URLs, updated to 1.8.20 (note: new libhdf5_cpp soname)
[packages/hdf5.git] / hdf5-cmake.patch
1 --- hdf5-1.8.16/config/cmake/hdf5-config.cmake.in.orig  2015-10-24 07:14:03.000000000 +0200
2 +++ hdf5-1.8.16/config/cmake/hdf5-config.cmake.in       2015-11-26 21:14:53.838328233 +0100
3 @@ -1,7 +1,6 @@
4  #-----------------------------------------------------------------------------
5  # HDF5 Config file for compiling against hdf5 build/install directory
6  #-----------------------------------------------------------------------------
7 -@PACKAGE_INIT@
8  
9  string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME)
10  
11 @@ -47,7 +46,7 @@
12  set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_PATH}")
13  
14  set (${HDF5_PACKAGE_NAME}_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@")
15 -set_and_check (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
16 +set (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
17  
18  if (${HDF5_PACKAGE_NAME}_BUILD_CPP_LIB)
19    set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_CPP "@PACKAGE_INCLUDE_INSTALL_DIR@")
20 @@ -63,7 +62,7 @@
21  
22  if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS)
23    set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@")
24 -  set_and_check (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
25 +  set (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
26  endif ()
27  
28  #-----------------------------------------------------------------------------
29 @@ -154,7 +153,3 @@
30      endif ()
31    endforeach ()
32  endforeach ()
33 -
34 -foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
35 -  check_required_components(${HDF5_PACKAGE_NAME}_${libtype})
36 -endforeach ()
37 --- hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100
38 +++ hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in      2018-05-09 18:50:11.684497207 +0200
39 @@ -0,0 +1,217 @@
40 +# Generated by CMake
41 +
42 +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
43 +   message(FATAL_ERROR "CMake >= 2.6.0 required")
44 +endif()
45 +cmake_policy(PUSH)
46 +cmake_policy(VERSION 2.6)
47 +#----------------------------------------------------------------
48 +# Generated CMake target import file.
49 +#----------------------------------------------------------------
50 +
51 +# Commands may need to know the format version.
52 +set(CMAKE_IMPORT_FILE_VERSION 1)
53 +
54 +# Protect against multiple inclusion, which would fail when already imported targets are added once more.
55 +set(_targetsDefined)
56 +set(_targetsNotDefined)
57 +set(_expectedTargets)
58 +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::gif2h5 hdf5::h52gif hdf5::hdf5_cpp-static hdf5::hdf5_cpp-shared hdf5::hdf5_hl_cpp-static hdf5::hdf5_hl_cpp-shared)
59 +  list(APPEND _expectedTargets ${_expectedTarget})
60 +  if(NOT TARGET ${_expectedTarget})
61 +    list(APPEND _targetsNotDefined ${_expectedTarget})
62 +  endif()
63 +  if(TARGET ${_expectedTarget})
64 +    list(APPEND _targetsDefined ${_expectedTarget})
65 +  endif()
66 +endforeach()
67 +if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
68 +  unset(_targetsDefined)
69 +  unset(_targetsNotDefined)
70 +  unset(_expectedTargets)
71 +  set(CMAKE_IMPORT_FILE_VERSION)
72 +  cmake_policy(POP)
73 +  return()
74 +endif()
75 +if(NOT "${_targetsDefined}" STREQUAL "")
76 +  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
77 +endif()
78 +unset(_targetsDefined)
79 +unset(_targetsNotDefined)
80 +unset(_expectedTargets)
81 +
82 +
83 +# Compute the installation prefix relative to this file.
84 +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
85 +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
86 +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
87 +if(_IMPORT_PREFIX STREQUAL "/")
88 +  set(_IMPORT_PREFIX "")
89 +endif()
90 +
91 +# Create imported target hdf5::hdf5-static
92 +add_library(hdf5::hdf5-static STATIC IMPORTED)
93 +
94 +set_target_properties(hdf5::hdf5-static PROPERTIES
95 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
96 +  INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:m>;\$<LINK_ONLY:dl>;dl"
97 +)
98 +
99 +# Create imported target hdf5::hdf5-shared
100 +add_library(hdf5::hdf5-shared SHARED IMPORTED)
101 +
102 +set_target_properties(hdf5::hdf5-shared PROPERTIES
103 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
104 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
105 +  INTERFACE_LINK_LIBRARIES "dl"
106 +)
107 +
108 +# Create imported target hdf5::hdf5_tools-static
109 +add_library(hdf5::hdf5_tools-static STATIC IMPORTED)
110 +
111 +set_target_properties(hdf5::hdf5_tools-static PROPERTIES
112 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
113 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
114 +)
115 +
116 +# Create imported target hdf5::hdf5_tools-shared
117 +add_library(hdf5::hdf5_tools-shared SHARED IMPORTED)
118 +
119 +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
120 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
121 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
122 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
123 +)
124 +
125 +# Create imported target hdf5::h5diff
126 +add_executable(hdf5::h5diff IMPORTED)
127 +
128 +# Create imported target hdf5::h5diff-shared
129 +add_executable(hdf5::h5diff-shared IMPORTED)
130 +
131 +# Create imported target hdf5::h5ls
132 +add_executable(hdf5::h5ls IMPORTED)
133 +
134 +# Create imported target hdf5::h5ls-shared
135 +add_executable(hdf5::h5ls-shared IMPORTED)
136 +
137 +# Create imported target hdf5::h5debug
138 +add_executable(hdf5::h5debug IMPORTED)
139 +
140 +# Create imported target hdf5::h5repart
141 +add_executable(hdf5::h5repart IMPORTED)
142 +
143 +# Create imported target hdf5::h5mkgrp
144 +add_executable(hdf5::h5mkgrp IMPORTED)
145 +
146 +# Create imported target hdf5::h5import
147 +add_executable(hdf5::h5import IMPORTED)
148 +
149 +# Create imported target hdf5::h5repack
150 +add_executable(hdf5::h5repack IMPORTED)
151 +
152 +# Create imported target hdf5::h5repack-shared
153 +add_executable(hdf5::h5repack-shared IMPORTED)
154 +
155 +# Create imported target hdf5::h5jam
156 +add_executable(hdf5::h5jam IMPORTED)
157 +
158 +# Create imported target hdf5::h5unjam
159 +add_executable(hdf5::h5unjam IMPORTED)
160 +
161 +# Create imported target hdf5::h5copy
162 +add_executable(hdf5::h5copy IMPORTED)
163 +
164 +# Create imported target hdf5::h5copy-shared
165 +add_executable(hdf5::h5copy-shared IMPORTED)
166 +
167 +# Create imported target hdf5::h5stat
168 +add_executable(hdf5::h5stat IMPORTED)
169 +
170 +# Create imported target hdf5::h5stat-shared
171 +add_executable(hdf5::h5stat-shared IMPORTED)
172 +
173 +# Create imported target hdf5::h5dump
174 +add_executable(hdf5::h5dump IMPORTED)
175 +
176 +# Create imported target hdf5::h5dump-shared
177 +add_executable(hdf5::h5dump-shared IMPORTED)
178 +
179 +# Create imported target hdf5::hdf5_hl-static
180 +add_library(hdf5::hdf5_hl-static STATIC IMPORTED)
181 +
182 +set_target_properties(hdf5::hdf5_hl-static PROPERTIES
183 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
184 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
185 +)
186 +
187 +# Create imported target hdf5::hdf5_hl-shared
188 +add_library(hdf5::hdf5_hl-shared SHARED IMPORTED)
189 +
190 +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
191 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
192 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
193 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
194 +)
195 +
196 +# Create imported target hdf5::gif2h5
197 +add_executable(hdf5::gif2h5 IMPORTED)
198 +
199 +# Create imported target hdf5::h52gif
200 +add_executable(hdf5::h52gif IMPORTED)
201 +
202 +# Create imported target hdf5::hdf5_cpp-static
203 +add_library(hdf5::hdf5_cpp-static STATIC IMPORTED)
204 +
205 +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
206 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
207 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
208 +)
209 +
210 +# Create imported target hdf5::hdf5_cpp-shared
211 +add_library(hdf5::hdf5_cpp-shared SHARED IMPORTED)
212 +
213 +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
214 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
215 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
216 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
217 +)
218 +
219 +# Create imported target hdf5::hdf5_hl_cpp-static
220 +add_library(hdf5::hdf5_hl_cpp-static STATIC IMPORTED)
221 +
222 +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
223 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
224 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-static;hdf5::hdf5-static"
225 +)
226 +
227 +# Create imported target hdf5::hdf5_hl_cpp-shared
228 +add_library(hdf5::hdf5_hl_cpp-shared SHARED IMPORTED)
229 +
230 +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
231 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
232 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
233 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-shared;hdf5::hdf5-shared"
234 +)
235 +
236 +if(CMAKE_VERSION VERSION_LESS 2.8.12)
237 +  message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
238 +endif()
239 +
240 +# Load information for each installed configuration.
241 +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
242 +file(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake")
243 +foreach(f ${CONFIG_FILES})
244 +  include(${f})
245 +endforeach()
246 +
247 +# Cleanup temporary variables.
248 +set(_IMPORT_PREFIX)
249 +
250 +
251 +# This file does not depend on other imported targets which have
252 +# been exported from the same project but in a separate export set.
253 +
254 +# Commands beyond this point should not need to know the version.
255 +set(CMAKE_IMPORT_FILE_VERSION)
256 +cmake_policy(POP)
257 --- hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in.orig        1970-01-01 01:00:00.000000000 +0100
258 +++ hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in     2018-05-09 18:54:57.997827272 +0200
259 @@ -0,0 +1,289 @@
260 +#----------------------------------------------------------------
261 +# Generated CMake target import file.
262 +#----------------------------------------------------------------
263 +
264 +# Commands may need to know the format version.
265 +set(CMAKE_IMPORT_FILE_VERSION 1)
266 +
267 +# Import target "hdf5::hdf5-static" for configuration ""
268 +set_property(TARGET hdf5::hdf5-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
269 +set_target_properties(hdf5::hdf5-static PROPERTIES
270 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
271 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.a"
272 +  )
273 +
274 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-static )
275 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-static "${_IMPORT_PREFIX}/@lib@/libhdf5.a" )
276 +
277 +# Import target "hdf5::hdf5-shared" for configuration ""
278 +set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
279 +set_target_properties(hdf5::hdf5-shared PROPERTIES
280 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.1.8.20"
281 +  IMPORTED_SONAME_NOCONFIG "libhdf5.so.10.3.1"
282 +  )
283 +
284 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-shared )
285 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-shared "${_IMPORT_PREFIX}/@lib@/libhdf5.so.1.8.20" )
286 +
287 +# Import target "hdf5::hdf5_tools-static" for configuration ""
288 +set_property(TARGET hdf5::hdf5_tools-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
289 +set_target_properties(hdf5::hdf5_tools-static PROPERTIES
290 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
291 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.a"
292 +  )
293 +
294 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-static )
295 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-static "${_IMPORT_PREFIX}/lib/libhdf5_tools-static.a" )
296 +
297 +# Import target "hdf5::hdf5_tools-shared" for configuration ""
298 +set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
299 +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
300 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.1.8.20"
301 +  IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.10.3.1"
302 +  )
303 +
304 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared )
305 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.1.8.20" )
306 +
307 +# Import target "hdf5::h5diff" for configuration ""
308 +set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
309 +set_target_properties(hdf5::h5diff PROPERTIES
310 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff"
311 +  )
312 +
313 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff )
314 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff "${_IMPORT_PREFIX}/bin/h5diff" )
315 +
316 +# Import target "hdf5::h5diff-shared" for configuration ""
317 +set_property(TARGET hdf5::h5diff-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
318 +set_target_properties(hdf5::h5diff-shared PROPERTIES
319 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff-shared"
320 +  )
321 +
322 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff-shared )
323 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff-shared "${_IMPORT_PREFIX}/bin/h5diff-shared" )
324 +
325 +# Import target "hdf5::h5ls" for configuration ""
326 +set_property(TARGET hdf5::h5ls APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
327 +set_target_properties(hdf5::h5ls PROPERTIES
328 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls"
329 +  )
330 +
331 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls )
332 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls "${_IMPORT_PREFIX}/bin/h5ls" )
333 +
334 +# Import target "hdf5::h5ls-shared" for configuration ""
335 +set_property(TARGET hdf5::h5ls-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
336 +set_target_properties(hdf5::h5ls-shared PROPERTIES
337 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls-shared"
338 +  )
339 +
340 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls-shared )
341 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls-shared "${_IMPORT_PREFIX}/bin/h5ls-shared" )
342 +
343 +# Import target "hdf5::h5debug" for configuration ""
344 +set_property(TARGET hdf5::h5debug APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
345 +set_target_properties(hdf5::h5debug PROPERTIES
346 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5debug"
347 +  )
348 +
349 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5debug )
350 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5debug "${_IMPORT_PREFIX}/bin/h5debug" )
351 +
352 +# Import target "hdf5::h5repart" for configuration ""
353 +set_property(TARGET hdf5::h5repart APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
354 +set_target_properties(hdf5::h5repart PROPERTIES
355 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repart"
356 +  )
357 +
358 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repart )
359 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repart "${_IMPORT_PREFIX}/bin/h5repart" )
360 +
361 +# Import target "hdf5::h5mkgrp" for configuration ""
362 +set_property(TARGET hdf5::h5mkgrp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
363 +set_target_properties(hdf5::h5mkgrp PROPERTIES
364 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5mkgrp"
365 +  )
366 +
367 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5mkgrp )
368 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5mkgrp "${_IMPORT_PREFIX}/bin/h5mkgrp" )
369 +
370 +# Import target "hdf5::h5import" for configuration ""
371 +set_property(TARGET hdf5::h5import APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
372 +set_target_properties(hdf5::h5import PROPERTIES
373 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5import"
374 +  )
375 +
376 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5import )
377 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5import "${_IMPORT_PREFIX}/bin/h5import" )
378 +
379 +# Import target "hdf5::h5repack" for configuration ""
380 +set_property(TARGET hdf5::h5repack APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
381 +set_target_properties(hdf5::h5repack PROPERTIES
382 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack"
383 +  )
384 +
385 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack )
386 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack "${_IMPORT_PREFIX}/bin/h5repack" )
387 +
388 +# Import target "hdf5::h5repack-shared" for configuration ""
389 +set_property(TARGET hdf5::h5repack-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
390 +set_target_properties(hdf5::h5repack-shared PROPERTIES
391 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack-shared"
392 +  )
393 +
394 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack-shared )
395 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack-shared "${_IMPORT_PREFIX}/bin/h5repack-shared" )
396 +
397 +# Import target "hdf5::h5jam" for configuration ""
398 +set_property(TARGET hdf5::h5jam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
399 +set_target_properties(hdf5::h5jam PROPERTIES
400 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5jam"
401 +  )
402 +
403 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5jam )
404 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5jam "${_IMPORT_PREFIX}/bin/h5jam" )
405 +
406 +# Import target "hdf5::h5unjam" for configuration ""
407 +set_property(TARGET hdf5::h5unjam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
408 +set_target_properties(hdf5::h5unjam PROPERTIES
409 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5unjam"
410 +  )
411 +
412 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5unjam )
413 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5unjam "${_IMPORT_PREFIX}/bin/h5unjam" )
414 +
415 +# Import target "hdf5::h5copy" for configuration ""
416 +set_property(TARGET hdf5::h5copy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
417 +set_target_properties(hdf5::h5copy PROPERTIES
418 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy"
419 +  )
420 +
421 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy )
422 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy "${_IMPORT_PREFIX}/bin/h5copy" )
423 +
424 +# Import target "hdf5::h5copy-shared" for configuration ""
425 +set_property(TARGET hdf5::h5copy-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
426 +set_target_properties(hdf5::h5copy-shared PROPERTIES
427 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy-shared"
428 +  )
429 +
430 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy-shared )
431 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy-shared "${_IMPORT_PREFIX}/bin/h5copy-shared" )
432 +
433 +# Import target "hdf5::h5stat" for configuration ""
434 +set_property(TARGET hdf5::h5stat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
435 +set_target_properties(hdf5::h5stat PROPERTIES
436 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat"
437 +  )
438 +
439 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat )
440 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat "${_IMPORT_PREFIX}/bin/h5stat" )
441 +
442 +# Import target "hdf5::h5stat-shared" for configuration ""
443 +set_property(TARGET hdf5::h5stat-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
444 +set_target_properties(hdf5::h5stat-shared PROPERTIES
445 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat-shared"
446 +  )
447 +
448 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat-shared )
449 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat-shared "${_IMPORT_PREFIX}/bin/h5stat-shared" )
450 +
451 +# Import target "hdf5::h5dump" for configuration ""
452 +set_property(TARGET hdf5::h5dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
453 +set_target_properties(hdf5::h5dump PROPERTIES
454 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump"
455 +  )
456 +
457 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump )
458 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump "${_IMPORT_PREFIX}/bin/h5dump" )
459 +
460 +# Import target "hdf5::h5dump-shared" for configuration ""
461 +set_property(TARGET hdf5::h5dump-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
462 +set_target_properties(hdf5::h5dump-shared PROPERTIES
463 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump-shared"
464 +  )
465 +
466 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump-shared )
467 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump-shared "${_IMPORT_PREFIX}/bin/h5dump-shared" )
468 +
469 +# Import target "hdf5::hdf5_hl-static" for configuration ""
470 +set_property(TARGET hdf5::hdf5_hl-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
471 +set_target_properties(hdf5::hdf5_hl-static PROPERTIES
472 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
473 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a"
474 +  )
475 +
476 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-static )
477 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-static "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" )
478 +
479 +# Import target "hdf5::hdf5_hl-shared" for configuration ""
480 +set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
481 +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
482 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.1.8.20"
483 +  IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.10.3.1"
484 +  )
485 +
486 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared )
487 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.1.8.20" )
488 +
489 +# Import target "hdf5::gif2h5" for configuration ""
490 +set_property(TARGET hdf5::gif2h5 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
491 +set_target_properties(hdf5::gif2h5 PROPERTIES
492 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/gif2h5"
493 +  )
494 +
495 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::gif2h5 )
496 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::gif2h5 "${_IMPORT_PREFIX}/bin/gif2h5" )
497 +
498 +# Import target "hdf5::h52gif" for configuration ""
499 +set_property(TARGET hdf5::h52gif APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
500 +set_target_properties(hdf5::h52gif PROPERTIES
501 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h52gif"
502 +  )
503 +
504 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h52gif )
505 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h52gif "${_IMPORT_PREFIX}/bin/h52gif" )
506 +
507 +# Import target "hdf5::hdf5_cpp-static" for configuration ""
508 +set_property(TARGET hdf5::hdf5_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
509 +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
510 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
511 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a"
512 +  )
513 +
514 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-static )
515 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-static "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" )
516 +
517 +# Import target "hdf5::hdf5_cpp-shared" for configuration ""
518 +set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
519 +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
520 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.1.8.20"
521 +  IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.10.3.1"
522 +  )
523 +
524 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared )
525 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.1.8.20" )
526 +
527 +# Import target "hdf5::hdf5_hl_cpp-static" for configuration ""
528 +set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
529 +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
530 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
531 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.a"
532 +  )
533 +
534 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-static )
535 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-static "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-static.a" )
536 +
537 +# Import target "hdf5::hdf5_hl_cpp-shared" for configuration ""
538 +set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
539 +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
540 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.1.8.20"
541 +  IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.10.3.1"
542 +  )
543 +
544 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-shared )
545 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-shared "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-shared.so.1.8.20" )
546 +
547 +# Commands beyond this point should not need to know the version.
548 +set(CMAKE_IMPORT_FILE_VERSION)
This page took 0.150028 seconds and 4 git commands to generate.