From 437d92155dcf5bd05a760c437e652da11664945d Mon Sep 17 00:00:00 2001 From: "Dr. Christian Tacke" <58549698+ChristianTackeGSI@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:12:38 +0100 Subject: 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. --- var/spack/repos/builtin/packages/mesa18/package.py | 4 ++-- 1 file 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') -- cgit v1.2.3-60-g2f50