Skip to content

Commit

Permalink
Update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 14, 2019
2 parents 820fb6c + 177d3be commit c5b301e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion etc/conda/python-statiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ about:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- libtoolchain
- python-toolchain
- libboost_python-dev
host:
- libboost-dev
- libboost_python
- libstatiskit_stl
- python
run:
Expand Down
2 changes: 1 addition & 1 deletion travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dist: trusty

osx_image: xcode8.3


env:
- CONDA_RECIPE=etc/conda/libstatiskit_stl-dev
- CONDA_RECIPE=etc/conda/libstatiskit_stl
- CONDA_RECIPE=etc/conda/python-statiskit_stl

before_install:
- git clone https://github.com/StatisKit/travis-ci.git --depth=1
- cd travis-ci
Expand Down

0 comments on commit c5b301e

Please sign in to comment.