make cython check optional
This commit is contained in:
parent
6b5c3a691c
commit
7b44cdefc3
1 changed files with 6 additions and 2 deletions
|
@ -55,8 +55,12 @@ for fn in cython-2.7 cython; do
|
|||
fi
|
||||
done
|
||||
if [ "X$CYTHON" == "X" ]; then
|
||||
echo "Cython is not installed, aborting."
|
||||
exit 1
|
||||
echo
|
||||
echo "Cython not found !"
|
||||
echo "Ensure your PATH contain access to 'cython' or 'cython-2.7'"
|
||||
echo
|
||||
echo "Current PATH: $PATH"
|
||||
echo
|
||||
fi
|
||||
|
||||
# check basic tools
|
||||
|
|
Loading…
Reference in a new issue