File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ExternalProject_Add(HDF5
1414 URL ${HDF5_URL} /${HDF5_GZ}
1515 URL_MD5 ${HDF5_MD5}
1616 BUILD_IN_SOURCE 1
17- PATCH_COMMAND ${CMAKE_COMMAND} -DWORKING_DIR=<SOURCE_DIR> -P ${cdat_CMAKE_BINARY_DIR} /hdf5_patch_step.cmake
17+ # PATCH_COMMAND ${CMAKE_COMMAND} -DWORKING_DIR=<SOURCE_DIR> -P ${cdat_CMAKE_BINARY_DIR}/hdf5_patch_step.cmake
1818 CONFIGURE_COMMAND ${CMAKE_COMMAND} -DADDITIONAL_CFLAGS=-w -DADDITIONAL_CPPFPAGS=-w -DINSTALL_DIR=<INSTALL_DIR> -DWORKING_DIR=<SOURCE_DIR> -P ${cdat_CMAKE_BINARY_DIR} /cdat_configure_step.cmake
1919 LOG_BUILD 1
2020 DEPENDS ${HDF5_deps}
Original file line number Diff line number Diff line change 11set (HDF5_MAJOR_SRC 1)
22set (HDF5_MINOR_SRC 8)
3- set (HDF5_PATCH_SRC 8 )
3+ set (HDF5_PATCH_SRC 13 )
44set (HDF5_URL ${LLNL_URL} )
55set (HDF5_GZ hdf5-${HDF5_MAJOR_SRC} .${HDF5_MINOR_SRC} .${HDF5_PATCH_SRC} .tar.gz)
6- set (HDF5_MD5 1196e668f5592bfb50d1de162eb16cff)
7-
6+ set (HDF5_MD5 c03426e9e77d7766944654280b467289)
87
98set (nm HDF5)
109string (TOUPPER ${nm} uc_nm)
Original file line number Diff line number Diff line change 1- set (NC4_MAJOR 4)
2- set (NC4_MINOR 1)
3- set (NC4_PATCH 2)
41set (NC4_MAJOR_SRC 4)
52set (NC4_MINOR_SRC 3)
6- set (NC4_PATCH_SRC 0.uvcdat. 2)
3+ set (NC4_PATCH_SRC 2)
74set (NC4_URL ${LLNL_URL} )
85set (NC4_GZ netcdf-${NC4_MAJOR_SRC} .${NC4_MINOR_SRC} .${NC4_PATCH_SRC} .tar.gz)
9- set (NC4_MD5 6c5a8c5c32016a2ac4128711e1484805 )
6+ set (NC4_MD5 2fd2365e1fe9685368cd6ab0ada532a0 )
107
118set (nm NC4)
129string (TOUPPER ${nm} uc_nm)
Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ elseif (ZLIB_PATCH_SRC EQUAL 5)
66 set (ZLIB_MD5 c735eab2d659a96e5a594c9e8541ad63)
77elseif (ZLIB_PATCH_SRC EQUAL 7)
88 set (ZLIB_MD5 60df6a37c56e7c1366cca812414f7b85)
9+ elseif (ZLIB_PATCH_SRC EQUAL 8)
10+ set (ZLIB_MD5 44d667c142d7cda120332623eab69f40)
911else ()
10- message (FATAL_ERROR "error: invalid zlib patch number: '${ZLIB_PATCH_SRC} ' valid: 3, 5 or 7 " )
12+ message (FATAL_ERROR "error: invalid zlib patch number: '${ZLIB_PATCH_SRC} ' valid: 3, 5, 7 or 8 " )
1113endif ()
1214
1315set (ZLIB_MAJOR_SRC 1)
1416set (ZLIB_MINOR_SRC 2)
15- #ZLIB_PATH_SRC and md5 is configured in CMakeLists.txt because on some RedHAt system we need to change it
16- #set(ZLIB_PATCH_SRC 3 )
17+ #ZLIB_PATH_SRC and md5 is configured in CMakeLists.txt because on some RedHat system we need to change it ; # I don't believe this is true anymore durack1 23 Nov 2014
18+ #set(ZLIB_PATCH_SRC 8 )
1719set (ZLIB_VERSION ${ZLIB_MAJOR_SRC} .${ZLIB_MINOR_SRC} .${ZLIB_PATCH_SRC} )
1820set (ZLIB_URL ${LLNL_URL} )
1921set (ZLIB_GZ zlib-${ZLIB_VERSION} .tar.gz)
You can’t perform that action at this time.
0 commit comments