From e8ae9a403ca7db7738d36bf41bf99977b9c88a84 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 8 Apr 2024 07:13:17 -0500 Subject: acts: depends_on py-onnxruntime when +onnx for @23.3: (#43529) --- var/spack/repos/builtin/packages/acts/package.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/var/spack/repos/builtin/packages/acts/package.py b/var/spack/repos/builtin/packages/acts/package.py index cc0f54363e..342f6ed8f2 100644 --- a/var/spack/repos/builtin/packages/acts/package.py +++ b/var/spack/repos/builtin/packages/acts/package.py @@ -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 @21:") depends_on("py-onnxruntime@:1.12", when="+onnx @:23.2") - # FIXME py-onnxruntime@1.12: required but not yet available - # 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-onnxruntime@1.12:", when="+onnx @23.3:") depends_on("py-pybind11 @2.6.2:", when="+python @18:") depends_on("py-pytest", when="+python +unit_tests") -- cgit v1.2.3-70-g09d2