Skip to content

Commit

Permalink
Add libstatiskit-dev recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 16, 2018
1 parent 6846dc7 commit bec1b0e
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ platform:

environment:
matrix:
- CONDA_RECIPE: bin\conda\libstatiskit_stl-dev
- CONDA_RECIPE: bin\conda\libstatiskit_stl
- CONDA_RECIPE: bin\conda\python-statiskit_stl
CONDA_VERSION: 2
Expand Down
6 changes: 6 additions & 0 deletions bin/conda/libstatiskit_stl-dev/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
echo ON

scons autowig --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT% --autowig-no-wrappers
if errorlevel 1 exit 1

echo OFF
6 changes: 6 additions & 0 deletions bin/conda/libstatiskit_stl-dev/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
set -ve

echo $SRC_DIR
scons autowig --prefix=$PREFIX -j$CPU_COUNT --autowig-no-wrappers

set +ve
19 changes: 19 additions & 0 deletions bin/conda/libstatiskit_stl-dev/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package:
name: libstatiskit_stl-dev
version: "1.0.0"

source:
path: ../../..

build:
number: 0

about:
home: http://statiskit-stl.readthedocs.org
license: Apache License 2.0
summary: Minimal Interpreted Interfaces for Containers of the STL C++ Template Library

requirements:
build:
- libtoolchain
- libtoolchain-dev
3 changes: 2 additions & 1 deletion bin/conda/libstatiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ about:

requirements:
build:
- libtoolchain
- libtoolchain
- libstatiskit_stl-dev
1 change: 1 addition & 0 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ os:
sudo: required

env:
- CONDA_RECIPE=bin/conda/libstatiskit_stl-dev
- CONDA_RECIPE=bin/conda/libstatiskit_stl
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=2
Expand Down

0 comments on commit bec1b0e

Please sign in to comment.