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
|
fi
|
||||||
done
|
done
|
||||||
if [ "X$CYTHON" == "X" ]; then
|
if [ "X$CYTHON" == "X" ]; then
|
||||||
echo "Cython is not installed, aborting."
|
echo
|
||||||
exit 1
|
echo "Cython not found !"
|
||||||
|
echo "Ensure your PATH contain access to 'cython' or 'cython-2.7'"
|
||||||
|
echo
|
||||||
|
echo "Current PATH: $PATH"
|
||||||
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check basic tools
|
# check basic tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue