Skip to content

Commit

Permalink
Merge pull request apache#84 from hjk41/master
Browse files Browse the repository at this point in the history
change default BLAS library to OpenBLAS
  • Loading branch information
hjk41 committed Dec 10, 2015
2 parents bfc24d9 + 8859c8d commit ea75d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mshadow.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(mshadow_LINKER_LIBS "")

set(BLAS "Atlas" CACHE STRING "Selected BLAS library")
set(BLAS "Open" CACHE STRING "Selected BLAS library")
set_property(CACHE BLAS PROPERTY STRINGS "Atlas;Open;MKL")

if(BLAS STREQUAL "Atlas" OR BLAS STREQUAL "atlas")
Expand Down

0 comments on commit ea75d09

Please sign in to comment.