Skip to content

Commit f42951f

Browse files
committed
Merge pull request #687 from hashdist/johannr/hypre-fix
Minor fix for hypre
2 parents 9696388 + 39cd8f2 commit f42951f

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)