|
@@ -1,5 +1,6 @@
|
|
|
name = 'ESMF'
|
|
name = 'ESMF'
|
|
|
version = '7.0.1'
|
|
version = '7.0.1'
|
|
|
|
|
+versionsuffix = '-netCDF-4.4.1.1'
|
|
|
|
|
|
|
|
homepage = 'http://sourceforge.net/projects/esmf'
|
|
homepage = 'http://sourceforge.net/projects/esmf'
|
|
|
description = """The Earth System Modeling Framework (ESMF) is software for building and coupling weather,
|
|
description = """The Earth System Modeling Framework (ESMF) is software for building and coupling weather,
|
|
@@ -18,7 +19,7 @@ patches = [
|
|
|
|
|
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
('netCDF', '4.4.1.1'),
|
|
('netCDF', '4.4.1.1'),
|
|
|
- ('netCDF-Fortran', '4.4.4'),
|
|
|
|
|
|
|
+ ('netCDF-Fortran', '4.4.4', versionsuffix),
|
|
|
('netCDF-C++4', '4.3.0'),
|
|
('netCDF-C++4', '4.3.0'),
|
|
|
]
|
|
]
|
|
|
|
|
|