rm boost module and tests; closes #258 closes #260

This commit is contained in:
Radovan Bast
2019-10-06 15:55:12 +02:00
parent d2890239d0
commit 8c0222a87f
16 changed files with 3 additions and 411 deletions

View File

@ -149,12 +149,3 @@ def test_python_libs_custom():
configure_build_and_exe(
'python_libs_custom',
'python setup --cxx=g++ --python={0}'.format(python_executable))
def test_boost_header_only():
configure_build_and_exe('boost_header_only', 'python setup --cxx=g++')
@skip_on_osx
def test_boost_libs():
configure_build_and_exe('boost_libs', 'python setup --cxx=g++ --mpi')