Merge pull request #75 from miroi/patch-1

add multiple math libs for search order
This commit is contained in:
Radovan Bast 2015-08-10 20:20:28 +02:00
commit 6d33b694c5

View File

@ -195,4 +195,4 @@ def test_fc_lapack():
@skip_on_windows @skip_on_windows
def test_fc_lapack_static(): 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\'"')