[lammps] Add +intel and +user-intel options (#32898)

Going ahead adding this option individually since https://github.com/spack/spack/pull/25015 needs some more time.

Co-authored-by: Stephen Sachs <stesachs@amazon.com>
This commit is contained in:
Stephen Sachs 2022-09-30 00:42:08 +02:00 committed by GitHub
parent 56a2cfd19d
commit bb510c7979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ def url_for_version(self, version):
"dipole",
"electrode",
"granular",
"intel",
"kspace",
"kokkos",
"latte",
@ -146,6 +147,7 @@ def url_for_version(self, version):
"user-eff",
"user-fep",
"user-h5md",
"user-intel",
"user-lb",
"user-manifold",
"user-meamc",
@ -486,6 +488,14 @@ def url_for_version(self, version):
msg="+user-h5md was removed after @20210527, use +h5md instead",
)
conflicts("+h5md", when="@:20210527", msg="+h5md only added @20210702, use +user-h5md instead")
conflicts(
"+user-intel",
when="@20210702:",
msg="+user-intel was removed after @20210527, use +intel instead",
)
conflicts(
"+intel", when="@:20210527", msg="+intel only added @20210702, use +user-intel instead"
)
conflicts(
"+user-lb",
when="@20210702:",