Skip to content

Commit

Permalink
PROJ_jll build 901.300.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Sep 18, 2023
1 parent c5ceff3 commit 787a843
Show file tree
Hide file tree
Showing 32 changed files with 470 additions and 470 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 = "PROJ_jll"
uuid = "58948b4f-47e0-5654-a9ad-f609743f8632"
version = "900.200.100+0"
version = "901.300.0+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `PROJ_jll.jl` (v900.200.100+0)
# `PROJ_jll.jl` (v901.300.0+0)

[![deps](https://juliahub.com/docs/PROJ_jll/deps.svg)](https://juliahub.com/ui/Packages/PROJ_jll/qNwks?page=2)

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/2c6deea0425815f48a82b337b038f0581b227d65/P/PROJ/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/a5104957f47e781ed4794bfaa8f40a08d1fe7696/P/PROJ/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

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

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

* compressed archive: https://download.osgeo.org/proj/proj-9.2.1.tar.gz (SHA256 checksum: `15ebf4afa8744b9e6fccb5d571fc9f338dc3adcf99907d9e62d1af815d4971a1`)
* compressed archive: https://download.osgeo.org/proj/proj-9.3.0.tar.gz (SHA256 checksum: `91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d`)

## Platforms

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

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

* `ExecutableProduct`: `cct`
* `FileProduct`: `ch`
* `LibraryProduct`: `libproj`
* `ExecutableProduct`: `cct`
* `ExecutableProduct`: `cs2cs`
* `ExecutableProduct`: `geod`
* `ExecutableProduct`: `gie`
* `FileProduct`: `gl27`
* `FileProduct`: `itrf2000`
* `FileProduct`: `itrf2008`
* `FileProduct`: `itrf2014`
* `LibraryProduct`: `libproj`
* `FileProduct`: `nad27`
* `FileProduct`: `nad83`
* `FileProduct`: `nad_lst`
Expand Down
26 changes: 13 additions & 13 deletions src/wrappers/aarch64-apple-darwin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ using SQLite_jll
using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_file_product(ch)
JLLWrappers.@declare_library_product(libproj, "@rpath/libproj.25.dylib")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(cs2cs)
JLLWrappers.@declare_executable_product(geod)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2000)
JLLWrappers.@declare_file_product(itrf2008)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_library_product(libproj, "@rpath/libproj.25.dylib")
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
JLLWrappers.@declare_file_product(nad_lst)
Expand All @@ -27,16 +27,22 @@ JLLWrappers.@declare_executable_product(projsync)
JLLWrappers.@declare_file_product(world)
function __init__()
JLLWrappers.@generate_init_header(SQLite_jll, Libtiff_jll, LibCURL_jll)
JLLWrappers.@init_executable_product(
cct,
"bin/cct",
)

JLLWrappers.@init_file_product(
ch,
"share/proj/CH",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.25.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

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

JLLWrappers.@init_executable_product(
cs2cs,
"bin/cs2cs",
Expand Down Expand Up @@ -72,12 +78,6 @@ function __init__()
"share/proj/ITRF2014",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.25.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_file_product(
nad27,
"share/proj/nad27",
Expand Down
26 changes: 13 additions & 13 deletions src/wrappers/aarch64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ using SQLite_jll
using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_file_product(ch)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(cs2cs)
JLLWrappers.@declare_executable_product(geod)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2000)
JLLWrappers.@declare_file_product(itrf2008)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
JLLWrappers.@declare_file_product(nad_lst)
Expand All @@ -27,16 +27,22 @@ JLLWrappers.@declare_executable_product(projsync)
JLLWrappers.@declare_file_product(world)
function __init__()
JLLWrappers.@generate_init_header(SQLite_jll, Libtiff_jll, LibCURL_jll)
JLLWrappers.@init_executable_product(
cct,
"bin/cct",
)

JLLWrappers.@init_file_product(
ch,
"share/proj/CH",
)

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

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

JLLWrappers.@init_executable_product(
cs2cs,
"bin/cs2cs",
Expand Down Expand Up @@ -72,12 +78,6 @@ function __init__()
"share/proj/ITRF2014",
)

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

JLLWrappers.@init_file_product(
nad27,
"share/proj/nad27",
Expand Down
26 changes: 13 additions & 13 deletions src/wrappers/aarch64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ using SQLite_jll
using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_file_product(ch)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(cs2cs)
JLLWrappers.@declare_executable_product(geod)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2000)
JLLWrappers.@declare_file_product(itrf2008)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
JLLWrappers.@declare_file_product(nad_lst)
Expand All @@ -27,16 +27,22 @@ JLLWrappers.@declare_executable_product(projsync)
JLLWrappers.@declare_file_product(world)
function __init__()
JLLWrappers.@generate_init_header(SQLite_jll, Libtiff_jll, LibCURL_jll)
JLLWrappers.@init_executable_product(
cct,
"bin/cct",
)

JLLWrappers.@init_file_product(
ch,
"share/proj/CH",
)

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

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

JLLWrappers.@init_executable_product(
cs2cs,
"bin/cs2cs",
Expand Down Expand Up @@ -72,12 +78,6 @@ function __init__()
"share/proj/ITRF2014",
)

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

JLLWrappers.@init_file_product(
nad27,
"share/proj/nad27",
Expand Down
26 changes: 13 additions & 13 deletions src/wrappers/aarch64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ using SQLite_jll
using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_file_product(ch)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(cs2cs)
JLLWrappers.@declare_executable_product(geod)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2000)
JLLWrappers.@declare_file_product(itrf2008)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
JLLWrappers.@declare_file_product(nad_lst)
Expand All @@ -27,16 +27,22 @@ JLLWrappers.@declare_executable_product(projsync)
JLLWrappers.@declare_file_product(world)
function __init__()
JLLWrappers.@generate_init_header(SQLite_jll, Libtiff_jll, LibCURL_jll)
JLLWrappers.@init_executable_product(
cct,
"bin/cct",
)

JLLWrappers.@init_file_product(
ch,
"share/proj/CH",
)

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

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

JLLWrappers.@init_executable_product(
cs2cs,
"bin/cs2cs",
Expand Down Expand Up @@ -72,12 +78,6 @@ function __init__()
"share/proj/ITRF2014",
)

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

JLLWrappers.@init_file_product(
nad27,
"share/proj/nad27",
Expand Down
26 changes: 13 additions & 13 deletions src/wrappers/aarch64-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ using SQLite_jll
using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_file_product(ch)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(cs2cs)
JLLWrappers.@declare_executable_product(geod)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2000)
JLLWrappers.@declare_file_product(itrf2008)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
JLLWrappers.@declare_file_product(nad_lst)
Expand All @@ -27,16 +27,22 @@ JLLWrappers.@declare_executable_product(projsync)
JLLWrappers.@declare_file_product(world)
function __init__()
JLLWrappers.@generate_init_header(SQLite_jll, Libtiff_jll, LibCURL_jll)
JLLWrappers.@init_executable_product(
cct,
"bin/cct",
)

JLLWrappers.@init_file_product(
ch,
"share/proj/CH",
)

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

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

JLLWrappers.@init_executable_product(
cs2cs,
"bin/cs2cs",
Expand Down Expand Up @@ -72,12 +78,6 @@ function __init__()
"share/proj/ITRF2014",
)

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

JLLWrappers.@init_file_product(
nad27,
"share/proj/nad27",
Expand Down
Loading

0 comments on commit 787a843

Please sign in to comment.