Skip to content
Snippets Groups Projects
Commit 4434f482 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

remove FIXMEs

parent 3def8ef6
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,11 @@ class Cdo(Package): ...@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment