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:
authortpltnt <tpltnt.github@dropcut.net>2016-05-07 18:24:02 +0300
committerSoumith Chintala <soumith@gmail.com>2016-05-07 18:24:02 +0300
commitba34004a7a48806bf4a6e88ecfc5fbada5efe636 (patch)
tree530954944d90143814653224a9817ff70d9f7342
parent47cdd1cc8bcfac84031787fc46668c18bb1c2aa9 (diff)
added FreeBSD dependencies (#110)
-rwxr-xr-xinstall-deps5
1 files changed, 5 insertions, 0 deletions
diff --git a/install-deps b/install-deps
index 2d514ed..dd72ccd 100755
--- a/install-deps
+++ b/install-deps
@@ -283,6 +283,11 @@ elif [[ "$(uname)" == 'Linux' ]]; then
install_openblas || true
fi
+elif [[ "$(uname)" == 'FreeBSD' ]]; then
+ pkg install ImageMagick cmake curl fftw3 git gnuplot libjpeg-turbo \
+ libzmq3 ncurses node npm openblas openssl png py27-ipython \
+ py27-pip qt4-corelib qt4-gui readline unzip
+
else
# Unsupported
echo '==> platform not supported, aborting'