From 5e5dce93ad398c5df89a071179fee0f977e520cf Mon Sep 17 00:00:00 2001 From: Cathy Yeh Date: Mon, 13 Nov 2017 13:12:26 -0800 Subject: conda-build meta.yaml, .package_install_steps.py --- conda-build/meta.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 conda-build/meta.yaml (limited to 'conda-build/meta.yaml') diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml new file mode 100644 index 0000000..b7d065b --- /dev/null +++ b/conda-build/meta.yaml @@ -0,0 +1,31 @@ +package: + name: beliefs + version: {{ VERSION }} + +source: + git_url: .. + +build: + script: python .package_install_steps.py install + script_env: + - VERSION + +requirements: + build: + - python + - setuptools + - jinja2 + - pyyaml + + run: + - python + - jinja2 + - pyyaml + - pytest + - numpy + - networkx >=1.11 + +anaconda_upload: True + +about: + home: https://github.com/drivergroup/beliefs/ -- cgit v1.2.3