From 8ebdea0958e4508cad1aca5cb8bd82ce135fb7c6 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Fri, 22 Jun 2018 20:58:52 +0100 Subject: [PATCH] Attempt to install openblas on travis, now missing fblas77.h --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ac426df..8d7e8665 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: # OpenCV dependencies, dlib and boost - if [ ${TRAVIS_OS_NAME} = linux ]; then sudo apt-get update; - sudo apt-get install libopenblas-dev; + sudo apt-get install libopenblas-dev libopenblas-base; sudo apt-get install git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev; sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-22-dev checkinstall; sudo apt-get install cmake;