summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/curl/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/curl/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/curl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/curl/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/curl/package.py b/var/spack/repos/builtin/packages/curl/package.py
index 5600084dad..395b3e80e8 100644
--- a/var/spack/repos/builtin/packages/curl/package.py
+++ b/var/spack/repos/builtin/packages/curl/package.py
@@ -22,7 +22,7 @@ class Curl(NMakePackage, AutotoolsPackage):
url = "http://curl.haxx.se/download/curl-7.78.0.tar.bz2"
executables = ["^curl$"]
- tags = ["build-tools"]
+ tags = ["build-tools", "windows"]
version("7.85.0", sha256="21a7e83628ee96164ac2b36ff6bf99d467c7b0b621c1f7e317d8f0d96011539c")
version("7.84.0", sha256="702fb26e73190a3bd77071aa146f507b9817cc4dfce218d2ab87f00cd3bc059d")