File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
buildsystem/spack_repo/gridkit/packages/enzyme Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 33from spack .package import *
44
55class Enzyme (BuiltinEnzyme ):
6+ version ("0.0.206" , sha256 = "600fd2db370fb40abb6411e0e80df524aea03f2c1ad50a2765ecaab9e1115c77" )
67 version ("0.0.196" , sha256 = "2b9cfcb7c34e56fc8191423042df06241cf32928eefbb113ac3c5199e3361cb2" )
78 version ("0.0.186" , sha256 = "125e612df0b6b82b07e1e13218c515bc54e04aa1407e57f4f31d3abe995f4714" )
You can’t perform that action at this time.
0 commit comments