Fixed URLs

Removed vestigal mpi variant in netcdf-fortran
This commit is contained in:
citibeth
2016-03-05 23:05:45 -05:00
parent 648d08eb30
commit ae87948a23
3 changed files with 2 additions and 5 deletions

View File

@@ -3,13 +3,11 @@
class NetcdfFortran(Package):
"""Fortran interface for NetCDF4"""
homepage = "http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp"
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.3', 'bfd4ae23a34635b273d3eb0d91cbde9e')
variant('mpi', default=True, description='Enables MPI parallelism')
depends_on('netcdf')
def install(self, spec, prefix):