Skip to content

Commit b2bbbb0

Browse files
Update LAPACK flags to remove OpenBLAS dependency in cflags_d_vsl_lapack_lapacke.v
1 parent 6654ef4 commit b2bbbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack/cflags_d_vsl_lapack_lapacke.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module lapack
22

33
#flag linux -O2 -I/usr/local/include -I/usr/lib -I/usr/include
44
#flag linux -L/usr/local/lib -L/usr/lib
5-
#flag linux -llapacke -lopenblas
5+
#flag linux -llapacke
66
#flag windows -O2
77
#flag windows -lgfortran
88
// Intel, M1 brew, and MacPorts

0 commit comments

Comments
 (0)