libcatalyst: add missing python dependencies (#44224)

This commit is contained in:
Alberto Invernizzi 2024-05-17 14:45:26 +02:00 committed by GitHub
parent ad1e3231e5
commit 4696459d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,8 @@ class Libcatalyst(CMakePackage):
depends_on("mpi", when="+mpi")
depends_on("conduit", when="+conduit")
depends_on("cmake@3.26:", type="build")
depends_on("python@3:", when="+python")
depends_on("py-numpy", when="+python", type=("build", "link", "run"))
def cmake_args(self):
"""Populate cmake arguments for libcatalyst."""