Skip to content

Commit

Permalink
Add MDSAPT builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Feb 20, 2024
1 parent de36ddf commit f0235dc
Showing 1 changed file with 58 additions and 0 deletions.
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" %}

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

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

build:
skip: True # [win or osx or py < 38]
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python
- 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

0 comments on commit f0235dc

Please sign in to comment.