1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

small fix in neon installation

This commit is contained in:
Gal Leibovich
2017-10-22 16:43:02 +03:00
parent cc9580a949
commit 2a3a6f4a68

View File

@@ -191,11 +191,10 @@ if [ ${INSTALL_NEON} -eq 1 ]; then
git clone https://github.com/NervanaSystems/ngraph.git
cd ngraph
make install -j
make gpu_prepare -j
cd ..
# Neon
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang -y
git clone https://github.com/NervanaSystems/neon.git
cd neon && make sysinstall -j
cd ..