create own module proxies for blas/lapack
This commit is contained in:
10
test/test.py
10
test/test.py
@ -128,7 +128,11 @@ def test_fc_omp():
|
||||
|
||||
|
||||
def test_fc_blas():
|
||||
configure_build_and_exe('fc_blas', 'python setup.py --fc=gfortran --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
||||
configure_build_and_exe('fc_blas', 'python setup.py --fc=gfortran --blas')
|
||||
|
||||
|
||||
def test_fc_lapack():
|
||||
configure_build_and_exe('fc_lapack', 'python setup.py --fc=gfortran --lapack')
|
||||
|
||||
|
||||
@skip_on_osx
|
||||
@ -136,10 +140,6 @@ def test_cxx_cblas():
|
||||
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas')
|
||||
|
||||
|
||||
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
|
||||
@skip_on_linux
|
||||
def test_cxx_lapacke():
|
||||
|
Reference in New Issue
Block a user