summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/7zip/package.py
diff options
context:
space:
mode:
authorJohn W. Parent <45471568+johnwparent@users.noreply.github.com>2023-01-20 16:32:28 -0500
committerGitHub <noreply@github.com>2023-01-20 13:32:28 -0800
commita424f7f173a85774f841ddf974b507c60521e127 (patch)
treea52ef17c60100bf7d6c39ed8dd6293f7b7aa4d4c /var/spack/repos/builtin/packages/7zip/package.py
parentd192dab5a1a1a103c84ebef4b8cadd8180658189 (diff)
downloadspack-a424f7f173a85774f841ddf974b507c60521e127.tar.gz
spack-a424f7f173a85774f841ddf974b507c60521e127.tar.bz2
spack-a424f7f173a85774f841ddf974b507c60521e127.tar.xz
spack-a424f7f173a85774f841ddf974b507c60521e127.zip
Identify Windows support with tags (#35027)
All packages with explicit Windows support can be found with `spack list --tags=windows`. This also removes the documentation which explicitly lists supported packages on Windows (which is currently out of date and is now unnecessary with the added tags). Note that if a package does not appear in this list, it *may* still build on Windows, but it likely means that no explicit attempt has been made to support it.
Diffstat (limited to 'var/spack/repos/builtin/packages/7zip/package.py')
-rw-r--r--var/spack/repos/builtin/packages/7zip/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/7zip/package.py b/var/spack/repos/builtin/packages/7zip/package.py
index a18da394af..6bccbbdf77 100644
--- a/var/spack/repos/builtin/packages/7zip/package.py
+++ b/var/spack/repos/builtin/packages/7zip/package.py
@@ -17,6 +17,7 @@ class _7zip(SourceforgePackage, Package):
homepage = "https://sourceforge.net/projects/sevenzip"
sourceforge_mirror_path = "sevenzip/files/7z2107-src.tar.xz"
+ tags = ["windows"]
executables = ["7z"]