From 034ea473259594729cb5656fca06a9adbd0baa7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Mon, 10 Aug 2015 20:14:10 +0200 Subject: [PATCH] add multiple math libs for search order Multiple math libs in search-order string serve for setting various tests configurations. Also closes #71. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index e5ac9c9..27cc1a2 100644 --- a/test/test.py +++ b/test/test.py @@ -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\'"')