Skip to content

Commit ae3a1e7

Browse files
committed
Add Shapely (Development branch)
We can't use a release since we need shapely/shapely#241 This also requires: hashdist/hashdist@d3a39c57
1 parent 1beb6a0 commit ae3a1e7

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

pkgs/geos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ extends: [autotools_package]
33
sources:
44
- url: http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
55
key: tar.bz2:cxul7x36feehvfl3k2wfipvjvabscsa4
6+
7+
when_build_dependency:
8+
- prepend_path: PATH
9+
value: '${ARTIFACT}/bin'

pkgs/shapely.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
extends: [distutils_package]
2+
dependencies:
3+
build: [geos]
4+
run: [geos]
5+
6+
sources:
7+
- key: git:76f5832e8df80ed86493fb4eb7a0cd7a17976822
8+
url: git@github.com:Toblerity/Shapely.git
9+
10+
build_stages:
11+
- name: check
12+
after: install
13+
handler: bash
14+
bash: |
15+
${PYTHON} -c "from shapely import geos"
16+

0 commit comments

Comments
 (0)