netcdf: add checksum for 4.3.3.1 version (#2509)
This commit is contained in:
parent
8239bd1681
commit
3088cb171e
1 changed files with 4 additions and 3 deletions
|
@ -35,9 +35,10 @@ class Netcdf(Package):
|
||||||
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
||||||
url = "ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.3.tar.gz"
|
url = "ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.3.tar.gz"
|
||||||
|
|
||||||
version('4.4.1', '7843e35b661c99e1d49e60791d5072d8')
|
version('4.4.1', '7843e35b661c99e1d49e60791d5072d8')
|
||||||
version('4.4.0', 'cffda0cbd97fdb3a06e9274f7aef438e')
|
version('4.4.0', 'cffda0cbd97fdb3a06e9274f7aef438e')
|
||||||
version('4.3.3', '5fbd0e108a54bd82cb5702a73f56d2ae')
|
version('4.3.3.1', '5c9dad3705a3408d27f696e5b31fb88c')
|
||||||
|
version('4.3.3', '5fbd0e108a54bd82cb5702a73f56d2ae')
|
||||||
|
|
||||||
variant('mpi', default=True, description='Enables MPI parallelism')
|
variant('mpi', default=True, description='Enables MPI parallelism')
|
||||||
variant('hdf4', default=False, description='Enable HDF4 support')
|
variant('hdf4', default=False, description='Enable HDF4 support')
|
||||||
|
|
Loading…
Reference in a new issue