Skip to content

Commit

Permalink
Added zwatershed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandan committed Jun 29, 2016
1 parent e284340 commit 3df7c78
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/zwatershed/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "zwatershed" %}
{% set version = "0.5" %}
{% set checksum = "df5b36634e38012e0fb3b2545d3bfc26" %}

package:
name: {{ name }}
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
md5: {{ checksum }}

build:
skip: true # [win or py3k]
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
- boost 1.61.*
- python
- setuptools >=18.0
- numpy x.x
- numpy >=1.7
- cython >=0.23
- h5py

run:
- boost 1.61.*
- python
- numpy x.x
- numpy >=1.7
- h5py

test:
imports:
- zwatershed

about:
home: https://github.com/TuragaLab/zwatershed
license: MIT
summary: 'Code for fast watersheds.'

extra:
recipe-maintainers:
- csinva

0 comments on commit 3df7c78

Please sign in to comment.