Skip to content
Merged
Changes from 4 commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,35 @@ easyconfigs:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20820
from-commit: 1fc885b35dacdeb2feef4af207a2daa2502bae08
- foss-2023b.eb
- IPython-8.17.2-GCCcore-13.2.0.eb
- dlb-3.4-gompi-2023b.eb
- pystencils-1.3.4-gfbf-2023b.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20889
from-commit: c66c4788a17f7e4f55aa23f9fdb782aad97c9ce7
- Extrae-4.2.0-gompi-2023b.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21017
from-commit: 120f4d56efebd2bc61382db4c84a664a339c66cf
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3393
include-easyblocks-from-commit: c4951c78d62fa5cf8e9f6fe0ead212d2a4d7cb9c
- Boost.MPI-1.83.0-gompi-2023b.eb:
options:
# source URLs for Boost.* have changed, corresponding PR is
# https://github.com/easybuilders/easybuild-easyconfigs/pull/22240
# Boost.MPI is a dependency of pyMBE
from-commit: e610fe1ac5393d1de668a466fdaaea74c580ee03
- pyMBE-0.8.0-foss-2023b.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21034
from-commit: 76e7fc6657bab64bfbec826540a3a8f0040258f2
- STAR-2.7.11b-GCC-13.2.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21200
from-commit: 765ba900daf5953e306c4dad896febe52fdd6c00
- HPL-2.3-foss-2023b.eb
- R-bundle-CRAN-2024.06-foss-2023b.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21366
# use the latest update of the bundle
from-commit: 743dcc4e3440f29200b90a3cd1aaee2580aaf19f
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this commit is too recent (from EB 5.x), and it will probably use easyconfigs for dependencies from this same commit, causing failures (in this particular case for GDAL, I guess because PYTHONPATH is not explicitly set anymore). Maybe it's better to stick to an older one, e.g. one that was used for grace or sapphirerapids.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The older commits "work" but checksums fail for some extensions, what's the correct way to proceed here? I pick the recipe for an older commit, fix the checksums and make a PR for EB with maybe a different name or some way to differentiate it?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, that's tricky indeed... Maybe you could still use the latest commit then, but in order to prevent build failures of the dependencies (e.g. GDAL), those would have to use an older commit (e.g. the one that we used for sapphirerapids: https://github.com/EESSI/software-layer/blob/main/easystacks/software.eessi.io/2023.06/sapphirerapids/eessi-2023.06-eb-4.9.2-2023b.yml#L27).

Alternatively, we could build the R bundle and its dependencies with a newer EB version. Then we won't build everything in the exact same way as for the other CPUs, but it's much easier to do it that way.