diff options
author | Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> | 2022-04-19 10:22:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 10:22:32 +0200 |
commit | 0ce88521ce5893373b7484abd1d3d0843827d5b6 (patch) | |
tree | 402c7de44ec07e6fccae5f91ecbdd3c3e2623e2a /.dockerignore | |
parent | aac7176924d5d297da9ee4c87d3d785f8d575c47 (diff) | |
download | spack-0ce88521ce5893373b7484abd1d3d0843827d5b6.tar.gz spack-0ce88521ce5893373b7484abd1d3d0843827d5b6.tar.bz2 spack-0ce88521ce5893373b7484abd1d3d0843827d5b6.tar.xz spack-0ce88521ce5893373b7484abd1d3d0843827d5b6.zip |
glew,vapor: Move depends_on("glu") from glew to vapor (#30112)
In #26630, I assumed "glu" was needed by glew because it included glu.h, but
actually, glew can be used without glu when GLEW_NO_GLU is defined and this
is documented in the announcement of glew-1.6.0:
> https://www.geeks3d.com/20110430/opengl-glew-1-6-0-available/
> * Define GLEW_NO_GLU for no glu dependency
It is therefore the duty of users of glew to decide if they use glu,
and then they need to have a depends_on("glu").
Thus, move the depends_on("glu") which I changed from "gl" in #26630
to vapor, which itself uses glu as well.
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions