Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Task/update build (#40)
Browse files Browse the repository at this point in the history
* updating uber and spack

* adding better uber support and adding no_op examples

* we no longer have an mpich variant

* we no longer have an mpich variant2

* more changes to ci testing

* trying to get Docker to run

* adding fortran to the docker image

* trying to force mpich

* adding the ability to control the -j in spack for travis

* fixing arg order

* trying more threads

* increasing timeout

* removing travis cache and timeout
  • Loading branch information
mclarsen authored Apr 11, 2018
1 parent b3773a1 commit 9cd46e9
Show file tree
Hide file tree
Showing 18 changed files with 398 additions and 805 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ compiler:
- gcc
env:
global:
- COMPILER_CC=gcc-4.9
- COMPILER_CXX=g++-4.9
- COMPILER_FC=gfortran-4.9
- COMPILER_CC=gcc-5
- COMPILER_CXX=g++-5
- COMPILER_FC=gfortran-5
matrix:
# we want to test both static and shared
- BUILD_SHARED_LIBS=ON
Expand All @@ -62,9 +62,9 @@ addons:
- ubuntu-toolchain-r-test
packages:
- binutils
- gcc-4.9
- g++-4.9
- gfortran-4.9
- gcc-5
- g++-5
- gfortran-5
cache:
directories:
- /home/travis/build/Alpine-DAV/uberenv_libs
Expand All @@ -83,7 +83,7 @@ script:
- export CACHE_ROOT=`pwd`
# uninstall vtkm if it exists to force a rebuild
- for f in ${CACHE_ROOT}/uberenv_libs/spack/opt/spack/*/*/vtkm*; do if [ -d $f ]; then echo "y" | ${CACHE_ROOT}/uberenv_libs/spack/bin/spack uninstall --dependents vtkm; fi; done;
- python vtk-h/scripts/uberenv/uberenv.py --spec %gcc@4.9+mpich
- python vtk-h/scripts/uberenv/uberenv.py --spec "%gcc@5+mpi ^mpich" --jobs 16
- cd $TRAVIS_BUILD_DIR
# create out-of-source build dir
- mkdir travis-debug-build
Expand Down
93 changes: 0 additions & 93 deletions scripts/uberenv/packages/cmake/package.py

This file was deleted.

123 changes: 0 additions & 123 deletions scripts/uberenv/packages/mpich/package.py

This file was deleted.

80 changes: 0 additions & 80 deletions scripts/uberenv/packages/openssl/package.py

This file was deleted.

Loading

0 comments on commit 9cd46e9

Please sign in to comment.