py-blis: fix environment settings (#32913)
This commit is contained in:
parent
5ca32d82e4
commit
c1440aaa17
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ class PyBlis(PythonPackage):
|
||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
depends_on("py-numpy@1.15:", type=("build", "run"))
|
depends_on("py-numpy@1.15:", type=("build", "run"))
|
||||||
|
|
||||||
|
def setup_build_environment(self, env):
|
||||||
|
env.set("BLIS_COMPILER", spack_cc)
|
||||||
|
env.set("BLIS_ARCH", "generic")
|
||||||
|
|
Loading…
Reference in a new issue