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:
authorSoumith Chintala <soumith@gmail.com>2016-12-20 18:02:11 +0300
committerGitHub <noreply@github.com>2016-12-20 18:02:11 +0300
commitccbfdda2db0faaeb8236cd4f870c8dc3a2eddc8a (patch)
treefd81ec9695a0dd963aab388912ffb034dce0dbc9
parentc1f24ff496a8c625bf7fa6d23ba28e1a34c243d7 (diff)
Revert "fix Archlinux install error"revert-186-master
-rwxr-xr-xinstall.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/install.sh b/install.sh
index 3f82874..bf6d29f 100755
--- a/install.sh
+++ b/install.sh
@@ -51,14 +51,6 @@ if [[ `uname` == "Darwin" ]]; then
export CC=clang
export CXX=clang++
fi
-# If we're on Arch linux, use cuda's gcc
-if [[ `uname -a` == *"ARCH"* ]]; then
- export CC=/opt/cuda/bin/gcc
- export CXX=/opt/cuda/bin/g++
- if [[ -f /opt/cuda/bin/nvcc ]]; then {
- path_to_nvcc=/opt/cuda/bin/nvcc
- } fi
-fi
echo "Installing Lua version: ${TORCH_LUA_VERSION}"
mkdir -p install