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: ...@@ -46,13 +46,16 @@ test:
about: about:
home: http://www.plumed.org/ home: http://www.plumed.org/
license: LGPL-3.0 license: LGPL-3.0
license_family: LGPL license_family: GPL
license_file: COPYING.LESSER license_file: COPYING.LESSER
summary: 'Free energy calculations in molecular systems' summary: 'Free energy calculations in molecular systems'
description: | description: |
PLUMED is an open source library for free energy calculations in PLUMED is an open source library for free energy calculations in
molecular systems which works together with some of the most molecular systems which works together with some of the most
popular molecular dynamics engines. 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 dev_url: https://github.com/plumed/plumed2
extra:
recipe-maintainers:
- GiovanniBussi
...@@ -16,15 +16,17 @@ requirements: ...@@ -16,15 +16,17 @@ requirements:
build: build:
- {{ compiler('c') }} - {{ compiler('c') }}
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- make
host: host:
- python - python
- pip - pip
- cython - cython
run: run:
- plumed
- python - python
test: test:
requires: imports:
- plumed - plumed
commands: commands:
- python -c "import plumed; p=plumed.Plumed(); print(p)" - python -c "import plumed; p=plumed.Plumed(); print(p)"
...@@ -39,6 +41,9 @@ about: ...@@ -39,6 +41,9 @@ about:
PLUMED is an open source library for free energy calculations in PLUMED is an open source library for free energy calculations in
molecular systems which works together with some of the most molecular systems which works together with some of the most
popular molecular dynamics engines. 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 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