summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDr. Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com>2021-02-11 20:12:38 +0100
committerGitHub <noreply@github.com>2021-02-11 19:12:38 +0000
commit437d92155dcf5bd05a760c437e652da11664945d (patch)
tree06564d1e1e0c950e37d71df2db2b1b1c24488a66 /var
parent113073ceed352d25ee29aa96185309e7359ece63 (diff)
downloadspack-437d92155dcf5bd05a760c437e652da11664945d.tar.gz
spack-437d92155dcf5bd05a760c437e652da11664945d.tar.bz2
spack-437d92155dcf5bd05a760c437e652da11664945d.tar.xz
spack-437d92155dcf5bd05a760c437e652da11664945d.zip
mesa18: Do not deprecate for now (#21627)
We still need mesa18 for some of our builds. Those builds require python@2, normal mesa only works with python@3. * Remove the deprecation tag * Add myself as a maintainer: I volunteer to help with this package for the time being. * There is only one version, no need to prefer it.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mesa18/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/mesa18/package.py b/var/spack/repos/builtin/packages/mesa18/package.py
index 6f4b72ce6a..525b3673fd 100644
--- a/var/spack/repos/builtin/packages/mesa18/package.py
+++ b/var/spack/repos/builtin/packages/mesa18/package.py
@@ -13,7 +13,7 @@ class Mesa18(AutotoolsPackage):
- a system for rendering interactive 3D graphics."""
homepage = "http://www.mesa3d.org"
- maintainers = ['v-dobrev', 'chuckatkins']
+ maintainers = ['v-dobrev', 'chuckatkins', 'ChristianTackeGSI']
# Note that we always want to build from the git repo instead of a
# tarball since the tarball has pre-generated files for certain versions
@@ -21,7 +21,7 @@ class Mesa18(AutotoolsPackage):
# whatever version of LLVM you're using.
git = "https://gitlab.freedesktop.org/mesa/mesa.git"
- version('18.3.6', tag='mesa-18.3.6', preferred=True, deprecated=True)
+ version('18.3.6', tag='mesa-18.3.6')
depends_on('autoconf', type='build')
depends_on('automake', type='build')