more work on lapacke test

This commit is contained in:
Radovan Bast
2015-09-18 09:34:46 +02:00
parent 6efc29457d
commit ffd128548f
4 changed files with 18 additions and 7 deletions

View File

@ -165,7 +165,7 @@ def test_fc_lapack():
def test_cxx_lapacke():
configure_build_and_exe('cxx_lapacke', 'python setup.py --cxx=g++ --lapacke')
configure_build_and_exe('cxx_lapacke', 'python setup.py --cxx=g++ --lapacke --cblas')
# ------------------------------------------------------------------------------