-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmeta.yaml
55 lines (49 loc) · 1.14 KB
/
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
package:
name: vmd-python
version: "3.1.4"
source:
git_url: https://github.com/Eigenstate/vmd-python.git
git_tag: master
build:
number: 0
script: python -m pip install --no-deps --ignore-installed .
skip: true # [win]
requirements:
build:
- perl
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- make
host:
- python
- pip
- libnetcdf
- expat
- numpy
- tk
- sqlite
run:
- python
- libnetcdf
- expat
- {{ pin_compatible('numpy') }}
- tk
- sqlite
test:
imports:
- vmd
- pytest
requires:
- pytest
commands:
- py.test --pyargs vmd
about:
home: https://github.com/Eigenstate/vmd-python
license: VMD license
license_file: LICENSE
summary: "Visual Molecular Dynamics (VMD) Python bindings"
description: |
vmd-python is Visual Molecular Dynamics (VMD) built as a Python
extension module, with a few useability improvements.
doc_url: http://vmd.robinbetz.com
dev_url: https://github.com/Eigenstate/vmd-python