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

Remove -lgfortran flag from intel compilation of dwd-icon-tools.

parent b304e748
No related branches found
No related tags found
1 merge request!10Adding additional files to make creation of experiments easier
......@@ -70,7 +70,7 @@ class DwdIconTools(Package):
"FCFLAGS": "-I/usr/include -stand f08 -O2 -g -fpp -qopenmp -check bounds -Wunused -DNOMPI",
"CFLAGS": "-std=gnu99 -O3 -DHAVE_LIBNETCDF -DHAVE_NETCDF4 -DHAVE_CF_INTERFACE -DHAVE_LIBGRIB "
"-DHAVE_LIBGRIB_API -DpgiFortran -D__ICON__ -DHAVE_CONFIG_H -traceback",
"LIBS": f"-leccodes -lgfortran -lhdf5 -lxml2",
"LIBS": f"-leccodes -lhdf5 -lxml2",
"V": "1",
"VERBOSE": "1",
"LDFLAGS": "-Wl,--copy-dt-needed-entries",
......
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