Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Update osx.mk - Added "apple" to USE_BLAS comment #12819

Merged
merged 1 commit into from
Oct 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make/osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ USE_OPENCV = 1
USE_OPENMP = 0

# choose the version of blas you want to use
# can be: mkl, blas, atlas, openblas
# can be: mkl, blas, atlas, openblas, apple
USE_BLAS = apple

# whether use lapack during compilation
Expand Down