mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
Tell Thinc to link against system blas on Travis
This commit is contained in:
parent
c261b5b996
commit
1b294f4798
|
@ -16,7 +16,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${VIA}" == "compile" ]; then
|
if [ "${VIA}" == "compile" ]; then
|
||||||
pip install -r requirements.txt
|
THINC_BLAS=/usr/lib/libopenblas.so pip install -r requirements.txt
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
pip install -e .
|
pip install -e .
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user