From 2a3a6f4a68aeabd2b69dc215e89594dcd436e82d Mon Sep 17 00:00:00 2001 From: Gal Leibovich Date: Sun, 22 Oct 2017 16:43:02 +0300 Subject: [PATCH] small fix in neon installation --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 76ade45..df1c167 100755 --- a/install.sh +++ b/install.sh @@ -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 ..