try cblas test on osx
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "Accelerate/Accelerate.h"
|
||||
#else
|
||||
#include "cblas.h"
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -169,7 +169,6 @@ def test_fc_blas_static():
|
||||
configure_build_and_exe('fc_blas', 'python setup.py --fc=gfortran --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
||||
|
||||
|
||||
@skip_on_osx
|
||||
def test_cxx_cblas():
|
||||
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas')
|
||||
|
||||
|
Reference in New Issue
Block a user