Skip to content
Snippets Groups Projects
Commit 49f65ac6 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

small fixes from conda-forge

parent b6d5d1f5
No related branches found
No related tags found
No related merge requests found
......@@ -46,13 +46,16 @@ test:
about:
home: http://www.plumed.org/
license: LGPL-3.0
license_family: LGPL
license_family: GPL
license_file: COPYING.LESSER
summary: 'Free energy calculations in molecular systems'
description: |
PLUMED is an open source library for free energy calculations in
molecular systems which works together with some of the most
popular molecular dynamics engines.
doc_url: https://plumed.github.io/doc-v2.5/user-doc/html/index.html
doc_url: https://www.plumed.org/doc
dev_url: https://github.com/plumed/plumed2
extra:
recipe-maintainers:
- GiovanniBussi
......@@ -16,15 +16,17 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- make
host:
- python
- pip
- cython
run:
- plumed
- python
test:
requires:
imports:
- plumed
commands:
- python -c "import plumed; p=plumed.Plumed(); print(p)"
......@@ -39,6 +41,9 @@ about:
PLUMED is an open source library for free energy calculations in
molecular systems which works together with some of the most
popular molecular dynamics engines.
doc_url: https://plumed.github.io/doc-v2.5/user-doc/html/index.html
doc_url: https://www.plumed.org/doc
dev_url: https://github.com/plumed/plumed2
extra:
recipe-maintainers:
- GiovanniBussi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment