Skip to content

Commit

Permalink
Merge pull request #261 from dev-cafe/radovan/restore-ci
Browse files Browse the repository at this point in the history
Remove Boost modules and tests and restore CI
  • Loading branch information
robertodr authored Oct 7, 2019
2 parents 839beaa + 8c0222a commit 92291cb
Show file tree
Hide file tree
Showing 21 changed files with 17 additions and 419 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ matrix:
- libopenmpi-dev
# python library, development version
- libpython2.7
# boost
- libboost-all-dev

- os: linux
python: 3.5
Expand All @@ -49,20 +47,17 @@ matrix:
- libopenmpi-dev
# python library, development version
- libpython2.7
# boost
- libboost-all-dev

- os: osx
osx_image: xcode7.3
osx_image: xcode11
compiler: gcc
env:
- SOURCES=homebrew

install:
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake boost python open-mpi
brew reinstall gcc
brew update &> /dev/null
pip install virtualenv
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
pip install --user virtualenv
Expand All @@ -78,7 +73,7 @@ install:
script:
# pycodestyle tests
- pycodestyle --ignore E501 update.py
- pycodestyle --ignore E501,E265,E741 autocmake
- pycodestyle --ignore E501,E265,E741 autocmake --exclude autocmake/external/docopt.py
# unit tests
- py.test -vv autocmake/*
- py.test -vv test/test.py
Expand Down
192 changes: 0 additions & 192 deletions modules/boost/boost.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions modules/boost/boost_build.cmake

This file was deleted.

11 changes: 0 additions & 11 deletions modules/boost/boost_cleanup.cmake

This file was deleted.

15 changes: 0 additions & 15 deletions modules/boost/boost_configure.cmake

This file was deleted.

11 changes: 0 additions & 11 deletions modules/boost/boost_headers.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions modules/boost/boost_install.cmake

This file was deleted.

11 changes: 0 additions & 11 deletions modules/boost/boost_unpack.cmake

This file was deleted.

18 changes: 0 additions & 18 deletions modules/boost/boost_userconfig.cmake

This file was deleted.

4 changes: 2 additions & 2 deletions modules/math/accelerate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF)

if(ENABLE_ACCELERATE)
include(find_libraries)
include(find_include_files)
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_libraries.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_include_files.cmake)

set(ACCELERATE_FOUND FALSE)
set(ACCELERATE_LIBRARIES "NOTFOUND")
Expand Down
4 changes: 2 additions & 2 deletions modules/math/cblas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
option(ENABLE_CBLAS "Find and link to CBLAS" OFF)

if(ENABLE_CBLAS)
include(find_libraries)
include(find_include_files)
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_libraries.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_include_files.cmake)

set(CBLAS_FOUND FALSE)
set(CBLAS_LIBRARIES "NOTFOUND")
Expand Down
4 changes: 2 additions & 2 deletions modules/math/lapacke.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF)

if(ENABLE_LAPACKE)
include(find_libraries)
include(find_include_files)
include(${CMAKE_CURRENT_LIST_DIR}/find_libraries.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/find_include_files.cmake)

set(LAPACKE_FOUND FALSE)
set(LAPACKE_LIBRARIES "NOTFOUND")
Expand Down
16 changes: 0 additions & 16 deletions test/boost_header_only/cmake/autocmake.yml

This file was deleted.

1 change: 0 additions & 1 deletion test/boost_header_only/src/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 92291cb

Please sign in to comment.