Skip to content

Commit 8438541

Browse files
committed
libpolymake_julia_jll build 0.4.116+0
1 parent 90671e2 commit 8438541

File tree

4 files changed

+52
-11
lines changed

4 files changed

+52
-11
lines changed

Artifacts.toml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
[[libpolymake_julia]]
22
arch = "x86_64"
3-
git-tree-sha1 = "12e040e57c6ea9f8996ffb91f63d3179c9313ecf"
3+
git-tree-sha1 = "d723256bd1473e0a13bb25edff174524a7591383"
44
os = "macos"
55

66
[[libpolymake_julia.download]]
7-
sha256 = "a69038b2356d8b7d3c8f81d31a557d8ef3038462ab73a6da71745a9445fe6cbf"
8-
url = "https://github.com/JuliaBinaryWrappers/libpolymake_julia_jll.jl/releases/download/libpolymake_julia-v0.4.105+0/libpolymake_julia.v0.4.105.x86_64-apple-darwin.tar.gz"
7+
sha256 = "735af8248a7d4b9ba4d4a3ba87fcc7558fe9ee994f4f386f5d365e84cb0e2023"
8+
url = "https://github.com/JuliaBinaryWrappers/libpolymake_julia_jll.jl/releases/download/libpolymake_julia-v0.4.116+0/libpolymake_julia.v0.4.116.x86_64-apple-darwin.tar.gz"
9+
[[libpolymake_julia]]
10+
arch = "x86_64"
11+
cxxstring_abi = "cxx03"
12+
git-tree-sha1 = "2c057f0a35cd5840bb339158fff72b336bcc374f"
13+
libc = "glibc"
14+
os = "linux"
15+
16+
[[libpolymake_julia.download]]
17+
sha256 = "703ebf772a3b5d517a8b2acde77638f9615df7ac66ac8ecacc4b710380d4cdd9"
18+
url = "https://github.com/JuliaBinaryWrappers/libpolymake_julia_jll.jl/releases/download/libpolymake_julia-v0.4.116+0/libpolymake_julia.v0.4.116.x86_64-linux-gnu-cxx03.tar.gz"
919
[[libpolymake_julia]]
1020
arch = "x86_64"
1121
cxxstring_abi = "cxx11"
12-
git-tree-sha1 = "ed052e20a0e8679067418195e52f8837b27e7a7e"
22+
git-tree-sha1 = "4c0ae9d4aa945e05be40342499f3c5286831babc"
1323
libc = "glibc"
1424
os = "linux"
1525

1626
[[libpolymake_julia.download]]
17-
sha256 = "0d1bac24427a5b078696a350213c961003b8f786fb2327ac0eab5b9c338b2095"
18-
url = "https://github.com/JuliaBinaryWrappers/libpolymake_julia_jll.jl/releases/download/libpolymake_julia-v0.4.105+0/libpolymake_julia.v0.4.105.x86_64-linux-gnu-cxx11.tar.gz"
27+
sha256 = "b16aaedc0e4f92dede0fff811cc32db8274bb9d480d38359e09dd45afbb8c58a"
28+
url = "https://github.com/JuliaBinaryWrappers/libpolymake_julia_jll.jl/releases/download/libpolymake_julia-v0.4.116+0/libpolymake_julia.v0.4.116.x86_64-linux-gnu-cxx11.tar.gz"

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "libpolymake_julia_jll"
22
uuid = "4d8266f6-2b3b-57e3-ad7a-d431eaaac945"
3-
version = "0.4.105+0"
3+
version = "0.4.116+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
@@ -13,5 +13,5 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1313

1414
[compat]
1515
JLLWrappers = "1.2.0"
16-
julia = "1.5"
17-
polymake_jll = "~400.300.1"
16+
julia = "1.6"
17+
polymake_jll = "~400.400.0"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `libpolymake_julia_jll.jl` (v0.4.105+0)
1+
# `libpolymake_julia_jll.jl` (v0.4.116+0)
22

3-
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/6117bbca195bed45a3235a1ae8262dc169d36865/L/libpolymake_julia/libpolymake_julia@1.5/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).
3+
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/d59a19f03acb57df741e04e7761751ff9dab275d/L/libpolymake_julia/libpolymake_julia@1.6/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).
44

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

@@ -15,6 +15,7 @@ The tarballs for `libpolymake_julia_jll.jl` have been built from these sources:
1515
`libpolymake_julia_jll.jl` is available for the following platforms:
1616

1717
* `macOS x86_64` (`x86_64-apple-darwin`)
18+
* `Linux x86_64 {cxxstring_abi=cxx03, libc=glibc}` (`x86_64-linux-gnu-cxx03`)
1819
* `Linux x86_64 {cxxstring_abi=cxx11, libc=glibc}` (`x86_64-linux-gnu-cxx11`)
1920

2021
## Dependencies
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Autogenerated wrapper script for libpolymake_julia_jll for x86_64-linux-gnu-cxx03
2+
export libpolymake_julia, polymake_run_script, type_translator
3+
4+
using CompilerSupportLibraries_jll
5+
using libcxxwrap_julia_jll
6+
using polymake_jll
7+
JLLWrappers.@generate_wrapper_header("libpolymake_julia")
8+
JLLWrappers.@declare_library_product(libpolymake_julia, "libpolymake_julia.so")
9+
JLLWrappers.@declare_executable_product(polymake_run_script)
10+
JLLWrappers.@declare_file_product(type_translator)
11+
function __init__()
12+
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll, libcxxwrap_julia_jll, polymake_jll)
13+
JLLWrappers.@init_library_product(
14+
libpolymake_julia,
15+
"lib/libpolymake_julia.so",
16+
RTLD_LAZY | RTLD_DEEPBIND,
17+
)
18+
19+
JLLWrappers.@init_executable_product(
20+
polymake_run_script,
21+
"bin/polymake_run_script",
22+
)
23+
24+
JLLWrappers.@init_file_product(
25+
type_translator,
26+
"share/libpolymake_julia/type_translator.jl",
27+
)
28+
29+
JLLWrappers.@generate_init_footer()
30+
end # __init__()

0 commit comments

Comments
 (0)