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
|
||||
mpi:
|
||||
require: openmpi
|
||||
openblas:
|
||||
require: ~fortran
|
||||
|
||||
specs:
|
||||
# Hugging Face
|
||||
|
@ -53,7 +53,7 @@ class Openblas(MakefilePackage):
|
||||
|
||||
variant(
|
||||
"fortran",
|
||||
default="True",
|
||||
default=True,
|
||||
when="@0.3.21:",
|
||||
description="w/o a Fortran compiler, OpenBLAS will build an f2c-converted LAPACK",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user