File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ set(udunits_source "${CMAKE_CURRENT_BINARY_DIR}/build/udunits2")
22set (udunits_install "${cdat_EXTERNALS} " )
33
44set (udunits_patch_command "" )
5- if (APPLE )
6- # Modified configure file to workaround random flex failures
7- set (udunits_patch_command
8- ${CMAKE_COMMAND} -E copy_if_different
9- "${cdat_CMAKE_SOURCE_DIR} /cdat_modules_extra/udunits2_apple_configure.in"
10- "${udunits_source} /configure" )
11- endif ()
5+ # if(APPLE)
6+ # # Modified configure file to workaround random flex failures
7+ # set(udunits_patch_command
8+ # ${CMAKE_COMMAND} -E copy_if_different
9+ # "${cdat_CMAKE_SOURCE_DIR}/cdat_modules_extra/udunits2_apple_configure.in"
10+ # "${udunits_source}/configure")
11+ # endif()
1212
1313ExternalProject_Add (udunits2
1414 DOWNLOAD_DIR ${CDAT_PACKAGE_CACHE_DIR}
Original file line number Diff line number Diff line change 11set (UDUNITS2_URL ${LLNL_URL} )
2- set (UDUNITS2_GZ udunits-${UDUNITS2_MAJOR_SRC} .${UDUNITS2_MINOR_SRC} .${UDUNITS2_PATCH_SRC} .tar.gz)
32set (UDUNITS2_MAJOR_SRC 2)
4- set (UDUNITS2_MINOR_SRC 1 )
5- set (UDUNITS2_PATCH_SRC 24 )
3+ set (UDUNITS2_MINOR_SRC 2 )
4+ set (UDUNITS2_PATCH_SRC 17 )
65set (UDUNITS2_URL ${LLNL_URL} )
76set (UDUNITS2_GZ udunits-${UDUNITS2_MAJOR_SRC} .${UDUNITS2_MINOR_SRC} .${UDUNITS2_PATCH_SRC} .tar.gz)
8- set (UDUNITS2_MD5 6986545721747a51285c765644dcd9d8 )
7+ set (UDUNITS2_MD5 b81ab8f24125ce18702ab7b3ca4d566f )
98set (UDUNITS2_SOURCE ${UDUNITS2_URL} /${UDUNITS2_GZ} )
109
1110set (nm UDUNITS2)
You can’t perform that action at this time.
0 commit comments