Skip to content

Commit

Permalink
libcxxwrap_julia_jll build 0.12.20+0
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 8, 2024
1 parent 83cc802 commit a104f81
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ os = "macos"
[[libcxxwrap_julia.download]]
sha256 = "1057ade4cbb7f77322bf5dd235972d649ebbc701a70d2afcc20e80588c1717dd"
url = "https://github.com/barche/libcxxwrap_julia_jll.jl/releases/download/libcxxwrap_julia-v0.12.19+0/libcxxwrap_julia.v0.12.19.aarch64-apple-darwin-julia_version+1.10.0.tar.gz"
[[libcxxwrap_julia]]
arch = "x86_64"
cxxstring_abi = "cxx11"
git-tree-sha1 = "aeb5108e7e6577e8fb9e2fb6eec84740454b05be"
julia_version = "1.10.0"
os = "windows"

[[libcxxwrap_julia.download]]
sha256 = "b440bcf3f32007cb33901536ee2d9384836e5ec4a699ae1351ef753c2eaa9627"
url = "https://github.com/barche/libcxxwrap_julia_jll.jl/releases/download/libcxxwrap_julia-v0.12.20+0/libcxxwrap_julia.v0.12.20.x86_64-w64-mingw32-cxx11-julia_version+1.10.0.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "libcxxwrap_julia_jll"
uuid = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
version = "0.12.19+0"
version = "0.12.20+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `libcxxwrap_julia_jll.jl` (v0.12.19+0)
# `libcxxwrap_julia_jll.jl` (v0.12.20+0)

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

Expand All @@ -10,13 +10,13 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

The tarballs for `libcxxwrap_julia_jll.jl` have been built from these sources:

* git repository: https://github.com/JuliaInterop/libcxxwrap-julia.git (revision: `b65ec834dddc0e94edd729748dd7ead3f7f3d929`)
* git repository: https://github.com/JuliaInterop/libcxxwrap-julia.git (revision: `3b5ae2229708f1c97c6199688de41ce9887743b5`)

## Platforms

`libcxxwrap_julia_jll.jl` is available for the following platforms:

* `macOS aarch64 {julia_version=1.10.0}` (`aarch64-apple-darwin-julia_version+1.10.0`)
* `Windows x86_64 {cxxstring_abi=cxx11, julia_version=1.10.0}` (`x86_64-w64-mingw32-cxx11-julia_version+1.10.0`)

## Products

Expand Down
22 changes: 22 additions & 0 deletions src/wrappers/x86_64-w64-mingw32-cxx11-julia_version+1.10.0.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Autogenerated wrapper script for libcxxwrap_julia_jll for x86_64-w64-mingw32-cxx11-julia_version+1.10.0
export libcxxwrap_julia, libcxxwrap_julia_stl

JLLWrappers.@generate_wrapper_header("libcxxwrap_julia")
JLLWrappers.@declare_library_product(libcxxwrap_julia, "libcxxwrap_julia.dll")
JLLWrappers.@declare_library_product(libcxxwrap_julia_stl, "libcxxwrap_julia_stl.dll")
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
libcxxwrap_julia,
"bin\\libcxxwrap_julia.dll",
RTLD_GLOBAL,
)

JLLWrappers.@init_library_product(
libcxxwrap_julia_stl,
"bin\\libcxxwrap_julia_stl.dll",
RTLD_GLOBAL,
)

JLLWrappers.@generate_init_footer()
end # __init__()

0 comments on commit a104f81

Please sign in to comment.