py-torch-sparse: add a dependency on c (#47841)
Extracted from #45189 Build failure: https://gitlab.spack.io/spack/spack/-/jobs/13870876
This commit is contained in:
parent
a96b67ce3d
commit
06ff8c88ac
@ -21,7 +21,8 @@ class PyTorchSparse(PythonPackage):
|
||||
version("0.6.8", sha256="312fb5ae6e4e575fca4bbc0bd092af85e7679d5b8e53459f24492fc2a073c7b6")
|
||||
version("0.6.7", sha256="f69b2ed35baf2a9853234756a2b19e6f7ce88d2c1f029d1c7ca166d91e1adbd0")
|
||||
|
||||
depends_on("cxx", type="build") # generated
|
||||
depends_on("c", type="build")
|
||||
depends_on("cxx", type="build")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-scipy", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user