forked from calpolyccg/MDSAPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
54 lines (48 loc) · 915 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is used in conda-build.
package:
name: mdsapt
version: "{{ GIT_DESCRIBE_TAG }}"
source:
git_url: ./
about:
home: https://github.com/ALescoulie/MDSAPT
license: GPL-3.0
license_file: LICENSE
license_family: GPL3
summary: SAPT Calculations for MDAnalysis
doc_url: https://mdsapt.readthedocs.io/
dev_url: https://github.com/ALescoulie/MDSAPT
requirements:
host:
- python
- pip
run:
- psi4
- mdanalysis
- nglview
- numpy
- openmm
- pandas
- pdbfixer
- python
- pyyaml
- rdkit
test:
imports:
- mdsapt
- mdsapt.tests
requires:
- pip
- pytest
commands:
- pip check
# This is currently disabled because it does not work.
# However, tests pass when not building.
# - pytest -v .
extra:
maintainers:
- ALescoulie
- astralbijection
recipe-maintainers:
- ALescoulie
- astralbijection