Commit f1e41106 authored by Israel Zalmanov's avatar Israel Zalmanov Committed by Matthijs Douze

use brew to install OpenBLAS rather than port (#316)

parent 270e501a
...@@ -51,10 +51,10 @@ FAISSSHAREDFLAGS=-dynamiclib ...@@ -51,10 +51,10 @@ FAISSSHAREDFLAGS=-dynamiclib
# #
# 2. Openblas # 2. Openblas
# #
# The library contains both BLAS and Lapack. Install with port install OpenBLAS # The library contains both BLAS and Lapack. Install with brew install OpenBLAS
# #
# BLASCFLAGS=-DFINTEGER=int # BLASCFLAGS=-DFINTEGER=int
# BLASLDFLAGS=/opt/local/lib/libopenblas.dylib # BLASLDFLAGS=/usr/local/opt/openblas/lib/libblas.dylib
# #
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment