Add latest version of netcdf-fortran
This commit is contained in:
parent
e41d67e031
commit
060fb596f7
@ -24,12 +24,14 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class NetcdfFortran(Package):
|
class NetcdfFortran(Package):
|
||||||
"""Fortran interface for NetCDF4"""
|
"""Fortran interface for NetCDF4"""
|
||||||
|
|
||||||
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
||||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-4.4.3.tar.gz"
|
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-4.4.3.tar.gz"
|
||||||
|
|
||||||
|
version('4.4.4', 'e855c789cd72e1b8bc1354366bf6ac72')
|
||||||
version('4.4.3', 'bfd4ae23a34635b273d3eb0d91cbde9e')
|
version('4.4.3', 'bfd4ae23a34635b273d3eb0d91cbde9e')
|
||||||
|
|
||||||
depends_on('netcdf')
|
depends_on('netcdf')
|
||||||
|
Loading…
Reference in New Issue
Block a user