Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 14, 2019
1 parent bdc5675 commit 3268bdc
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ about:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- libtoolchain
- libtoolchain-dev
- autowig-toolchain
host:
- python
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ about:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- libtoolchain
host:
- libstatiskit_stl-dev
File renamed without changes.
File renamed without changes.
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
11 changes: 4 additions & 7 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ language: cpp
os:
- linux
- osx
- windows

sudo: required

env:
- CONDA_RECIPE=bin/conda/libstatiskit_stl-dev
CONDA_VERSION=3
- CONDA_RECIPE=bin/conda/libstatiskit_stl
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=2
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=3
- CONDA_RECIPE=etc/conda/libstatiskit_stl-dev
- CONDA_RECIPE=etc/conda/libstatiskit_stl
- CONDA_RECIPE=etc/conda/python-statiskit_stl

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

0 comments on commit 3268bdc

Please sign in to comment.