Skip to content

Commit

Permalink
Fix 1579 - Update netcdf-c source to final release
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Jan 15, 2016
1 parent 767118c commit fbd1d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/cdat_modules/netcdf_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(NC4_MAJOR_SRC 4)
set(NC4_MINOR_SRC 4)
set(NC4_PATCH_SRC 0-rc5)
set(NC4_PATCH_SRC 0)
set(NC4_URL ${LLNL_URL})
set(NC4_GZ netcdf-c-${NC4_MAJOR_SRC}.${NC4_MINOR_SRC}.${NC4_PATCH_SRC}.tar.gz)
set(NC4_MD5 a542254b7fc27258be9e8a11d74c97a0)
set(NC4_MD5 4e3d3b05ab53d0ae6036a1a0fe1506e5)

set (nm NC4)
string(TOUPPER ${nm} uc_nm)
Expand Down

0 comments on commit fbd1d9a

Please sign in to comment.