Add latest version of netcdf-fortran

This commit is contained in:
Adam J. Stewart 2016-06-22 09:52:17 -05:00
parent e41d67e031
commit 060fb596f7

View File

@ -24,12 +24,14 @@
##############################################################################
from spack import *
class NetcdfFortran(Package):
"""Fortran interface for NetCDF4"""
homepage = "http://www.unidata.ucar.edu/software/netcdf"
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')
depends_on('netcdf')