Skip to content

Commit

Permalink
Merge pull request #183 from jchodera/update-conda-recipe
Browse files Browse the repository at this point in the history
Updated conda recipe to install mpi4py
  • Loading branch information
kyleabeauchamp committed Jan 16, 2015
2 parents c83af04 + 3a85047 commit c1b4f64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ requirements:
- ambermini
- docopt
- gaff2xml
# - pyaml
- jinja2
- mpi4py
- pyyaml
- jinja2

test:
requires:
Expand All @@ -46,7 +47,7 @@ test:
commands:
- nosetests yank --nocapture --verbosity=2 --with-doctest
- which yank
- yank --help
- yank --help

about:
home: https://github.com/choderalab/yank
Expand Down

0 comments on commit c1b4f64

Please sign in to comment.