Another attempt at a travis fix

This commit is contained in:
Tadas Baltrusaitis
2018-05-06 14:01:08 +01:00
parent c373db3b7f
commit a69efc502e
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ before_install:
script:
- $CXX --version
- cd lib/local/LandmarkDetector/model
- cd lib/local/LandmarkDetector/model/patch_experts
- wget https://www.dropbox.com/s/7na5qsjzz8yfoer/cen_patches_0.25_of.dat?dl=1
- wget https://www.dropbox.com/s/k7bj804cyiu474t/cen_patches_0.35_of.dat?dl=1
- wget https://www.dropbox.com/s/ixt4vkbmxgab1iu/cen_patches_0.50_of.dat?dl=1
@@ -74,7 +74,7 @@ script:
- mv cen_patches_0.50_of.dat?dl=1 cen_patches_0.50_of.dat
- mv cen_patches_1.00_of.dat?dl=1 cen_patches_1.00_of.dat
- ls
- cd ../../../../
- cd ../../../../../
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE CMAKE_CXX_FLAGS="-std=c++11" -D CMAKE_EXE_LINKER_FLAGS="-std=c++11" ..

View File

@@ -9,6 +9,7 @@ namespace dlib
{
namespace blas_bindings
{
#ifndef __VECLIB__
#ifdef DLIB_USE_BLAS
#ifndef CBLAS_H
extern "C"
@@ -29,6 +30,7 @@ namespace dlib
// ------------------------------------------------------------------------------------
#endif // if not CBLAS_H
#endif // if DLIB_USE_BLAS
#endif // if __VECLIB__
/* Purpose */
/* ======= */