Skip to content

Commit

Permalink
GEOS_jll build 3.10.2+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jun 1, 2022
1 parent 46bcbb7 commit d123851
Show file tree
Hide file tree
Showing 32 changed files with 333 additions and 148 deletions.
174 changes: 87 additions & 87 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 = "GEOS_jll"
uuid = "d604d12d-fa86-5845-992e-78dc15976526"
version = "3.10.0+0"
version = "3.10.2+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# `GEOS_jll.jl` (v3.10.0+0)
# `GEOS_jll.jl` (v3.10.2+0)

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/d4ffdd6de41527b619f0067c4f1c128b7f7869a6/G/GEOS/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).
[![deps](https://juliahub.com/docs/GEOS_jll/deps.svg)](https://juliahub.com/ui/Packages/GEOS_jll/4qIWY?page=2)

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).
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/1c82d99734fad28381e7027753c6df614485f206/G/GEOS/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).

## Documentation

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).

## Sources

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

* compressed archive: http://download.osgeo.org/geos/geos-3.10.0.tar.bz2 (SHA256 checksum: `097d70e3c8f688e59633ceb8d38ad5c9b0d7ead5729adeb925dbc489437abe13`)
* compressed archive: http://download.osgeo.org/geos/geos-3.10.2.tar.bz2 (SHA256 checksum: `50bbc599ac386b4c2b3962dcc411f0040a61f204aaef4eba7225ecdd0cf45715`)

## Platforms

Expand Down Expand Up @@ -50,3 +60,4 @@ The code bindings within this package are autogenerated from the following `Prod

* `LibraryProduct`: `libgeos`
* `LibraryProduct`: `libgeos_cpp`
* `ExecutableProduct`: `geosop`
12 changes: 9 additions & 3 deletions src/wrappers/aarch64-apple-darwin.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-apple-darwin
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "@rpath/libgeos_c.1.dylib")
JLLWrappers.@declare_library_product(libgeos_cpp, "@rpath/libgeos.3.10.0.dylib")
JLLWrappers.@declare_library_product(libgeos_cpp, "@rpath/libgeos.3.10.2.dylib")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -14,9 +15,14 @@ function __init__()

JLLWrappers.@init_library_product(
libgeos_cpp,
"lib/libgeos.3.10.0.dylib",
"lib/libgeos.3.10.2.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/aarch64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-gnu-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/aarch64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-gnu-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/aarch64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-musl-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/aarch64-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-musl-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv6l-linux-gnueabihf-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv6l-linux-gnueabihf-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv6l-linux-gnueabihf-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv6l-linux-gnueabihf-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv6l-linux-musleabihf-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv6l-linux-musleabihf-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv6l-linux-musleabihf-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv6l-linux-musleabihf-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv7l-linux-gnueabihf-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv7l-linux-gnueabihf-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv7l-linux-gnueabihf-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv7l-linux-gnueabihf-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv7l-linux-musleabihf-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv7l-linux-musleabihf-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/armv7l-linux-musleabihf-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for armv7l-linux-musleabihf-cxx11
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
10 changes: 8 additions & 2 deletions src/wrappers/i686-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Autogenerated wrapper script for GEOS_jll for i686-linux-gnu-cxx03
export libgeos, libgeos_cpp
export geosop, libgeos, libgeos_cpp

JLLWrappers.@generate_wrapper_header("GEOS")
JLLWrappers.@declare_library_product(libgeos, "libgeos_c.so.1")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.0")
JLLWrappers.@declare_library_product(libgeos_cpp, "libgeos.so.3.10.2")
JLLWrappers.@declare_executable_product(geosop)
function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
Expand All @@ -18,5 +19,10 @@ function __init__()
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@generate_init_footer()
end # __init__()
Loading

0 comments on commit d123851

Please sign in to comment.