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

Adding -lfyaml library flag

parent 7e79f5a9
No related branches found
No related tags found
No related merge requests found
Pipeline #20107 passed
......@@ -122,6 +122,8 @@ class IconNwp(Package):
elif self.spec.satisfies("%intel"):
libs.append("-qmkl=sequential")
if self.spec.satisfies('@psp'):
libs.append("-lfyaml")
mtune = "generic"
CPPFLAGS = []
......@@ -202,6 +204,7 @@ class IconNwp(Package):
if "+art" in self.spec:
options.append("--enable-art")
configure(*options)
......
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