-
Notifications
You must be signed in to change notification settings - Fork 151
Conference call notes 20260826
Kenneth Hoste edited this page Aug 26, 2026
·
1 revision
(back to Conference calls)
Notes on the 300th EasyBuild conference call, Wednesday 26 August 2026 (15:00 UTC / 17:00 CEST)
List of attendees (13):
- Davide Grassano (CECAM)
- Alexander Grund (ZIH, Dresden, Germany)
- Jorge Delgado Guerrero (University of Luxembourg)
- Leonardo Honfi Camilo (Wageningen University & Research, Netherlands
- Kenneth Hoste (HPC-UGent)
- Georgios Kafanas (University of Luxembourg)
- Kurt Lust (University of Antwerp, LUMI)
- Hugo Meiland (Microsoft HPC)
- Vladislav Mogilev (Univ. of Birmingham, UK)
- Sam Moors (Vrije Universiteit Brussel, Belgium)
- Mikael Öhman (Chalmers University of Technology, Sweden)
- Bart Oldeman (McGill University, Calcul Québec, Digital Research Alliance of Canada)
- Lars Viklund
- overview of recent developments
- Q&A
- latest EasyBuild release: EasyBuild v5.4.0 (9 August 2026)
- next (stable) EasyBuild release: mid Sept'26
- ETA for EasyBuild 6.0: spring 2027
- milestones: framework
- ...
- future easyconfigs merge sprints planned:
- Mon 19 Oct 2026
- Mon 21 Dec 2026
- Mon 15 Feb 2027
- Mon 19 Apr 2027
- Mon 21 Jun 2027
- Mon 16 Aug 2027
- aiming for semi-fixed schedule every other month: 3rd Monday in even months (with exceptions)
- at some point a sprint to revise & close outdated open issues across different EasyBuild repos
(changed made in PRs marked with * are included latest EasyBuild stable release)
-
blog/docs (recently merged PRs)
- ...
-
framework (recently merged PRs)
-
easyblocks (recently merged PRs)
-
easyconfigs (recently merged PRs)
- ~75 easyconfig PRs were merged since last conf call
- bug fixes/reports
-
enhancements
- ...
-
(noteworthy) new software
- ...
- noteworthy software updates
-
cleanup
- ...
- changes
-
CI/test suite
- ...
-
blog/docs (recently active open PRs + issues)
- ...
-
framework (recently active open PRs + issues)
- bugs
- enhancements
-
code cleanup
- ...
- changes
-
CI/test suite
- Use
assert(Not)Regexinstead ofassertTrueorassertFalsein tests (PR #5188)
- Use
-
easyblocks (recently active open PRs + issues)
- bug fixes/reports
- ...
- enhancements
- LAMMPS: set
$LD_PRELOADfor testing CUDA build without device present (PR #4190) - Add TensorFlow easyblock options for Bazel startup flags and TF_SYSTEM_LIBS exclusions (PR #4193)
- Update TF_SYSTEM_LIBS for TensorFlow 2.19+ (PR #4194)
- Enhance test deduplication in PyTorch test parsing (PR #4203)
- Allow installing ESPResSo from a commit (PR #4207)
- don't remove test installdir when
--disable-cleanup-tmpdiris set forPythonPackageeasyblock (PR #4208)
- LAMMPS: set
-
updates
- Update TensorFlow easyblock for TensorFlow 2.19+ (PR #4205)
-
changes
- Symlink include folder instead of files for OpenSSL wrapper (PR #4199)
-
code cleanup
- ...
-
new easyblocks
- ICON (PR #4206)
-
CI/test suite
- Add test for correct import of other easyblocks (PR #4182)
- bug fixes/reports
-
easyconfigs (recently active open PRs + issues)
- over ~680 open easyconfig PRs currently
-
bug fixes/reports
- Add OpenSSL explicitly to R-bundle-CRAN to avoid mixing with system libs (PR #26676)
-
enhancements
- ...
-
(noteworthy) new software
- ...
- software updates
- ...
-
changes
- enabling symbol versioning in cURL easyconfigs (issue #26684)
-
CI/test suite
- ...
- Hugo: backporting GCC patches (also OpenBLAS)
- cfr. recent PR #26444 for OpenBLAS
- related to https://www.eessi.io/docs/blog/2026/07/12/risc-v-x60-openblas-hpl/
- this could be just an extra patch being added to existing OpenBLAS 0.3.30 easyconfig
- bumping toolchain components is something we generally don't do, since that leads to chaos (and new software versions often come with new bugs)
- same approach, backporting of patches and add them to existing easyconfigs, makes sense for GCC
- cfr. recent PR #26444 for OpenBLAS
- trouble with downloading of
config.guessin CI- mitigated through caching, see easyconfigs PR #26699
- maybe
ConfigureMakeeasyblock should be tweaked to be more "careful" with downloading ofconfig.guessscript? - determine download location based on checksum of file contents, rather than EasyBuild version?
- fallback download from
sources.easybuild.io?
- Bart: question on common toolchain versions
- currently unclear what base for
foss/2027.1toolchain would be, too early to tel - today, would be either GCC 15.3 or 16.2
- but could be GCC 15.4 or 16.3 if those are released before
2027.1toolchain gets defined - see also https://gcc.gnu.org/develop.html#timeline
- Bart: unclear which GCC version to use to contribute easyconfig for new UCX version
- currently unclear what base for
- fix way in which tagbot determines diff between PR branch and
develop- see excessive labeling that was being done in https://github.com/easybuilders/easybuild-easyconfigs/pull/26674
- this happened because PR branch was significantly behind on
develop