Skip to content

Commit

Permalink
Merge pull request #56 from datreant/conda
Browse files Browse the repository at this point in the history
Add conda build script
  • Loading branch information
dotsdl committed May 10, 2016
2 parents b90fcd5 + 97b6cbf commit 8dfafe6
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
package:
name: mdsynthesis
version: "0.6.0"

source:
path: .

build:
noarch_python: True
script: $PYTHON setup.py install

requirements:
build:
- python
- setuptools
- datreant.core
- datreant.data
- mdanalysis


run:
- python
- datreant.core
- datreant.data
- mdanalysis

test:
# Python imports
imports:
- mdsynthesis

requires:
# Put any additional test requirements here. For example
- pytest
- datreant.core
- datreant.data
- mdanalysis

files:
- src/mdsynthesis/tests

commands:
- py.test src

about:
home: http://mdsynthesis.readthedocs.io/en/master/
license: GPLVv2
license_file: LICENSE.txt
summary: 'a persistence engine for molecular dynamics data'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml

0 comments on commit 8dfafe6

Please sign in to comment.