Skip to content
Snippets Groups Projects
Commit 333fe5d6 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: spack cherry-pick fix infinite recursion when computing concretization errors

parent 4a11d898
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ b111064e221aae83e62226672cd8bf9a7524423d ...@@ -23,6 +23,7 @@ b111064e221aae83e62226672cd8bf9a7524423d
c07ddf83c32b7129247fe90eed486dd844047087 c07ddf83c32b7129247fe90eed486dd844047087
00875fbc749a7e4e979c35d59c0a8d60d32d4cd7 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7
64cf67822471ec2d3df2625a6d713f80cbe7ff43 64cf67822471ec2d3df2625a6d713f80cbe7ff43
1255620a14afa3ad4aad681a847a3a1704141976
--- ---
## Ref: https://github.com/spack/spack/commit/[hash] ## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description] ## [hash]: [description]
...@@ -41,3 +42,4 @@ c07ddf83c32b7129247fe90eed486dd844047087 ...@@ -41,3 +42,4 @@ c07ddf83c32b7129247fe90eed486dd844047087
## c07ddf83c32b7129247fe90eed486dd844047087: py-torch: set env OpenBLAS_HOME ## c07ddf83c32b7129247fe90eed486dd844047087: py-torch: set env OpenBLAS_HOME
## 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7: py-torch: patch for ${OpenBLAS_HOME}/include/openblas ## 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7: py-torch: patch for ${OpenBLAS_HOME}/include/openblas
## 64cf67822471ec2d3df2625a6d713f80cbe7ff43: py-torch: move patch before def patch ## 64cf67822471ec2d3df2625a6d713f80cbe7ff43: py-torch: move patch before def patch
## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment