Skip to content

Commit b389fe9

Browse files
committed
Adapt openblas spec to homebrew locations
1 parent d1e4f34 commit b389fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site.cfg.openblas

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[openblas]
22
libraries = openblas
3-
library_dirs = /usr/local/lib
4-
include_dirs = /usr/local/include
5-
runtime_library_dirs = /usr/local/lib
3+
library_dirs = /usr/local/opt/openblas/lib
4+
include_dirs = /usr/local/opt/openblas/include
5+
runtime_library_dirs = /usr/local/opt/openblas/lib

0 commit comments

Comments
 (0)