Skip to content

Commit 50d775f

Browse files
rahul3ChaiBapchya
authored andcommitted
Update osx.mk - Added "apple" to USE_BLAS comment (apache#12819)
Added "apple" to USE_BLAS comment because it is one of the versions that are possible. Currently the comment only has "mkl, blas, atlas, openblas" that can be used
1 parent aa4d7d4 commit 50d775f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/osx.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ USE_OPENCV = 1
8080
USE_OPENMP = 0
8181

8282
# choose the version of blas you want to use
83-
# can be: mkl, blas, atlas, openblas
83+
# can be: mkl, blas, atlas, openblas, apple
8484
USE_BLAS = apple
8585

8686
# whether use lapack during compilation

0 commit comments

Comments
 (0)