From 78ebba62e5d7fafdad9124202b165ad9293928e5 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 17 Sep 2015 00:09:56 +0200 Subject: [PATCH] test the new cblas --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index abb805d..ae841b7 100644 --- a/test/test.py +++ b/test/test.py @@ -171,7 +171,7 @@ def test_fc_blas_static(): @skip_on_osx 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