Skip to content

Commit

Permalink
Fix lapack path on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 21, 2023
1 parent da7361f commit 55f8603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlas/cflags_notd_cblas.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module vlas
#flag linux -L/usr/local/lib -L/usr/lib
#flag windows -O2
#flag windows -lgfortran
#flag darwin -I/usr/local/opt/lapacke/include
#flag darwin -L/usr/local/opt/lapacke/lib
#flag darwin -I/usr/local/opt/lapack/include
#flag darwin -L/usr/local/opt/lapack/lib
#flag -I@VMODROOT
#flag -llapacke

0 comments on commit 55f8603

Please sign in to comment.