remove FIXMEs
This commit is contained in:
parent
3def8ef60e
commit
4434f482c0
1 changed files with 0 additions and 2 deletions
|
@ -29,13 +29,11 @@ class Cdo(Package):
|
||||||
"""CDO is a collection of command line Operators to manipulate and analyse
|
"""CDO is a collection of command line Operators to manipulate and analyse
|
||||||
Climate and NWP model Data. """
|
Climate and NWP model Data. """
|
||||||
|
|
||||||
# FIXME: Add a proper url for your package's homepage here.
|
|
||||||
homepage = "https://code.zmaw.de/projects/cdo"
|
homepage = "https://code.zmaw.de/projects/cdo"
|
||||||
url = "https://code.zmaw.de/attachments/download/10198/cdo-1.6.9.tar.gz"
|
url = "https://code.zmaw.de/attachments/download/10198/cdo-1.6.9.tar.gz"
|
||||||
|
|
||||||
version('1.6.9', 'bf0997bf20e812f35e10188a930e24e2')
|
version('1.6.9', 'bf0997bf20e812f35e10188a930e24e2')
|
||||||
|
|
||||||
# FIXME: Add additional dependencies if required.
|
|
||||||
depends_on('netcdf')
|
depends_on('netcdf')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
Loading…
Reference in a new issue