Mesa

The Mesa project provides open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more [1].

Module

If you need to build software the lists Mesa (or OpenGL) as a dependency, it is sufficient to load the module. List the available versions:

module spider mesa

Output:

--------------------------

  mesa/17.1.6

--------------------------

...

See how to load the version you need:

module spider mesa/<version>

Load any required modules that are reported by the spider command, and then load the mesa module:

module load mesa/<version>

References