summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hdf5
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/hdf5
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/hdf5')
-rw-r--r--var/spack/repos/builtin/packages/hdf5/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hdf5/package.py b/var/spack/repos/builtin/packages/hdf5/package.py
index f70453f2ff..c4aeadc7e4 100644
--- a/var/spack/repos/builtin/packages/hdf5/package.py
+++ b/var/spack/repos/builtin/packages/hdf5/package.py
@@ -32,7 +32,7 @@ class Hdf5(CMakePackage):
"lkurz",
]
- tags = ["e4s"]
+ tags = ["e4s", "windows"]
executables = ["^h5cc$", "^h5pcc$"]
test_requires_compiler = True