Add libatlas-base-dev to debian dependencies

It is a runtime dependency of the piwheels tensorflow whl
pull/19/head
Matthew D. Scholefield 2018-07-02 20:41:54 +00:00
parent 1f15f9da92
commit 3fc1fe4789
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ os=$(uname -s)
if [ "$os" = "Linux" ]; then
if is_command apt-get; then
wait_for_apt
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
fi
elif [ "$os" = "Darwin" ]; then
if is_command brew; then