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.
This commit is contained in:
parent
113073ceed
commit
437d92155d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class Mesa18(AutotoolsPackage):
|
||||||
- a system for rendering interactive 3D graphics."""
|
- a system for rendering interactive 3D graphics."""
|
||||||
|
|
||||||
homepage = "http://www.mesa3d.org"
|
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
|
# 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
|
# 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.
|
# whatever version of LLVM you're using.
|
||||||
git = "https://gitlab.freedesktop.org/mesa/mesa.git"
|
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('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
|
|
Loading…
Reference in a new issue