Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove 3.2 restriction on eigen
  • Loading branch information
brianv0 committed Jul 18, 2019
commit 07647c0ece2420ec2eae4617f5daf83cc749b919
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ install:
- conda config --env --add channels conda-forge
- source activate test-environment
- conda config --env --add channels conda-forge
- conda install python=$TRAVIS_PYTHON_VERSION boost fftw numpy pybind11 swig cmake compilers
- echo "eigen 3.2.*" > $CONDA_PREFIX/conda-meta/pinned
- conda install eigen
- conda install python=$TRAVIS_PYTHON_VERSION boost fftw numpy pybind11 swig cmake compilers eigen
- export BOOST_DIR=$CONDA_PREFIX
- export EIGEN_DIR=$CONDA_PREFIX
- export FFTW_DIR=$CONDA_PREFIX
Expand Down