ECP-DAV-SDK: remove catalyst (#27204)
Temporarily remove +catalyst, assumes catalyst is on when +paraview
This commit is contained in:
parent
aac505d4ff
commit
fbfc27d707
@ -40,8 +40,6 @@ class EcpDataVisSdk(BundlePackage, CudaPackage):
|
|||||||
variant('cinema', default=False, description="Enable Cinema")
|
variant('cinema', default=False, description="Enable Cinema")
|
||||||
|
|
||||||
# Outstanding build issues
|
# Outstanding build issues
|
||||||
variant('catalyst', default=False, description="Enable Catalyst")
|
|
||||||
conflicts('+catalyst')
|
|
||||||
variant('visit', default=False, description="Enable VisIt")
|
variant('visit', default=False, description="Enable VisIt")
|
||||||
conflicts('+visit')
|
conflicts('+visit')
|
||||||
|
|
||||||
@ -112,12 +110,10 @@ def exclude_variants(variants, exclude):
|
|||||||
dav_sdk_depends_on('ascent+shared+mpi+fortran+openmp+python+vtkh+dray',
|
dav_sdk_depends_on('ascent+shared+mpi+fortran+openmp+python+vtkh+dray',
|
||||||
when='+ascent')
|
when='+ascent')
|
||||||
|
|
||||||
dav_sdk_depends_on('catalyst', when='+catalyst')
|
|
||||||
|
|
||||||
depends_on('py-cinemasci', when='+cinema')
|
depends_on('py-cinemasci', when='+cinema')
|
||||||
|
|
||||||
# +adios2 is not yet enabled in the paraview package
|
# +adios2 is not yet enabled in the paraview package
|
||||||
paraview_base_spec = 'paraview+mpi+python3+kits'
|
paraview_base_spec = 'paraview +mpi +python3 +kits'
|
||||||
# Want +shared when not using cuda
|
# Want +shared when not using cuda
|
||||||
dav_sdk_depends_on(paraview_base_spec + '+shared ~cuda',
|
dav_sdk_depends_on(paraview_base_spec + '+shared ~cuda',
|
||||||
when='+paraview ~cuda',
|
when='+paraview ~cuda',
|
||||||
|
Loading…
Reference in New Issue
Block a user