Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/geos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ extends: [autotools_package]
sources:
- url: http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
key: tar.bz2:cxul7x36feehvfl3k2wfipvjvabscsa4

when_build_dependency:
- prepend_path: PATH
value: '${ARTIFACT}/bin'
16 changes: 16 additions & 0 deletions pkgs/shapely.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
extends: [distutils_package]
dependencies:
build: [geos]
run: [geos]

sources:
- key: git:76f5832e8df80ed86493fb4eb7a0cd7a17976822
url: git@github.com:Toblerity/Shapely.git

build_stages:
- name: check
after: install
handler: bash
bash: |
${PYTHON} -c "from shapely import geos"