vtk: modify conflict between osmesa and qt (#26752)

This commit is contained in:
Eric Brugger 2021-10-14 21:58:43 -07:00 committed by GitHub
parent 41d375f6a4
commit ea453db674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,8 @@ class Vtk(CMakePackage):
patch('https://gitlab.kitware.com/vtk/vtk/-/commit/e066c3f4fbbfe7470c6207db0fc3f3952db633c.diff', patch('https://gitlab.kitware.com/vtk/vtk/-/commit/e066c3f4fbbfe7470c6207db0fc3f3952db633c.diff',
when="@9:", sha256='0546696bd02f3a99fccb9b7c49533377bf8179df16d901cefe5abf251173716d') when="@9:", sha256='0546696bd02f3a99fccb9b7c49533377bf8179df16d901cefe5abf251173716d')
# At the moment, we cannot build with both osmesa and qt, but as of # We cannot build with both osmesa and qt prior to VTK 8.1
# VTK 8.1, that should change conflicts('+osmesa', when='@:8.0 +qt')
conflicts('+osmesa', when='+qt')
extends('python', when='+python') extends('python', when='+python')