use --cblas in test_cxx_cblas_static

This commit is contained in:
Radovan Bast 2015-09-17 00:36:43 +02:00
parent a7de2e62e9
commit 4a74b1b129

View File

@ -176,7 +176,7 @@ def test_cxx_cblas():
@skip_on_osx
def test_cxx_cblas_static():
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas --static')
# ------------------------------------------------------------------------------