Skip to content

Commit 90bab05

Browse files
committed
Merge pull request #917 from durack1/issue847_durack1_udunits2217Update
Issue847 durack1 udunits2217 update looks good, works for me
2 parents 4c748ec + a5f9cb0 commit 90bab05

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CMake/cdat_modules/udunits2_external.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ set(udunits_source "${CMAKE_CURRENT_BINARY_DIR}/build/udunits2")
22
set(udunits_install "${cdat_EXTERNALS}")
33

44
set(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

1313
ExternalProject_Add(udunits2
1414
DOWNLOAD_DIR ${CDAT_PACKAGE_CACHE_DIR}

CMake/cdat_modules/udunits2_pkg.cmake

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
set(UDUNITS2_URL ${LLNL_URL})
2-
set(UDUNITS2_GZ udunits-${UDUNITS2_MAJOR_SRC}.${UDUNITS2_MINOR_SRC}.${UDUNITS2_PATCH_SRC}.tar.gz)
32
set(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)
65
set(UDUNITS2_URL ${LLNL_URL})
76
set(UDUNITS2_GZ udunits-${UDUNITS2_MAJOR_SRC}.${UDUNITS2_MINOR_SRC}.${UDUNITS2_PATCH_SRC}.tar.gz)
8-
set(UDUNITS2_MD5 6986545721747a51285c765644dcd9d8 )
7+
set(UDUNITS2_MD5 b81ab8f24125ce18702ab7b3ca4d566f )
98
set(UDUNITS2_SOURCE ${UDUNITS2_URL}/${UDUNITS2_GZ})
109

1110
set (nm UDUNITS2)

0 commit comments

Comments
 (0)