test the new cblas

This commit is contained in:
Radovan Bast
2015-09-17 00:09:56 +02:00
parent c0199ccd43
commit 78ebba62e5

View File

@ -171,7 +171,7 @@ def test_fc_blas_static():
@skip_on_osx @skip_on_osx
def test_cc_cblas(): def test_cc_cblas():
configure_build_and_exe('cc_cblas', 'python setup.py --cc=gcc --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"') configure_build_and_exe('cc_cblas', 'python setup.py --cc=gcc --cblas')
@skip_on_osx @skip_on_osx