Repository: incubator-singa Updated Branches: refs/heads/master 767bad29e -> 2bbed5fc1
set OpenBLAS default install path as /usr/local/ Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/dca8a238 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/dca8a238 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/dca8a238 Branch: refs/heads/master Commit: dca8a23834cb31e65a857c10007f498cce5d8178 Parents: 767bad2 Author: xiezl <[email protected]> Authored: Tue Jun 23 10:40:44 2015 +0800 Committer: xiezl <[email protected]> Committed: Tue Jun 23 10:40:44 2015 +0800 ---------------------------------------------------------------------- thirdparty/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/dca8a238/thirdparty/install.sh ---------------------------------------------------------------------- diff --git a/thirdparty/install.sh b/thirdparty/install.sh index 3bffeba..5edd4d0 100755 --- a/thirdparty/install.sh +++ b/thirdparty/install.sh @@ -210,8 +210,8 @@ function install_openblas() fi elif [ $# == 0 ] then - echo "install cmake in default path"; - sudo make install; + cho "install OpenBLAS in /usr/local/" + sudo make PREFIX=/usr/local install; if [ $? -ne 0 ] then cd ..;
