adding lapacke.cmake stub

This commit is contained in:
Radovan Bast
2015-09-17 10:44:30 +02:00
parent e399058e37
commit 6efc29457d
5 changed files with 49 additions and 32 deletions

View File

@ -164,9 +164,8 @@ def test_fc_lapack():
configure_build_and_exe('fc_lapack', 'python setup.py --fc=gfortran --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
@skip_on_osx
def test_cxx_lapacke():
configure_build_and_exe('cxx_lapacke', 'python setup.py --cxx=g++ --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
configure_build_and_exe('cxx_lapacke', 'python setup.py --cxx=g++ --lapacke')
# ------------------------------------------------------------------------------