s/clapack/lapacke/
This commit is contained in:
parent
02838aef07
commit
173973929c
@ -9,5 +9,5 @@ if(LAPACK_FOUND)
|
|||||||
add_executable(example example.c)
|
add_executable(example example.c)
|
||||||
target_link_libraries(example ${MATH_LIBS})
|
target_link_libraries(example ${MATH_LIBS})
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "LAPACK library not found for the test cc_clapack!")
|
message(FATAL_ERROR "LAPACK library not found for the test cc_lapacke!")
|
||||||
endif()
|
endif()
|
@ -190,13 +190,13 @@ def test_fc_lapack_static():
|
|||||||
|
|
||||||
|
|
||||||
@skip_on_osx
|
@skip_on_osx
|
||||||
def test_cc_clapack():
|
def test_cc_lapacke():
|
||||||
configure_build_and_exe('cc_clapack', 'python setup.py --cc=gcc --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
configure_build_and_exe('cc_lapacke', 'python setup.py --cc=gcc --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
||||||
|
|
||||||
|
|
||||||
@skip_on_osx
|
@skip_on_osx
|
||||||
def test_cc_clapack_static():
|
def test_cc_lapacke_static():
|
||||||
configure_build_and_exe('cc_clapack', 'python setup.py --cc=gcc --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
configure_build_and_exe('cc_lapacke', 'python setup.py --cc=gcc --static --cmake-options="-DMATH_LIB_SEARCH_ORDER=\'OPENBLAS;ATLAS;MKL;SYSTEM_NATIVE\'"')
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user