rm test_cxx_cblas_static
This commit is contained in:
@ -5,9 +5,6 @@ min_cmake_version: 2.8
|
|||||||
[cxx]
|
[cxx]
|
||||||
source: ../../../modules/cxx.cmake
|
source: ../../../modules/cxx.cmake
|
||||||
|
|
||||||
[static]
|
|
||||||
source: ../../../modules/static_linking.cmake
|
|
||||||
|
|
||||||
[cblas]
|
[cblas]
|
||||||
source: ../../../modules/cblas.cmake
|
source: ../../../modules/cblas.cmake
|
||||||
|
|
||||||
|
@ -172,11 +172,6 @@ def test_fc_blas_static():
|
|||||||
def test_cxx_cblas():
|
def test_cxx_cblas():
|
||||||
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas')
|
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas')
|
||||||
|
|
||||||
|
|
||||||
@skip_on_osx
|
|
||||||
def test_cxx_cblas_static():
|
|
||||||
configure_build_and_exe('cxx_cblas', 'python setup.py --cxx=g++ --cblas --static')
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user