From 9cb76c3ab9b04e08e54de20ebbee8868c827d97e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 26 Dec 2023 19:24:30 -0600 Subject: [PATCH] fix: spack cherry-pick (py-)onnx: new version 1.15.0 --- spack-environment/packages.yaml | 4 ++-- spack.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index ccd326a55..91ad3df0e 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -201,7 +201,7 @@ packages: - any_of: [+geocad, -geocad] onnx: require: - - '@1.13.1' + - '@1.15.0' opencascade: require: - '@7.7.1' @@ -288,7 +288,7 @@ packages: - '@1.26.1' py-onnx: require: - - '@1.13.1' + - '@1.15.0' py-pandas: require: - '@1.5.3' diff --git a/spack.sh b/spack.sh index 1def8a224..265269173 100644 --- a/spack.sh +++ b/spack.sh @@ -27,6 +27,7 @@ c07ddf83c32b7129247fe90eed486dd844047087 48fcfda1e7c1781cab4cada6d099823b263ab0cc 8c29e90fa9962f4a44f39f47217b46c85176af28 1255620a14afa3ad4aad681a847a3a1704141976 +0fed2d66bf0eec799707dd1b88ac9419f6ae14e1 --- ## Ref: https://github.com/spack/spack/commit/[hash] ## [hash]: [description] @@ -49,3 +50,4 @@ c07ddf83c32b7129247fe90eed486dd844047087 ## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead ## 8c29e90fa9962f4a44f39f47217b46c85176af28: Build cache: make signed/unsigned a mirror property ## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors +## 0fed2d66bf0eec799707dd1b88ac9419f6ae14e1: (py-)onnx: new version 1.14.{0,1}, 1.15.0 -- GitLab