Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GDAL] Bump to v3.7.1 #7050

Merged
merged 32 commits into from
Sep 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7e490aa
[GDAL] Bump to v3.7.1
jeremiahpslewis Jul 13, 2023
c92f998
Missing comma
jeremiahpslewis Jul 13, 2023
1f7ca46
Switch to gitsource
jeremiahpslewis Jul 13, 2023
866638f
Update G/GDAL/build_tarballs.jl
jeremiahpslewis Jul 13, 2023
fcb11fa
Update build_tarballs.jl
jeremiahpslewis Jul 13, 2023
793041f
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
81e76dd
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
f25332a
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
dc7a80c
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
653aa7b
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
35150dc
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
ebfb545
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
12129fd
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
13f2dc1
tweak ldflags
jeremiahpslewis Jul 14, 2023
2005c2f
Update build_tarballs.jl
jeremiahpslewis Jul 14, 2023
7584fde
use gcc for freebsd
jeremiahpslewis Jul 14, 2023
02b76ad
add patch
jeremiahpslewis Jul 14, 2023
d0fede4
tweak paths
jeremiahpslewis Jul 14, 2023
c71d311
Fix ordering, etc.
jeremiahpslewis Jul 14, 2023
57fe585
Add back dependency bounds
jeremiahpslewis Jul 14, 2023
7472e8e
Fix bsd patch
jeremiahpslewis Jul 14, 2023
73dd2cf
Apply patch for all platforms
jeremiahpslewis Jul 14, 2023
1185d86
Bump HDF5
jeremiahpslewis Jul 14, 2023
a7b9188
Update G/GDAL/build_tarballs.jl
jeremiahpslewis Sep 19, 2023
0b420d3
expand hdf5 platforms, bump gdal
jeremiahpslewis Sep 19, 2023
99e4614
Update G/GDAL/build_tarballs.jl
jeremiahpslewis Sep 19, 2023
4866b99
Update G/GDAL/build_tarballs.jl
jeremiahpslewis Sep 19, 2023
1065a79
move license.txt import
jeremiahpslewis Sep 19, 2023
c20bd64
trigger build...
jeremiahpslewis Sep 21, 2023
879920a
Merge branch 'master' into patch-36
jeremiahpslewis Sep 21, 2023
07c93bf
Update build_tarballs.jl
jeremiahpslewis Sep 21, 2023
e980c5d
Update build_tarballs.jl
jeremiahpslewis Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to gitsource
jeremiahpslewis authored Jul 13, 2023

Verified

This commit was signed with the committer’s verified signature.
maleck13 Craig Brookes
commit 1f7ca46c73a4e5156871641583ef333e972cdfa7
2 changes: 1 addition & 1 deletion G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ version = VersionNumber(upstream_version.major * 100 + version_offset.major,

# Collection of sources required to build GDAL
sources = [
ArchiveSource("https://github.com/OSGeo/gdal.git",
GitSource("https://github.com/OSGeo/gdal.git",
jeremiahpslewis marked this conversation as resolved.
Show resolved Hide resolved
"68da5257b139d4d80162cf83fdb8c6d26ead412f"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz",
"2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62"),