onnxruntime: fix the call to as_string() operator (#41087)
* onnxruntime: fix the call to as_string() operator * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-onnxruntime: rm now-unused stringpiece_1_10.patch --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
		| @@ -63,6 +63,12 @@ class PyOnnxruntime(CMakePackage, PythonExtension): | ||||
|     patch("libiconv-1.10.patch", level=0, when="@1.10.0 ^libiconv") | ||||
|     # https://github.com/microsoft/onnxruntime/commit/de4089f8cbe0baffe56a363cc3a41595cc8f0809.patch | ||||
|     patch("gcc11.patch", level=1, when="@1.7.2") | ||||
|     # https://github.com/microsoft/onnxruntime/pull/16257 | ||||
|     patch( | ||||
|         "https://github.com/microsoft/onnxruntime/commit/a3a443c80431c390cbf8855e9c7b2a95d413cd54.patch?full_index=1", | ||||
|         sha256="537c43b061d31bf97d2778d723a41fbd390160f9ebc304f06726e3bfd8dc4583", | ||||
|         when="@1.10:1.15", | ||||
|     ) | ||||
| 
 | ||||
|     dynamic_cpu_arch_values = ("NOAVX", "AVX", "AVX2", "AVX512") | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 LucaMarradi
					LucaMarradi