Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding GoodVibes to conda-forge #11349

Closed
wants to merge 10 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions recipes/GoodVibes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set name = "goodvibes" %}
{% set version = "3.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6887cab5eeb82b4c9d960beb56f44778a9f5b8dc7911fd7610f916a2d64ec234


build:
luchini18 marked this conversation as resolved.
Show resolved Hide resolved
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"


requirements:
host:
- pip
- python
run:
- python
- numpy

test:
imports:
- goodvibes

about:
home: https://github.com/bobbypaton/goodvibes
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: Calculates quasi-harmonic free energies from Gaussian output files with temperature and haptic corrections

extra:
recipe-maintainers:
- bobbypaton
- luchini18