Mercurial > hg > vamp-build-and-test
comparison SCRIPTS/process.sh @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | 16b03aa90211 |
children |
comparison
equal
deleted
inserted
replaced
124:fc093b176444 | 125:34e428693f5d |
---|---|
28 if [ "$have_all" != "true" ]; then | 28 if [ "$have_all" != "true" ]; then |
29 echo "Not all dependencies found, exiting" | 29 echo "Not all dependencies found, exiting" |
30 exit 1 | 30 exit 1 |
31 fi | 31 fi |
32 | 32 |
33 # Get errors from Vext about SML implementation early | 33 # Get errors from Repoint about SML implementation early |
34 ( cd "$mydir/.." ; ./vext version >/dev/null ) | 34 ( cd "$mydir/.." ; ./repoint version >/dev/null ) |
35 | 35 |
36 do_rebuild="" | 36 do_rebuild="" |
37 do_speedy="" | 37 do_speedy="" |
38 | 38 |
39 speedy_test_pattern="^[ABE]" | 39 speedy_test_pattern="^[ABE]" |
190 numpyincdir="$mydir"/../DEPENDENCIES/$platform$bits/Python$pyver/Lib/site-packages/numpy/core/include | 190 numpyincdir="$mydir"/../DEPENDENCIES/$platform$bits/Python$pyver/Lib/site-packages/numpy/core/include |
191 pylibdir="$mydir"/../DEPENDENCIES/$platform$bits/Python$pyver/libs | 191 pylibdir="$mydir"/../DEPENDENCIES/$platform$bits/Python$pyver/libs |
192 | 192 |
193 repodir="$mydir/../REPOS" | 193 repodir="$mydir/../REPOS" |
194 | 194 |
195 ( cd "$mydir/.." ; ./vext install ) | 195 ( cd "$mydir/.." ; ./repoint install ) |
196 | 196 |
197 cd "$repodir" | 197 cd "$repodir" |
198 | 198 |
199 plugindirs="$@" | 199 plugindirs="$@" |
200 if [ -z "$plugindirs" ]; then | 200 if [ -z "$plugindirs" ]; then |