Skip to content
Snippets Groups Projects
Commit fff49e87 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Put "--with-eccodes=yes"option in dwd-icon-tools/package.py so that uses ecCodes for GRIBs

parent d12d5917
No related branches found
No related tags found
No related merge requests found
Pipeline #19040 failed
......@@ -69,6 +69,7 @@ class DwdIconTools(Package):
def install(self, spec, prefix):
options = [
f"--prefix={prefix}",
"--with-eccodes=yes",
"--enable-grib2",
"--enable-iso-c-interface",
f"--with-netcdf={spec['netcdf-c'].prefix}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment