We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1beb6a0 + ae3a1e7 commit 692545dCopy full SHA for 692545d
2 files changed
pkgs/geos.yaml
@@ -3,3 +3,7 @@ extends: [autotools_package]
3
sources:
4
- url: http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
5
key: tar.bz2:cxul7x36feehvfl3k2wfipvjvabscsa4
6
+
7
+when_build_dependency:
8
+ - prepend_path: PATH
9
+ value: '${ARTIFACT}/bin'
pkgs/shapely.yaml
@@ -0,0 +1,16 @@
1
+extends: [distutils_package]
2
+dependencies:
+ build: [geos]
+ run: [geos]
+sources:
+- key: git:76f5832e8df80ed86493fb4eb7a0cd7a17976822
+ url: git@github.com:Toblerity/Shapely.git
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