Skip to content

Commit

Permalink
fix spack recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Feb 15, 2024
1 parent 5cb82ca commit 6ea3e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def cmake_args(self):
# Help propagate appropriate BLAS/LAPACK provider to downstream packages
bla_vendors = {
"openblas": "OpenBLAS",
"intel-mkl", "Intel10_64ilp_seq",
"nvhpc", "NVHPC",
"intel-mkl": "Intel10_64ilp_seq",
"nvhpc": "NVHPC",
}
lapack_provider = self.spec["lapack"].name
if provider in bla_vendors.keys():
Expand Down

0 comments on commit 6ea3e13

Please sign in to comment.