We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openblas
1 parent 2d69dda commit 5d8ee9aCopy full SHA for 5d8ee9a
Formula/s/sextractor.rb
@@ -29,7 +29,7 @@ def install
29
"--disable-silent-rules",
30
"--enable-openblas",
31
"--with-openblas-libdir=#{openblas.lib}",
32
- "--with-openblas-incdir=#{openblas.include}"
+ "--with-openblas-incdir=#{openblas.include}/openblas"
33
system "make", "install"
34
# Remove references to Homebrew shims
35
rm Dir["tests/Makefile*"]
0 commit comments