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

Update dwd-icon-tools intel flags.

parent 601b7fcc
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19271 passed
...@@ -73,6 +73,7 @@ class DwdIconTools(Package): ...@@ -73,6 +73,7 @@ class DwdIconTools(Package):
"LIBS": f"-leccodes -lgfortran -lhdf5 -lxml2", "LIBS": f"-leccodes -lgfortran -lhdf5 -lxml2",
"V": "1", "V": "1",
"VERBOSE": "1", "VERBOSE": "1",
"LDFLAGS": "-Wl,--copy-dt-needed-entries",
} }
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