acts: depends_on py-onnxruntime when +onnx for @23.3: (#43529)
This commit is contained in:
parent
1a8ef161c8
commit
e8ae9a403c
1 changed files with 1 additions and 4 deletions
|
@ -331,10 +331,7 @@ class Acts(CMakePackage, CudaPackage):
|
||||||
depends_on("python@3.8:", when="+python @19.11:19")
|
depends_on("python@3.8:", when="+python @19.11:19")
|
||||||
depends_on("python@3.8:", when="+python @21:")
|
depends_on("python@3.8:", when="+python @21:")
|
||||||
depends_on("py-onnxruntime@:1.12", when="+onnx @:23.2")
|
depends_on("py-onnxruntime@:1.12", when="+onnx @:23.2")
|
||||||
# FIXME py-onnxruntime@1.12: required but not yet available
|
depends_on("py-onnxruntime@1.12:", when="+onnx @23.3:")
|
||||||
# Ref: https://github.com/spack/spack/pull/37064
|
|
||||||
# depends_on("py-onnxruntime@1.12:", when="+onnx @23.3:")
|
|
||||||
conflicts("+onnx", when="@23.3:", msg="py-onnxruntime@1.12: required but not yet available")
|
|
||||||
depends_on("py-pybind11 @2.6.2:", when="+python @18:")
|
depends_on("py-pybind11 @2.6.2:", when="+python @18:")
|
||||||
depends_on("py-pytest", when="+python +unit_tests")
|
depends_on("py-pytest", when="+python +unit_tests")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue