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 mdsapt #24782

Merged
merged 5 commits into from
Apr 2, 2024
Merged
Changes from 2 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
58 changes: 58 additions & 0 deletions recipes/mdsapt/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% set name = "mdsapt" %}
{% set version = "2.0.3_rc1" %}
ifd3f marked this conversation as resolved.
Show resolved Hide resolved

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

source:
url: https://github.com/calpolyccg/MDSAPT/archive/v2.0.3-rc1.tar.gz
sha256: 4d90626d9494a8531d9190c5d5b41a9e33fcbc11f6138336494b402fa59dd450

build:
ifd3f marked this conversation as resolved.
Show resolved Hide resolved
skip: True # [win or py < 39]
ifd3f marked this conversation as resolved.
Show resolved Hide resolved
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python
ifd3f marked this conversation as resolved.
Show resolved Hide resolved
- pip
run:
- python
- psi4 =>1.9.1
- mdanalysis >=2.7.0
- rdkit >=2023.09.5
- openmm >=8.1.1
- pdbfixer >=1.9
- numpy
- click
- pandas
- pyarrow # needed for pandas
- pyyaml

test:
source_files:
- mdsapt
requires:
- pip
- pytest
- nglview
- notebook
commands:
- pip check
- pytest -p no:warnings -vvv mdsapt

about:
home: https://github.com/calpolyccg/MDSAPT
license: GPL-3.0-or-later
license_file: LICENSE
license_family: GPL3
summary: SAPT Calculations for MDAnalysis
doc_url: https://mdsapt.readthedocs.io/
dev_url: https://github.com/calpolyccg/MDSAPT

extra:
recipe-maintainers:
- ALescoulie
- ifd3f