Disable fortran in openblas for darwin ci, fix variant default value (#38752)
This commit is contained in:
parent
bd81676e3c
commit
a13687f022
@ -20,6 +20,8 @@ spack:
|
|||||||
variants: +mps~cuda~rocm
|
variants: +mps~cuda~rocm
|
||||||
mpi:
|
mpi:
|
||||||
require: openmpi
|
require: openmpi
|
||||||
|
openblas:
|
||||||
|
require: ~fortran
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
# Hugging Face
|
# Hugging Face
|
||||||
|
@ -53,7 +53,7 @@ class Openblas(MakefilePackage):
|
|||||||
|
|
||||||
variant(
|
variant(
|
||||||
"fortran",
|
"fortran",
|
||||||
default="True",
|
default=True,
|
||||||
when="@0.3.21:",
|
when="@0.3.21:",
|
||||||
description="w/o a Fortran compiler, OpenBLAS will build an f2c-converted LAPACK",
|
description="w/o a Fortran compiler, OpenBLAS will build an f2c-converted LAPACK",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user