-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GAP_pkg_juliainterface_jll build 0.1300.0+0
- Loading branch information
Showing
12 changed files
with
207 additions
and
207 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ch64-apple-darwin-julia_version+1.11.0.jl → ...ch64-apple-darwin-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aarch64-linux-gnu-julia_version+1.11.0.jl → ...aarch64-linux-gnu-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...arch64-linux-musl-julia_version+1.11.0.jl → ...arch64-linux-musl-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rpc64le-linux-gnu-julia_version+1.11.0.jl → ...rpc64le-linux-gnu-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...6_64-apple-darwin-julia_version+1.11.0.jl → ...6_64-apple-darwin-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../x86_64-linux-gnu-julia_version+1.11.0.jl → .../x86_64-linux-gnu-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x86_64-linux-musl-julia_version+1.11.0.jl → ...x86_64-linux-musl-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
src/wrappers/x86_64-unknown-freebsd-julia_version+1.11.0.jl
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
src/wrappers/x86_64-unknown-freebsd-julia_version+1.11.1.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Autogenerated wrapper script for GAP_pkg_juliainterface_jll for x86_64-unknown-freebsd-julia_version+1.11.1 | ||
export JuliaInterface | ||
|
||
using GAP_jll | ||
using GAP_lib_jll | ||
JLLWrappers.@generate_wrapper_header("GAP_pkg_juliainterface") | ||
JLLWrappers.@declare_file_product(JuliaInterface) | ||
function __init__() | ||
JLLWrappers.@generate_init_header(GAP_jll, GAP_lib_jll) | ||
JLLWrappers.@init_file_product( | ||
JuliaInterface, | ||
"lib/gap/JuliaInterface.so", | ||
) | ||
|
||
JLLWrappers.@generate_init_footer() | ||
end # __init__() |