Skip to content

Commit 6bec9fd

Browse files
committed
Reactant_jll build 0.0.10+0
1 parent 9d57b2d commit 6bec9fd

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Artifacts.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
[[Reactant]]
22
arch = "x86_64"
33
cxxstring_abi = "cxx03"
4-
git-tree-sha1 = "ab94ff1185bbc9039311cf62554d1db314dfd028"
4+
git-tree-sha1 = "7f60d467362911bd12e5aa3ce4498decabfaec31"
55
lazy = true
66
libc = "glibc"
77
os = "linux"
88

99
[[Reactant.download]]
10-
sha256 = "98c3d560d40eff4c5fffb3a2994f86a5c0a9a2bed09d7cdddb83a6118824f23f"
11-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-linux-gnu-cxx03.tar.gz"
10+
sha256 = "4aa8a9e11d804ede571120a1487683d51571a5842dc8faf8322311933edcea71"
11+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+0/Reactant.v0.0.10.x86_64-linux-gnu-cxx03.tar.gz"
1212
[[Reactant]]
1313
arch = "x86_64"
1414
cxxstring_abi = "cxx11"
15-
git-tree-sha1 = "6af29b3116653a32986a15ff2187c991f5e80b8c"
15+
git-tree-sha1 = "30ca7bfadd49072eeeb91b3468d577c9f75cc2e9"
1616
lazy = true
1717
libc = "glibc"
1818
os = "linux"
1919

2020
[[Reactant.download]]
21-
sha256 = "e9a8f8f2a7463490510b3830278e9ac91392c9a288ace3649f9830e34d3edae9"
22-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-linux-gnu-cxx11.tar.gz"
21+
sha256 = "903a25aa7f3c43e6d0521dcd2f224afb8dcb1d311e43caa1ea425f2b7d43e3d2"
22+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+0/Reactant.v0.0.10.x86_64-linux-gnu-cxx11.tar.gz"
2323
[[Reactant]]
2424
arch = "x86_64"
25-
git-tree-sha1 = "cc0d7b8aea7a23a445aa42aa3d811a0e2d15c540"
25+
git-tree-sha1 = "f93bbb0c07310ff2f622f157b5a9c6ed58854aee"
2626
lazy = true
2727
os = "macos"
2828

2929
[[Reactant.download]]
30-
sha256 = "6322de40a0274d2546432087c67b14a1bb39f9918320cd2dcd1e61b39a51a818"
31-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-apple-darwin.tar.gz"
30+
sha256 = "c165c8ef64526309787e32510cb10c8726c73558244f509c66366db5e1ff28c4"
31+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+0/Reactant.v0.0.10.x86_64-apple-darwin.tar.gz"
3232
[[Reactant]]
3333
arch = "aarch64"
34-
git-tree-sha1 = "85389c5853943ea405880d14c3da8cb8078d41f4"
34+
git-tree-sha1 = "0e8d0443e404ae678017ff838f1da0965af9277a"
3535
lazy = true
3636
os = "macos"
3737

3838
[[Reactant.download]]
39-
sha256 = "71c61f851c1b0416bb04fd2c840e6925839815b85814189712f5cec2bb5a7bc9"
40-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.aarch64-apple-darwin.tar.gz"
39+
sha256 = "103abb644d2d79aed407d100e7e071b8024ccb35ea73a8d0c143ad6479548c64"
40+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+0/Reactant.v0.0.10.aarch64-apple-darwin.tar.gz"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Reactant_jll"
22
uuid = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
3-
version = "0.0.9+0"
3+
version = "0.0.10+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `Reactant_jll.jl` (v0.0.9+0)
1+
# `Reactant_jll.jl` (v0.0.10+0)
22

33
[![deps](https://juliahub.com/docs/Reactant_jll/deps.svg)](https://juliahub.com/ui/Packages/General/Reactant_jll/)
44

55
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
66

7-
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/c0266460fb0b8cc553ceca9ee130bfa25b34d6ec/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/595dc4bfac493eb4a97c0758c18411a2a5d5ad59/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

@@ -18,7 +18,7 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`
1818

1919
The tarballs for `Reactant_jll.jl` have been built from these sources:
2020

21-
* git repository: https://github.com/EnzymeAD/Reactant.jl.git (revision: `88a0b76125a4fb1074313bdcf26aa17d67e59b31`)
21+
* git repository: https://github.com/EnzymeAD/Reactant.jl.git (revision: `96e98bccde41ed521f2a8ac8ed608ab3eb9daa28`)
2222
* compressed archive: https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz (SHA256 checksum: `0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f`)
2323
* compressed archive: https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz (SHA256 checksum: `2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b`)
2424

0 commit comments

Comments
 (0)