Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/StatisKit/AutoWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2017
2 parents 03a12de + 024c821 commit b90e6eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/conda/python-autowig/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ "$PY3K" = 1 ]]; then
2to3 -n -w $SRC_DIR/test
fi

python setup.py install --prefix=$PREFIX
$PYTHON setup.py install --prefix=$PREFIX
mkdir -p $SP_DIR/autowig/site
touch $SP_DIR/autowig/site/__init__.py
mkdir -p $SP_DIR/autowig/site/ASG
Expand Down
6 changes: 3 additions & 3 deletions bin/conda/python-autowig/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ about:

requirements:
build:
- python 2.7*
- python
- python-dev
run:
- python 2.7*
- python
- mako
- python-dateutil
- python-parse
Expand All @@ -50,7 +50,7 @@ test:
- doc
- src
requires:
- python 2.7*
- python
- libdev
- python-dev
- clang
Expand Down

0 comments on commit b90e6eb

Please sign in to comment.