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

Add missing zfp include.

parent 43a52a2c
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19252 passed
...@@ -204,7 +204,7 @@ class IconNwp(Package): ...@@ -204,7 +204,7 @@ class IconNwp(Package):
if self.spec.version == Version("w2w-B6"): if self.spec.version == Version("w2w-B6"):
libs.append("-lyaml") libs.append("-lyaml")
INCLUDES.append(f'-I{spec["zfp"].prefix.inc}') INCLUDES.append(f'-I{spec["zfp"].prefix}/include/zfp/')
mtune = "generic" mtune = "generic"
CPPFLAGS = [] CPPFLAGS = []
......
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