ompss-2 dependencies (#35642)

This commit is contained in:
Vinícius 2023-02-25 02:22:17 -03:00 committed by GitHub
parent d286146c64
commit 07897900eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ class Ompss2(Package):
depends_on("python", type="build")
depends_on("cmake", type="build")
depends_on("extrae", when="+extrae")
depends_on("boost@1.59.0:")
depends_on("numactl")
resource(
name="jemalloc",
@ -105,6 +107,8 @@ def install_nanos6(self, spec, prefix):
"--prefix=%s" % prefix,
"--with-jemalloc=%s" % prefix,
"--with-hwloc=%s" % spec["hwloc"].prefix,
"--with-boost=%s" % spec["boost"].prefix,
"--with-libnuma=%s" % spec["numactl"].prefix,
"--disable-stats-instrumentation",
"--disable-verbose-instrumentation",
"--disable-lint-instrumentation",