Skip to content

Commit d03bc25

Browse files
committed
Used enzyme@0.0.206.
1 parent b105d5a commit d03bc25

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/spack_default_build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
- gridkit@develop ~asan~enzyme~ipopt~klu~sundials~ubsan
103103
- gridkit@develop ~asan~enzyme~ipopt~klu+sundials~ubsan
104104
- gridkit@develop ~asan+enzyme+ipopt+klu+sundials~ubsan build_type=RelWithDebInfo
105-
^enzyme@main
106105
- gridkit@develop +asan~enzyme+ipopt+klu+sundials+ubsan
107106

108107
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should have all of the following installed before installing GridKit™
2121
- [SUNDIALS](https://github.com/LLNL/sundials) >= 7.4.0 (optional)
2222
- To support sparse linear algebra, SUNDIALS must also be built with [KLU support](https://sundials.readthedocs.io/en/latest/sundials/Install_link.html#cmakeoption-ENABLE_KLU). You most likely want this.
2323
- [Ipopt](https://github.com/coin-or/Ipopt) >= 3.x (optional)
24-
- [Enzyme](https://github.com/EnzymeAD/Enzyme) == main at e954161 (optional). Note
24+
- [Enzyme](https://github.com/EnzymeAD/Enzyme) >=0.0.206 (optional). Note
2525
that the use of Enzyme is experimental, and some versions of it have been found to break GridKit code.
2626
- [LLVM](https://github.com/llvm/llvm-project) >= 15.x. GridKit is
2727
currently tested with LLVM 16.

buildsystem/spack_repo/gridkit/packages/enzyme/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
from spack.package import *
44

55
class Enzyme(BuiltinEnzyme):
6+
version("0.0.206", sha256="600fd2db370fb40abb6411e0e80df524aea03f2c1ad50a2765ecaab9e1115c77")
67
version("0.0.196", sha256="2b9cfcb7c34e56fc8191423042df06241cf32928eefbb113ac3c5199e3361cb2")
78
version("0.0.186", sha256="125e612df0b6b82b07e1e13218c515bc54e04aa1407e57f4f31d3abe995f4714")

0 commit comments

Comments
 (0)