Skip to content
Snippets Groups Projects
Commit e8e655dd authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Trying to get more info in dwd-icon-tools build.

parent 92d2cdbb
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19269 passed
...@@ -69,6 +69,8 @@ class DwdIconTools(Package): ...@@ -69,6 +69,8 @@ class DwdIconTools(Package):
"CXXFLAGS": "-O2 -g -qopenmp -Wunused -DNOMPI", "CXXFLAGS": "-O2 -g -qopenmp -Wunused -DNOMPI",
"FCFLAGS": "-I/usr/include -stand f08 -O2 -g -fpp -qopenmp -check bounds -Wunused -DNOMPI", "FCFLAGS": "-I/usr/include -stand f08 -O2 -g -fpp -qopenmp -check bounds -Wunused -DNOMPI",
"LIBS": f"-leccodes -lgfortran -lhdf5 -lxml2", "LIBS": f"-leccodes -lgfortran -lhdf5 -lxml2",
"V": "1",
"VERBOSE": "1",
} }
else: else:
raise AssertionError("Compiler does not match gcc nor intel") raise AssertionError("Compiler does not match gcc nor intel")
......
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