Skip to content

Commit 90993db

Browse files
committed
Reactant_jll build 0.0.6+0
1 parent 0179964 commit 90993db

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

.pkg/platform_augmentation.jl

-3
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@ function augment_platform!(platform::Platform)
6060
end
6161
BinaryPlatforms.set_compare_strategy!(platform, "cuda", cuda_comparison_strategy)
6262

63-
# store the fact that we're using a local CUDA toolkit, for debugging purposes
64-
platform["cuda_local"] = string(local_toolkit)
65-
6663
return platform
6764
end

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 = "26d3915457d5c9a8c98a9cafed3201dada844146"
4+
git-tree-sha1 = "32fc31d8773fe7b9592efad6ba9547744e1d50f5"
55
lazy = true
66
libc = "glibc"
77
os = "linux"
88

99
[[Reactant.download]]
10-
sha256 = "59c3aae3d40bc5b8feeda5697216d555c4948b2e8bcda6ac95d0326f3b4da5f8"
11-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.5+0/Reactant.v0.0.5.x86_64-linux-gnu-cxx03.tar.gz"
10+
sha256 = "a7a237c71f4411213b1d11bb7c1fecb9909df94e8b96ec010e6b02c5b60fad08"
11+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.6+0/Reactant.v0.0.6.x86_64-linux-gnu-cxx03.tar.gz"
1212
[[Reactant]]
1313
arch = "x86_64"
1414
cxxstring_abi = "cxx11"
15-
git-tree-sha1 = "043b0e2f57269e4d258f363b4139e796ed56924c"
15+
git-tree-sha1 = "63fc859ff1f0c41ca671dbac0e192cb0dd04048f"
1616
lazy = true
1717
libc = "glibc"
1818
os = "linux"
1919

2020
[[Reactant.download]]
21-
sha256 = "cec3e6f73baaabb957cd577d0822ff33afabb332b7888984deb3f69f4899e500"
22-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.5+0/Reactant.v0.0.5.x86_64-linux-gnu-cxx11.tar.gz"
21+
sha256 = "02ca97323320e2c06c8fa0e2b25ef0e9d6275b3559641dfce3fbb1484bf770f9"
22+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.6+0/Reactant.v0.0.6.x86_64-linux-gnu-cxx11.tar.gz"
2323
[[Reactant]]
2424
arch = "x86_64"
25-
git-tree-sha1 = "dad450825a217a64bdab0383e29fedd63b9daa56"
25+
git-tree-sha1 = "18f83a2c89721bf56c48d172d75b6819b018dd39"
2626
lazy = true
2727
os = "macos"
2828

2929
[[Reactant.download]]
30-
sha256 = "17cdda0005954fc039517684c7edbdaec3a0cd7c25c7a76c6fb39456cc36c8a9"
31-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.5+0/Reactant.v0.0.5.x86_64-apple-darwin.tar.gz"
30+
sha256 = "cc81013497885bb7c9e2abc55d425ae16bc26afe499a100dcd1a6fe546a380c6"
31+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.6+0/Reactant.v0.0.6.x86_64-apple-darwin.tar.gz"
3232
[[Reactant]]
3333
arch = "aarch64"
34-
git-tree-sha1 = "cfddfe87e0356351d93cf72ef8ff225efaa6f422"
34+
git-tree-sha1 = "dc66473f6136dd81947f23dbba72461f22a0a44c"
3535
lazy = true
3636
os = "macos"
3737

3838
[[Reactant.download]]
39-
sha256 = "2029db18094fc2de7741bcc0dcab510352893281d5fe34322bbbe4a469b891ee"
40-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.5+0/Reactant.v0.0.5.aarch64-apple-darwin.tar.gz"
39+
sha256 = "4324f4889ba098347a956c12b97338c8752fd914e0fd03a28779ea4bb4c843a9"
40+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.6+0/Reactant.v0.0.6.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.5+0"
3+
version = "0.0.6+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.5+0)
1+
# `Reactant_jll.jl` (v0.0.6+0)
22

33
[![deps](https://juliahub.com/docs/Reactant_jll/deps.svg)](https://juliahub.com/ui/Packages/Reactant_jll/ilCai?page=2)
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/28acc5f32dfb3926b270344bb9f73236c190df0d/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/844cf0d3fe718a0788382884acd86b1246f88d3b/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: `e6c52bbb59a899811338e8818d53e55aff86b8de`)
21+
* git repository: https://github.com/EnzymeAD/Reactant.jl.git (revision: `9e503f3c4be179d47bde87ad0023c558599bbde1`)
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)