Skip to content

Commit

Permalink
GAP_jll build 400.1191.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Dec 28, 2021
1 parent ea8a432 commit c9e1b0b
Show file tree
Hide file tree
Showing 41 changed files with 347 additions and 347 deletions.
228 changes: 114 additions & 114 deletions Artifacts.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GAP_jll"
uuid = "5cd7a574-2c56-5be2-91dc-c8bc375b9ddf"
version = "400.1191.1+0"
version = "400.1191.1+1"

[deps]
Readline_jll = "05236dd9-4125-5232-aa7c-9ec0c9b2c25a"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `GAP_jll.jl` (v400.1191.1+0)
# `GAP_jll.jl` (v400.1191.1+1)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl). The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/1b24c78c7a02651f77f7a19b1ba293d87255a25a/G/GAP/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl). The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/2e8a5e40f6e3ad09197894e22a293169c7747381/G/GAP/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).

Expand All @@ -9,7 +9,7 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`
The tarballs for `GAP_jll.jl` have been built from these sources:

* git repository: https://github.com/gap-system/gap.git (revision: `401c797476b787e748a3890be4ce95ae4e5d52ae`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/1b24c78c7a02651f77f7a19b1ba293d87255a25a/G/GAP/bundled)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/2e8a5e40f6e3ad09197894e22a293169c7747381/G/GAP/bundled)

## Platforms

Expand Down Expand Up @@ -66,5 +66,5 @@ The following JLL packages are required by `GAP_jll.jl`:

The code bindings within this package are autogenerated from the following `Products`:

* `ExecutableProduct`: `gap`
* `LibraryProduct`: `libgap`
* `ExecutableProduct`: `gap`
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-apple-darwin-julia_version+1.7.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "@rpath/libgap.8.dylib")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.8.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-apple-darwin-julia_version+1.8.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "@rpath/libgap.8.dylib")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.8.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx03-julia_version+1.6.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx03-julia_version+1.7.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx03-julia_version+1.8.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx11-julia_version+1.6.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx11-julia_version+1.7.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-gnu-cxx11-julia_version+1.8.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-musl-cxx03-julia_version+1.6.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-musl-cxx03-julia_version+1.7.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-musl-cxx03-julia_version+1.8.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-musl-cxx11-julia_version+1.6.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
12 changes: 6 additions & 6 deletions src/wrappers/aarch64-linux-musl-cxx11-julia_version+1.7.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ using GMP_jll
using Readline_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("GAP")
JLLWrappers.@declare_executable_product(gap)
JLLWrappers.@declare_library_product(libgap, "libgap.so.8")
JLLWrappers.@declare_executable_product(gap)
function __init__()
JLLWrappers.@generate_init_header(GMP_jll, Readline_jll, Zlib_jll)
JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@init_library_product(
libgap,
"lib/libgap.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
gap,
"bin/gap",
)

JLLWrappers.@generate_init_footer()

sym = dlsym(libgap_handle, :GAP_InitJuliaMemoryInterface)
Expand Down
Loading

0 comments on commit c9e1b0b

Please sign in to comment.