Dav sdk catalyst (#34010)
* SDK: Add Catalyst 1 and 2 support to the SDK * LibCatalyst: Remove unused python3 variant from package
This commit is contained in:
parent
d9b438ec76
commit
c6c74e98ff
@ -156,8 +156,12 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("py-cinemasci", when="+cinema")
|
||||
|
||||
dav_sdk_depends_on(
|
||||
"paraview@5.10:+mpi+python+kits+shared", when="+paraview", propagate=["hdf5", "adios2"]
|
||||
"paraview@5.10:+mpi+python+kits+shared+catalyst+libcatalyst",
|
||||
when="+paraview",
|
||||
propagate=["hdf5", "adios2"],
|
||||
)
|
||||
dav_sdk_depends_on("libcatalyst+mpi", when="+paraview")
|
||||
|
||||
# ParaView needs @5.11: in order to use cuda and be compatible with other
|
||||
# SDK packages.
|
||||
depends_on("paraview +cuda", when="+paraview +cuda ^paraview@5.11:")
|
||||
|
@ -22,7 +22,6 @@ class Libcatalyst(CMakePackage):
|
||||
version("2021-05-12", commit="8456ccd6015142b5a7705f79471361d4f5644fa7")
|
||||
|
||||
variant("mpi", default=False, description="Enable MPI support")
|
||||
variant("python3", default=False, description="Enable Python3 support")
|
||||
|
||||
depends_on("mpi", when="+mpi")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user