Disable fortran in openblas for darwin ci, fix variant default value (#38752)

This commit is contained in:
Harmen Stoppels 2023-07-06 17:47:20 +02:00 committed by GitHub
parent bd81676e3c
commit a13687f022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ spack:
variants: +mps~cuda~rocm
mpi:
require: openmpi
openblas:
require: ~fortran
specs:
# Hugging Face

View File

@ -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",
)