Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
pin boost (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed May 21, 2016
1 parent 33b774e commit cf03ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

if [[ `uname` == 'Darwin' ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.9
$PYTHON -B setup.py install --single-version-externally-managed --record record.txt
else
$PYTHON -B setup.py install --single-version-externally-managed --record record.txt
fi

$PYTHON -B setup.py install --single-version-externally-managed --record record.txt
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
md5: 26c12e1384944ff3873b08409609d151

build:
number: 4
number: 5
skip: true # [win]

requirements:
Expand All @@ -20,10 +20,12 @@ requirements:
- cmake
- pkg-config
- bob.blitz
- boost 1.60.*

run:
- python
- bob.blitz
- boost 1.60.*

test:
requires:
Expand Down

0 comments on commit cf03ad6

Please sign in to comment.