conda-forge / julia-feedstock

A conda-smithy repository for julia.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

Update to 1.9.0? #246

Closed PallHaraldsson closed 1 year ago

PallHaraldsson commented 1 year ago

Solution to issue cannot be found in the documentation.

Issue

I saw where in the repo and would make a PR, just not sure about the SHA.

Installed packages

?

Environment info

?
mkitti commented 1 year ago

Can you submit a pull request to fix the patches?

PallHaraldsson commented 1 year ago

I coundn't even find the older sha, not sure where to look, I didn't find 66602534f36dc7e096228369af57ed8f70b3b98600c51e3364a5d89a5f78ba34 here:

https://julialang.org/downloads/oldreleases/

mkitti commented 1 year ago

We pull the source from https://github.com/JuliaLang/julia/releases/download/v1.8.5/julia-1.8.5-full.tar.gz and calculate the sha256 sum directly.

$ curl -L https://github.com/JuliaLang/julia/archive/refs/tags/v1.8.5.tar.gz 2>/dev/null | sha256sum
66602534f36dc7e096228369af57ed8f70b3b98600c51e3364a5d89a5f78ba34  -

We probably should be pulling the source from here though: https://github.com/JuliaLang/julia/releases/download/v1.8.5/julia-1.8.5-full.tar.gz

PallHaraldsson commented 1 year ago

https://github.com/conda-forge/julia-feedstock/pull/247 should fix this. Not what I used:

$ curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.0-linux-x86_64.tar.gz | sha256sum 00c614466ef9809c2eb23480e38d196a2c577fff2730c4f83d135b913d473359 -

Note, not same as for, so do not use SHA from that message: $ curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.0-linux-x86_64-full.tar.gz

[..] The specified key does not exist.bin/linux/x64/1.9/julia-1.9.0-linux-x86_64-full.tar.gz [..]

ngam commented 1 year ago

Can you submit a pull request to fix the patches?

the patches are fixed https://github.com/conda-forge/julia-feedstock/pull/245

PallHaraldsson commented 1 year ago

Hmm, missed that PR, that's still not merged. It has different SHA, I sill close my stuff.

ngam commented 1 year ago

You should look at the failures in the other PR. You’re also welcome to copy it and try to fix it

ngam commented 1 year ago

@conda-forge-admin, please rerender feedstock.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I started rerendering the recipe in conda-forge/julia-feedstock#248.