summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2020-04-14 20:12:13 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2020-04-15 11:44:14 -0700
commit7e5257e44af139a9d9150496d81cc1c8aacb2769 (patch)
tree31a55c0d8829f97f4380b0e326350768cbe73391 /var
parenta563884af387ec445b7c9eeb009972bf40d0d3af (diff)
downloadspack-7e5257e44af139a9d9150496d81cc1c8aacb2769.tar.gz
spack-7e5257e44af139a9d9150496d81cc1c8aacb2769.tar.bz2
spack-7e5257e44af139a9d9150496d81cc1c8aacb2769.tar.xz
spack-7e5257e44af139a9d9150496d81cc1c8aacb2769.zip
x.org: mirror mixin
According to my nightly CI/CD tests, x.org is another large provider of software in common build chains that is often down. Added a hand-selected amount of mirrors that is well up-to-sync. Tested with `util-macros` that has a quite "recent" patch release. Other packages to follow in an individual PR.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/util-macros/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/util-macros/package.py b/var/spack/repos/builtin/packages/util-macros/package.py
index c30107033f..aed09613bf 100644
--- a/var/spack/repos/builtin/packages/util-macros/package.py
+++ b/var/spack/repos/builtin/packages/util-macros/package.py
@@ -6,13 +6,13 @@
from spack import *
-class UtilMacros(AutotoolsPackage):
+class UtilMacros(AutotoolsPackage, XorgPackage):
"""This is a set of autoconf macros used by the configure.ac scripts in
other Xorg modular packages, and is needed to generate new versions
of their configure scripts with autoconf."""
homepage = "http://cgit.freedesktop.org/xorg/util/macros/"
- url = "https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2"
+ xorg_mirror_path = "util/util-macros-1.19.1.tar.bz2"
version('1.19.1', sha256='18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6')
version('1.19.0', sha256='2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba')