Skip to content

Commit

Permalink
Replace binstar to anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jul 9, 2015
1 parent 15770c4 commit b3e4f65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .full_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conda create --yes -n $ENV_NAME python=3
source activate $ENV_NAME

conda install --yes numpy scipy vispy matplotlib nose coverage vispy pip
conda install --yes -c https://conda.binstar.org/osgeo boost cgal
conda install --yes -c https://conda.anaconda.org/osgeo boost cgal

mkdir -p build/
cd build/
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ before_install:
- conda create -q -n tyssue python=3.4
- source activate tyssue
- conda install numpy scipy vispy matplotlib nose coverage vispy pip
- conda install -c https://conda.binstar.org/osgeo boost cgal
- conda install -c https://conda.anaconda.org/osgeo boost cgal
- pip install coveralls

install:
- mkdir build/
- cd build/
- cmake -DBoost_LIBRARY_DIR=$HOME/miniconda/envs/tyssue/lib/ -DBoost_INCLUDE_DIR=$HOME/miniconda/envs/tyssue/include/ ..
- cmake -DBoost_INCLUDE_DIR=$HOME/miniconda/envs/tyssue/include/ ..
- make install

script:
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conda create -n tyssue python=3.4 numpy scipy vispy matplotlib nose coverage
## activate the new environment
source activate tyssue
## install some friends
conda install -c https://conda.binstar.org/osgeo boost cgal
conda install -c https://conda.anaconda.org/osgeo boost cgal
pip install vispy
```

Expand Down

0 comments on commit b3e4f65

Please sign in to comment.