d2c3441527
This provides options for hardware and software rendering with the gl API and updates the vtk package to make use of those options: * Create new "gl" virtual package, provided by mesa * Add external-only "opengl" package, which represents a system install that provides gl * For vtk: prefer system gl implementation by default to get speed up from hardware rendering. When software rendering is specifically requested (+osmesa), try to use the llvmpipe approach, as it is much faster. * Make qt dependency optional for vtk * Add basic support for VTK on osx * qt: Depend on virtual gl package, rather than mesa impl
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
# -------------------------------------------------------------------------
|
|
# This file controls default concretization preferences for Spack.
|
|
#
|
|
# Settings here are versioned with Spack and are intended to provide
|
|
# sensible defaults out of the box. Spack maintainers should edit this
|
|
# file to keep it current.
|
|
#
|
|
# Users can override these settings by editing the following files.
|
|
#
|
|
# Per-spack-instance settings (overrides defaults):
|
|
# $SPACK_ROOT/etc/spack/packages.yaml
|
|
#
|
|
# Per-user settings (overrides default and site settings):
|
|
# ~/.spack/packages.yaml
|
|
# -------------------------------------------------------------------------
|
|
packages:
|
|
all:
|
|
compiler: [gcc, intel, pgi, clang, xl, nag]
|
|
providers:
|
|
awk: [gawk]
|
|
blas: [openblas]
|
|
daal: [intel-daal]
|
|
elf: [elfutils]
|
|
gl: [mesa, opengl]
|
|
golang: [gcc]
|
|
ipp: [intel-ipp]
|
|
java: [jdk]
|
|
lapack: [openblas]
|
|
mkl: [intel-mkl]
|
|
mpe: [mpe2]
|
|
mpi: [openmpi, mpich]
|
|
opencl: [pocl]
|
|
openfoam: [openfoam-com, openfoam-org, foam-extend]
|
|
pil: [py-pillow]
|
|
pkgconfig: [pkgconf, pkg-config]
|
|
scalapack: [netlib-scalapack]
|
|
szip: [libszip, libaec]
|
|
tbb: [intel-tbb]
|
|
jpeg: [libjpeg-turbo, libjpeg]
|