Remove mesa18 and libosmesa (#44264)

* Remove mesa18 and libosmesa

mesa18 was introduced in #19528 as a way to maintain the old
autotools build of mesa separate from the new meson build.

We could add a second build system to mesa, but since mesa18 has
been deprecated for a long time, we'll just remove it.

libosmesa was used to multiplex the gl provider between mesa18
and mesa, and is thus unecessary. Remove it to reduce complexity
in the graphical stack.

* Remove references to mesa18 and libosmesa

* vtk: rework dependency on gl and osmesa

* memsurfer: rework dependency on vtk

* visit: minimal fix to avoid having both osmesa and glx
This commit is contained in:
Massimiliano Culpo
2024-05-21 17:18:14 +02:00
committed by GitHub
parent 4bf5cc9a9a
commit 9c88a48a73
13 changed files with 14 additions and 298 deletions

View File

@@ -30,8 +30,6 @@ spack:
variants: +pic +xz
mesa:
variants: ~llvm
mesa18:
variants: ~llvm
mpich:
variants: ~wrapperrpath netmod=ofi device=ch4
ncurses:

View File

@@ -30,8 +30,6 @@ spack:
variants: +pic +xz
mesa:
variants: ~llvm
mesa18:
variants: ~llvm
mpich:
variants: ~wrapperrpath netmod=ofi device=ch4
ncurses:

View File

@@ -12,8 +12,6 @@ spack:
- one_of: ['@1.14', '@1.12']
mesa:
require: "+glx +osmesa +opengl ~opengles +llvm"
libosmesa:
require: "mesa +osmesa"
libglx:
require: "mesa +glx"
ospray:

View File

@@ -22,7 +22,6 @@ spack:
- conduit # ^hdf5+shared
- flux-core
#- flux-sched
#- glvis # ^mesa-glu@9.0.0 ^mesa18~llvm # same issue w/chai
- hypre
- lbann
- lvarray ~tests # per Spack issue #23192 # ~examples