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

[PROJ] split julia versions for libcurl #2545

Merged
merged 3 commits into from
Feb 14, 2021

Conversation

visr
Copy link
Contributor

@visr visr commented Feb 14, 2021

This copies the approach used in NetCDF_jll. This only contains the julia 1.3 build_tarballs, 1.6 will be in a follow up PR.

And after PROJ, we need to do this for GDAL as well, using this as a dependency.

This copies the approach used in NetCDF_jll. This only contains the julia 1.3 build_tarballs, 1.6 will be in a follow up PR.

And after PROJ, we need to do this for GDAL as well, using this as a dependency.
P/PROJ/common.jl Outdated
Comment on lines 25 to 29
# sqlite needed to build proj.db, so this should not be the
# cross-compiled one since it needs to be executed on the host
apk add sqlite
# Get rid of target sqlite3, to avoid it's picked up by the build system
rm "${bindir}/sqlite3${exeext}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be a good use case for HostBuildDependency!

@giordano giordano merged commit 0302388 into JuliaPackaging:master Feb 14, 2021
visr added a commit to visr/Yggdrasil that referenced this pull request Feb 15, 2021
@visr visr mentioned this pull request Feb 15, 2021
giordano pushed a commit that referenced this pull request Feb 15, 2021
@visr visr deleted the split-proj branch February 15, 2021 12:21
giordano added a commit that referenced this pull request Feb 15, 2021
* [GDAL] split julia versions for libcurl

Using the split PROJ version from #2545.

* Update G/GDAL/common.jl

Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
visr added a commit to JuliaGeo/Proj.jl that referenced this pull request Feb 16, 2021
This is done to be able to provide builds that work across julia minor version, even if shipped libraries like libcurl update.

Ref
JuliaPackaging/Yggdrasil#2545
JuliaPackaging/Yggdrasil#2401
visr added a commit to JuliaGeo/Proj.jl that referenced this pull request Feb 18, 2021
This is done to be able to provide builds that work across julia minor version, even if shipped libraries like libcurl update.

Ref
JuliaPackaging/Yggdrasil#2545
JuliaPackaging/Yggdrasil#2401
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants