This commit is contained in:
Qiwei Ye 2017-06-29 18:23:04 +08:00 коммит произвёл GitHub
Родитель dcee4f3d73
Коммит 2039672164
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ install:
# for testing python binding # for testing python binding
- sudo apt-get install -y libblas-dev liblapack-dev libatlas-base-dev gfortran - sudo apt-get install -y libblas-dev liblapack-dev libatlas-base-dev gfortran
- sudo apt-get install -y cmake python-nose python-scipy python-numpy - sudo apt-get install -y cmake python-numpy python-scipy python-nose
# for testing lua binding # for testing lua binding
#- curl -sk https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash -e #- curl -sk https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash -e