mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Another attempt at a travis fix
This commit is contained in:
@@ -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" ..
|
||||
|
||||
@@ -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 */
|
||||
/* ======= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user