Debugging travis and dlib issue fix for Mac OS and appveyor speed fix.

This commit is contained in:
Tadas Baltrusaitis
2018-05-06 11:11:22 +01:00
parent a4c6f6fefa
commit e0ba3345b7
3 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ namespace dlib
namespace blas_bindings
{
#ifndef CBLAS_H
extern "C"
{
void cblas_strsm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side,
@@ -26,6 +27,7 @@ namespace dlib
}
// ------------------------------------------------------------------------------------
#endif // if not CBLAS_H
/* Purpose */
/* ======= */