Skip to content

Commit 39cd8f2

Browse files
committed
Minor fix for hypre.
1 parent 9696388 commit 39cd8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/hypre.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build_stages:
5252
"--with-blas-lib-dirs=${BLAS_DIR}/lib",
5353
"--with-lapack=yes",
5454
"--with-lapack-libs=openblas",
55-
"--with-lapack-lib-dirs=${BLAS_DIR}/lib"]
55+
"--with-lapack-lib-dirs=${LAPACK_DIR}/lib"]
5656

5757
- when: with_accelerate and not with_openblas
5858
# Libraries used for linking to Accelerate framework; `otool -L`

0 commit comments

Comments
 (0)