File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
archlinuxcn/julia-git-enzyme-src Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ depends=(julia-git)
1111source=(" git+https://github.com/EnzymeAD/Enzyme.jl.git#commit=$_commit " )
1212sha256sums=(' bf72832e2f6cd2de832d26b45a25ce64cf2d46af06df6926b8552f2568b7b8c4' )
1313
14+ prepare () {
15+ cd Enzyme.jl
16+
17+ sed -i ' s/GlobalMethods/methodtable/g' src/rules/jitrules.jl
18+ }
19+
1420package () {
1521 cd Enzyme.jl
1622
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ repo_depends:
77
88update_on :
99 - source : regex
10- url :
11- https://raw.githubusercontent.com/yuyichao/archcn-julia-pkgs/master/pkgs/Enzyme/version
10+ url : https://raw.githubusercontent.com/yuyichao/archcn-julia-pkgs/master/pkgs/Enzyme/version
1211 regex : ' version: *([^ ]*@[^ ]*)'
1312 - source : manual
14- manual : 1
13+ manual : 2
You can’t perform that action at this time.
0 commit comments