Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit dbe9345

Browse files
committed
Try -L -l for blas/lapack #2
1 parent efc7d27 commit dbe9345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sources = [
1616
script = raw"""
1717
cd $WORKSPACE/srcdir
1818
cd sdpa-7.3.8/
19-
./configure --prefix=$prefix --host=$target --with-blas="${prefix}/lib/libopenblas.so" --with-lapack="${prefix}/lib/libopenblas.so"
19+
./configure --prefix=$prefix --host=$target --with-blas="-L${prefix}/lib -lopenblas" --with-lapack="-L${prefix}/lib -lopenblas"
2020
make
2121
make install
2222

0 commit comments

Comments
 (0)