suite-sparse: update to use oneapi packages (#49310)
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
d6ac16ca16
commit
8c3ac352b7
@ -220,10 +220,8 @@ def install(self, spec, prefix):
|
|||||||
make_args += [f"CFLAGS+={self.compiler.c11_flag}"]
|
make_args += [f"CFLAGS+={self.compiler.c11_flag}"]
|
||||||
|
|
||||||
# 64bit blas in UMFPACK:
|
# 64bit blas in UMFPACK:
|
||||||
if (
|
if spec.satisfies("^[virtuals=lapack] openblas+ilp64") or spec.satisfies(
|
||||||
spec.satisfies("^openblas+ilp64")
|
"^[virtuals=lapack] intel-oneapi-mkl+ilp64"
|
||||||
or spec.satisfies("^intel-mkl+ilp64")
|
|
||||||
or spec.satisfies("^intel-parallel-studio+mkl+ilp64")
|
|
||||||
):
|
):
|
||||||
make_args.append('UMFPACK_CONFIG=-DLONGBLAS="long long"')
|
make_args.append('UMFPACK_CONFIG=-DLONGBLAS="long long"')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user