Skip to content

Commit 692545d

Browse files
committed
Merge pull request #700 from hashdist/ahmadia/add_shapely
Add Shapely (Development branch)
2 parents 1beb6a0 + ae3a1e7 commit 692545d

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)