LAMMPS: Fix USER-REAXC package variant (#14192)

This commit is contained in:
Yuanqi Wang 2019-12-18 02:35:06 +08:00 committed by Adam J. Stewart
parent 18c2029fef
commit 8bda848cb9

View File

@ -48,10 +48,10 @@ def url_for_version(self, version):
supported_packages = ['asphere', 'body', 'class2', 'colloid', 'compress', supported_packages = ['asphere', 'body', 'class2', 'colloid', 'compress',
'coreshell', 'dipole', 'granular', 'kspace', 'latte', 'coreshell', 'dipole', 'granular', 'kspace', 'latte',
'manybody', 'mc', 'meam', 'misc', 'molecule', 'manybody', 'mc', 'meam', 'misc', 'molecule',
'mpiio', 'peri', 'poems', 'python', 'qeq', 'reax', 'mpiio', 'peri', 'poems', 'python', 'qeq',
'replica', 'rigid', 'shock', 'snap', 'spin', 'srd', 'replica', 'rigid', 'shock', 'snap', 'spin', 'srd',
'user-atc', 'user-h5md', 'user-lb', 'user-misc', 'user-atc', 'user-h5md', 'user-lb', 'user-misc',
'user-netcdf', 'user-omp', 'voronoi'] 'user-netcdf', 'user-omp', 'user-reaxc', 'voronoi']
for pkg in supported_packages: for pkg in supported_packages:
variant(pkg, default=False, variant(pkg, default=False,