Skip to content

Commit

Permalink
PROJ_jll build 901.300.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Apr 3, 2024
1 parent 787a843 commit 96a8328
Show file tree
Hide file tree
Showing 32 changed files with 792 additions and 790 deletions.
174 changes: 87 additions & 87 deletions Artifacts.toml

Large diffs are not rendered by default.

4 changes: 3 additions & 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 = "901.300.0+0"
version = "901.300.0+1"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand All @@ -14,4 +14,6 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
JLLWrappers = "1.2.0"
julia = "1.6"
LibCURL_jll = "7.73,8"
Libdl = "1"
Libtiff_jll = "4.5.1"
Artifacts = "1"
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `PROJ_jll.jl` (v901.300.0+0)
# `PROJ_jll.jl` (v901.300.0+1)

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

## Bug Reports

Expand Down Expand Up @@ -67,14 +67,14 @@ The following JLL packages are required by `PROJ_jll.jl`:
The code bindings within this package are autogenerated from the following `Products`:

* `FileProduct`: `ch`
* `LibraryProduct`: `libproj`
* `ExecutableProduct`: `cct`
* `ExecutableProduct`: `cs2cs`
* `ExecutableProduct`: `geod`
* `ExecutableProduct`: `gie`
* `FileProduct`: `gl27`
* `FileProduct`: `itrf2000`
* `FileProduct`: `itrf2008`
* `LibraryProduct`: `libproj`
* `ExecutableProduct`: `cct`
* `ExecutableProduct`: `gie`
* `FileProduct`: `gl27`
* `FileProduct`: `itrf2014`
* `FileProduct`: `nad27`
* `FileProduct`: `nad83`
Expand Down
48 changes: 24 additions & 24 deletions src/wrappers/aarch64-apple-darwin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
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_library_product(libproj, "@rpath/libproj.25.dylib")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
Expand All @@ -32,6 +32,26 @@ function __init__()
"share/proj/CH",
)

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

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

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.25.dylib",
Expand All @@ -43,16 +63,6 @@ function __init__()
"bin/cct",
)

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

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

JLLWrappers.@init_executable_product(
gie,
"bin/gie",
Expand All @@ -63,16 +73,6 @@ function __init__()
"share/proj/GL27",
)

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_file_product(
itrf2014,
"share/proj/ITRF2014",
Expand Down
48 changes: 24 additions & 24 deletions src/wrappers/aarch64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
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_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
Expand All @@ -32,6 +32,26 @@ function __init__()
"share/proj/CH",
)

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

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

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.so",
Expand All @@ -43,16 +63,6 @@ function __init__()
"bin/cct",
)

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

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

JLLWrappers.@init_executable_product(
gie,
"bin/gie",
Expand All @@ -63,16 +73,6 @@ function __init__()
"share/proj/GL27",
)

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_file_product(
itrf2014,
"share/proj/ITRF2014",
Expand Down
48 changes: 24 additions & 24 deletions src/wrappers/aarch64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
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_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
Expand All @@ -32,6 +32,26 @@ function __init__()
"share/proj/CH",
)

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

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

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.so",
Expand All @@ -43,16 +63,6 @@ function __init__()
"bin/cct",
)

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

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

JLLWrappers.@init_executable_product(
gie,
"bin/gie",
Expand All @@ -63,16 +73,6 @@ function __init__()
"share/proj/GL27",
)

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_file_product(
itrf2014,
"share/proj/ITRF2014",
Expand Down
48 changes: 24 additions & 24 deletions src/wrappers/aarch64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ using Libtiff_jll
using LibCURL_jll
JLLWrappers.@generate_wrapper_header("PROJ")
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_library_product(libproj, "libproj.so.25")
JLLWrappers.@declare_executable_product(cct)
JLLWrappers.@declare_executable_product(gie)
JLLWrappers.@declare_file_product(gl27)
JLLWrappers.@declare_file_product(itrf2014)
JLLWrappers.@declare_file_product(nad27)
JLLWrappers.@declare_file_product(nad83)
Expand All @@ -32,6 +32,26 @@ function __init__()
"share/proj/CH",
)

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

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

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

JLLWrappers.@init_library_product(
libproj,
"lib/libproj.so",
Expand All @@ -43,16 +63,6 @@ function __init__()
"bin/cct",
)

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

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

JLLWrappers.@init_executable_product(
gie,
"bin/gie",
Expand All @@ -63,16 +73,6 @@ function __init__()
"share/proj/GL27",
)

JLLWrappers.@init_file_product(
itrf2000,
"share/proj/ITRF2000",
)

JLLWrappers.@init_file_product(
itrf2008,
"share/proj/ITRF2008",
)

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

0 comments on commit 96a8328

Please sign in to comment.