Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagadomi <nagadomi@nurs.or.jp>2016-09-12 13:32:46 +0300
committernagadomi <nagadomi@nurs.or.jp>2016-09-12 13:32:46 +0300
commitae2b5b631090e586b757a9c6f29d142d978bae93 (patch)
treeca9c958365038ec7034b46dd790f79b42bd43859 /install-deps
parentf41316ea2895fd3462375c7c92350c646b25166b (diff)
Install self compiled OpenBLAS on Ubuntu
Diffstat (limited to 'install-deps')
-rwxr-xr-xinstall-deps9
1 files changed, 2 insertions, 7 deletions
diff --git a/install-deps b/install-deps
index d5f4c2d..2d3c957 100755
--- a/install-deps
+++ b/install-deps
@@ -165,17 +165,12 @@ elif [[ "$(uname)" == 'Linux' ]]; then
sudo apt-get install -y gcc-4.9 libgfortran-4.9-dev g++-4.9
fi
- if [[ $ubuntu_major_version -lt '14' ]]; then
- # Install from source after installing git and build-essential
- install_openblas || true
- else
- sudo apt-get install -y libopenblas-dev liblapack-dev
- fi
-
if [[ $ubuntu_major_version -lt '15' ]]; then
sudo apt-get install libqt4-core libqt4-gui
fi
+ install_openblas || true
+
elif [[ $distribution == 'elementary' ]]; then
declare -a target_pkgs
target_pkgs=( build-essential gcc g++ curl \