[caffe-contrib] 41/362: cmake: set openblas as BLAS

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit d1d1e99f5c29ffbb6b26b6080ecc6eedd1606147
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Jul 12 01:09:10 2015 +0000

    cmake: set openblas as BLAS
---
 debian/patches/03-set-cmake-deps-openblas.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/03-set-cmake-deps-openblas.patch b/debian/patches/03-set-cmake-deps-openblas.patch
new file mode 100644
index 0000000..eb94eaf
--- /dev/null
+++ b/debian/patches/03-set-cmake-deps-openblas.patch
@@ -0,0 +1,11 @@
+--- a/cmake/Dependencies.cmake
++++ b/cmake/Dependencies.cmake
+@@ -67,7 +67,7 @@
+ 
+ # ---[ BLAS
+ if(NOT APPLE)
+-  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")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list