Commit 94780bca6c57c46cc776fd39ecc3de4d85b54b37

Authored by Benjamin Renard
2 parents 1ddc0f12 1dff4abb

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_Kernel

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/deploy.sh
@@ -41,7 +41,7 @@ else @@ -41,7 +41,7 @@ else
41 fi 41 fi
42 42
43 if [ -d "$COTS_DIR/tools/boost" ]; then 43 if [ -d "$COTS_DIR/tools/boost" ]; then
44 - BOOST_ROOT="$COTS_DIR/tools/boost" 44 + BOOST_ROOT="$COTS_DIR/tools/gcc/4.7.2/boost"
45 else 45 else
46 BOOST_ROOT="/usr" 46 BOOST_ROOT="/usr"
47 fi 47 fi