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

Commenting compression-related dependencies.

parent 095494ce
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19253 passed
......@@ -72,11 +72,11 @@ class IconNwp(Package):
depends_on("intel-mkl", when="%intel")
# Extra dependencies for B6, including yaml, and the hdf5 filters for compression.
depends_on("libyaml", when="@w2w-B6")
depends_on("hdf5-blosc", when="@w2w-B6")
depends_on("h5z-zfp", when="@w2w-B6")
depends_on("sz~hdf5", when="@w2w-B6")
depends_on("sz3~hdf5", when="@w2w-B6")
# depends_on("libyaml", when="@w2w-B6")
# depends_on("hdf5-blosc", when="@w2w-B6")
# depends_on("h5z-zfp", when="@w2w-B6")
# depends_on("sz~hdf5", when="@w2w-B6")
# depends_on("sz3~hdf5", when="@w2w-B6")
phases = ["configure", "build", "install"]
......@@ -202,9 +202,9 @@ class IconNwp(Package):
elif self.spec.satisfies("%intel"):
libs.append("-qmkl=sequential")
if self.spec.version == Version("w2w-B6"):
libs.append("-lyaml")
INCLUDES.append(f'-I{spec["zfp"].prefix}/include/zfp/')
# if self.spec.version == Version("w2w-B6"):
# libs.append("-lyaml")
# INCLUDES.append(f'-I{spec["zfp"].prefix}/include/zfp/')
mtune = "generic"
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