Skip to content

Commit d390a8a

Browse files
committed
Reactant_jll build 0.0.4+0
1 parent 8f8d584 commit d390a8a

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Artifacts.toml

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

99
[[Reactant.download]]
10-
sha256 = "82aef909f422dd638cd66b649905888f35429fab0f5766ab9395e01c2d2843e5"
10+
sha256 = "7b465e07320614c6920e24d8f63521345e058f4a6141f307b1022cf19dbb6b6a"
1111
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.4+0/Reactant.v0.0.4.x86_64-linux-gnu-cxx03.tar.gz"
1212
[[Reactant]]
1313
arch = "x86_64"
1414
cxxstring_abi = "cxx11"
15-
git-tree-sha1 = "ecc05388f0d6a53bcec4aa17cb4cc3b44c193739"
15+
git-tree-sha1 = "f8fe98a4c6a5c56c09d32eb401d890ac1f8df6bc"
1616
lazy = true
1717
libc = "glibc"
1818
os = "linux"
1919

2020
[[Reactant.download]]
21-
sha256 = "40c4883835cbbddcc38116f7ec2bba358881628ba50532b45f9ba402da08cb7e"
21+
sha256 = "fc86f001778fd38f4a1ce5d3912ffbbab2b9b1dff69e1c073c4765f9ab8c92c6"
2222
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.4+0/Reactant.v0.0.4.x86_64-linux-gnu-cxx11.tar.gz"
2323
[[Reactant]]
2424
arch = "x86_64"

Project.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ version = "0.0.4+0"
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
77
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
88
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9+
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
910
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1011

1112
[compat]
12-
JLLWrappers = "1.2.0"
13+
JLLWrappers = "1.4.0"
1314
julia = "1.6"
1415
LazyArtifacts = "1"
1516
Libdl = "1"
17+
TOML = "1"
1618
Artifacts = "1"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/d81ab0798afaff1e158c960e44f0dc7cf6999aa9/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/ca289082aa43de67d4fbeeb5cbd2642591c055fe/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

src/Reactant_jll.jl

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ baremodule Reactant_jll
33
using Base
44
using Base: UUID
55
using LazyArtifacts
6+
Base.include(@__MODULE__, joinpath("..", ".pkg", "platform_augmentation.jl"))
67
import JLLWrappers
78

89
JLLWrappers.@generate_main_file_header("Reactant")

0 commit comments

Comments
 (0)