Skip to content

Commit

Permalink
Removed openblas and switched back to netlib-lapack for the ubuntu pa…
Browse files Browse the repository at this point in the history
…ckage configurations
  • Loading branch information
ldowen committed May 14, 2024
1 parent 58387e7 commit 1aafe5d
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions scripts/spack/configs/ubuntu20.04/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ packages:
variants: +pic
providers:
mpi: [mpich]
blas: [openblas]
lapack: [openblas]
blas: [netlib-lapack]
lapack: [netlib-lapack]
# ------ SYSTEM LIBS -------
ncurses:
externals:
Expand Down Expand Up @@ -116,18 +116,8 @@ packages:
- spec: [email protected]
prefix: /usr
buildable: false
openblas:
buildable: false
externals:
- spec: [email protected]
prefix: /usr/lib/x86_64-linux-gnu/
# netlib-lapack:
# externals:
# - spec: [email protected]
# prefix: /usr
# buildable: false
liblapack64-dev:
netlib-lapack:
externals:
- spec: liblapack64-dev@3.9.0
- spec: netlib-lapack@3.9.0
prefix: /usr
buildable: false

0 comments on commit 1aafe5d

Please sign in to comment.