add multiple math libs for search order

Multiple math libs in search-order string serve for setting various tests configurations. Also closes #71.
This commit is contained in:
Miro Iliaš 2015-08-10 20:14:10 +02:00
parent de5cd2af19
commit 034ea47325

View File

@ -195,4 +195,4 @@ def test_fc_lapack():
@no_windows
def test_fc_lapack_static():
configure_build_and_exe('fc_lapack', 'python setup.py --fc=gfortran --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=ATLAS"')
configure_build_and_exe('fc_lapack', 'python setup.py --fc=gfortran --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'ATLAS;MKL\'"')