vtk: Limit freetype versions (#24389)
freetype 2.0.3 introduces an incompatible change Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
1c22742eed
commit
fa89ca2eb0
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ class Vtk(CMakePackage):
|
|||
depends_on('mpi', when='+mpi')
|
||||
|
||||
depends_on('expat')
|
||||
# See <https://gitlab.kitware.com/vtk/vtk/-/issues/18033> for why vtk doesn't
|
||||
# work yet with freetype 2.10.3 (including possible patches)
|
||||
depends_on('freetype @:2.10.2')
|
||||
depends_on('freetype')
|
||||
depends_on('glew')
|
||||
# set hl variant explicitly, similar to issue #7145
|
||||
|
|
Loading…
Reference in a new issue