aboutsummaryrefslogtreecommitdiff
path: root/conda-build/meta.yaml
diff options
context:
space:
mode:
authorCathy Yeh <cathy@driver.xyz>2017-11-13 13:23:40 -0800
committerCathy Yeh <cathy@driver.xyz>2017-11-13 13:23:40 -0800
commit9a284c0ff5339d6fb4802327bcd52278c0424630 (patch)
tree9d3ddc2ad513a7ba5712e53a3ffd58268ff91182 /conda-build/meta.yaml
parent5021f5ca1e8069b34f7c932363eec746d01013a0 (diff)
parenteb1b4e06bbee479ff0937cc9920dd26a9f725f37 (diff)
downloadbeliefs-9a284c0ff5339d6fb4802327bcd52278c0424630.tar.gz
beliefs-9a284c0ff5339d6fb4802327bcd52278c0424630.tar.bz2
beliefs-9a284c0ff5339d6fb4802327bcd52278c0424630.zip
Merge branch 'cathy/setup_repo'v0.0.1
Diffstat (limited to 'conda-build/meta.yaml')
-rw-r--r--conda-build/meta.yaml31
1 files changed, 31 insertions, 0 deletions
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/