-
Notifications
You must be signed in to change notification settings - Fork 66
{2025.06}[2024a] missing dependencies of PyTorch 2.6.0 #1294
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
base: main
Are you sure you want to change the base?
Conversation
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2 |
|
New job on instance
|
|
New job on instance
|
|
Error when building Clp: |
I suspect we are missing including the header directory at https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/c/Clp/Clp-1.17.9-foss-2023b.eb#L46 It pops up now because it no longer appears in |
I was checking it in an EB shell in the container, and it did add edit: hmm, actually, that should already be done by: edit2: the module that was built for CoinUtils does look fine: But for some reason The last entry in the log about |
|
The issue was reported and debugged a bit more in easybuilders/easybuild-framework#5039, and fixed by easybuilders/easybuild-framework#5041. We now need to wait for EB 5.2.0, or backport the fix to the EB 5.1.2 easyconfig and do a rebuild of that version in EESSI. |
|
I would be open to a rebuild similar to easybuilders/easybuild-easyconfigs#24376 (indeed they are quite related) as we don't know how long we will wait for a new release. |
For PyTorch we need the following:
As I'm expecting issues with PyTorch itself, let's build its missing dependencies first 😆