-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
meta.yaml
162 lines (155 loc) · 4.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{% set name = "AmberTools" %}
# Versioning scheme uses AmberTools major release as MAJOR version number, patch level as MINOR version number
# Update the MINOR version number as new patch releases come out
{% set version = "23.6" %}
# use run or skip
{% set unit_tests = "skip" %}
{% set build = 5 %}
{% set build = build + 100 %} # [mpi == 'nompi' and cuda_compiler_version == "None"]
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://ambermd.org/downloads/AmberTools23_rc6.tar.bz2
sha256: debb52e6ef2e1b4eaa917a8b4d4934bd2388659c660501a81ea044903bf9ee9d
patches:
- patches/do_not_symlink_missing_ff12pol.patch
- patches/do_not_install_vendored_parmed.patch
- patches/remove_mtune_native_for_m1.patch # [arm64]
- patches/remove_nab2c_and_friends.patch # [arm64]
- patches/0001-do-not-clean-compiler-flags.patch
build:
number: {{ build }}
skip: True # [win or py<310 or ppc64le or aarch64]
script_env:
- unit_tests={{ unit_tests }}
string: cuda_{{ cuda_compiler_version }}_{{ mpi }}_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
requirements:
build:
- bc
- bison
- cmake
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- flex
- libgomp # [linux and not aarch64]
- llvm-openmp # [osx]
- make
- matplotlib-base # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- openssl
- patch
- perl
- python # [build_platform != target_platform]
- scipy # [build_platform != target_platform]
- tcsh
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- coreutils # [cuda_compiler_version != "None"]
- {{ mpi }} # [build_platform != target_platform and mpi == "openmpi"]
host:
- python
- setuptools
- numpy
- scipy
- matplotlib-base
- bzip2
- zlib
- libboost-devel
- libnetcdf
- netcdf-fortran
- pthread-stubs
- fftw
- arpack
- libblas
- liblapack
- xorg-libxt # [unix]
- xorg-libxext # [unix]
- xorg-libx11 # [unix]
- readline
- llvm-openmp # [osx]
- libgomp # [linux and not aarch64]
- parmed =4
- openssl
- {{ mpi }} # [mpi != 'nompi']
- mpi4py # [mpi != 'nompi']
run:
- python
- setuptools
- perl
- numpy
- scipy
- matplotlib-base
- joblib
- libnetcdf
- netcdf-fortran
- fftw
- libblas
- liblapack
- xorg-libxt # [unix]
- xorg-libxext # [unix]
- xorg-libx11 # [unix]
- readline
- llvm-openmp # [osx]
- libgomp # [linux and not aarch64]
- parmed >=4.0.0,<5.0.0a0
- {{ mpi }} # [mpi != 'nompi']
- mpi4py # [mpi != 'nompi']
- __cuda # [not osx and cuda_compiler_version != "None"]
run_constrained:
- ambermini ==9999999999
- packmol ==9999999999
test:
requires:
{% if unit_tests == "run" %}
- {{ compiler('c') }}
- {{ compiler('fortran') }}
- {{ compiler('cxx') }}
- util-linux # [linux64]
- make
{% endif %}
- tcsh
# Try to force a library incompatibility error in osx (see #22)
- lxml # [osx]
- rdkit # [osx]
source_files:
{% if unit_tests == "run" %}
- "*"
{% else %}
# we need to copy at least one file, otherwise we can't use SRC_DIR in run_test.sh
- README
{% endif %}
# commands: check run_test.sh for CLI tests
imports:
- parmed
- pdb4amber
- pymsmt
- pytraj
- sander
# Try to force a library incompatibility error in osx (see #22)
- rdkit # [osx]
- rdkit.Chem.AllChem # [osx]
about:
home: http://ambermd.org/AmberTools.php
license: GPL-3.0-or-later AND LGPL-3.0-or-later AND BSD-3-Clause AND MIT
license_file:
- AmberTools/LICENSE
- AmberTools/src/packmol_memgen/packmol_memgen/lib/packmol/LICENSE
summary: 'AmberTools is a set of programs for biomolecular simulation and analysis'
description: |
AmberTools is a set of programs for biomolecular simulation and analysis.
They are designed to work well with each other, and with the "regular" Amber
suite of programs. You can perform many simulation tasks with AmberTools,
and you can do more extensive simulations with the combination of AmberTools
and Amber itself.
extra:
recipe-maintainers:
- simonbray
- jaimergp
- dacase
- mikemhenry
- mattwthompson
- j-wags
- swails