-
Notifications
You must be signed in to change notification settings - Fork 48
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
{2023.06}[foss/2022b] GDAL 3.6.2 #419
Conversation
Instance
|
bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 |
Updates by the bot instance
|
New job on instance
|
New job on instance
|
The builds got quite far (even netCDF worked), but failed on the sanity check of LERC. It depends on LD_LIBRARY_PATH being set, and we filter it. I'm fixing this in a PR to the easyconfigs repo. |
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 |
Updates by the bot instance
|
New job on instance
|
LERC was successfully built this time, but now there are quite a lot of test errors in SciPy-bundle:
|
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1 |
Updates by the bot instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software arch:aarch64/generic |
Updates by the bot instance
|
New job on instance
|
Tried to build
By bumping
And with numpy 1.25.1 and scipy 1.10.1:
numpy 1.24.4 and scipy 1.10.1:
|
Some more tests/observations with different
|
Any idea why we're seeing way more errors with |
I don't know, but it definitely feels like there's some issue with the SVE-related code/tests in numpy 1.24.x (either in general, or for this particular CPU, not sure): whenever I enable SVE in some way (e.g. by adding When comparing 1.24.4 to 1.25.1 in GitHub I did find issue numpy/numpy#24054 and suspected that it may be the culprit, but when checking the actual 1.24.4 code I can't find this piece of code anymore. So I'm not sure why it popped up in the diff, but it looks like it may not apply to this version (or maybe in some different way). |
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19386 | ||
options: | ||
from-pr: 19386 | ||
- GDAL-3.6.2-foss-2022b.eb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move this to eessi-2023.06-eb-4.9.0-2022b.yml
, once #448 is merged
…-layer into GDAL/3.6.2-foss-2022b
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 |
Updates by the bot instance
|
…-layer into GDAL/3.6.2-foss-2022b
bot: build repo:eessi.io-2023.06-software arch:aarch64/generic |
Updates by the bot instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 |
Updates by the bot instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1 |
Updates by the bot instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
All staging PRs merged |
Trying to work towards an R installation, this adds about half of its dependencies:
Let's see if this also fails on the netCDF tests...