-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20240508
Kenneth Hoste edited this page May 21, 2024
·
2 revisions
(back to Conference calls)
Notes on the 245th EasyBuild conference call, Wednesday 8 May 2024 (15:00 UTC)
List of attendees (11):
- Alex Domingo
- Bart Oldeman
- Chia-Jung Hsu
- Jasper Grimm
- Jurij Peĉar
- Kurt Lust
- Mikael
- Sebastian Achilles
- Simon Branford
- Thomas Hoffmann
- Thomas Langford
- overview of recent developments
- Q&A
- next EasyBuild release: EasyBuild v5.0.0
- detailed notes on latest developments in https://hackmd.io/tZtz6vMmRfGL6N9Rf__OEA
- to test development version of EasyBuild 5.0:
# set up Python virtual environment, and jump into it python3 -m venv eb5 source eb5/bin/activate # install EasyBuild 5.0 development version into it pip install https://github.com/easybuilders/easybuild-framework/archive/5.0.x.tar.gz pip install https://github.com/easybuilders/easybuild-easyblocks/archive/5.0.x.tar.gz pip install https://github.com/easybuilders/easybuild-easyconfigs/archive/5.0.x.tar.gz # go! eb --version
-
docs (merged PRs)
- ...
-
framework (merged PRs)
-
easyblocks (merged PRs)
- bug fixes
- enhancements
- updates
- changes
-
new easyblocks
- optiSlang (PR #3300)
-
easyconfigs (merged PRs)
- ~75 easyconfig PRs were merged since last conf call
- bug fixes/reports
- enhancements
-
(noteworthy) new software
- ...
- noteworthy software updates
-
docs (open PRs + issues)
- ...
-
framework (open PRs + issues)\
-
enhancements
- versions checks to avoid mixing major versions across the EB repositories (PR #4520)
-
changes
- Prefer
$EBPYTHONPREFIXES
over$PYTHONPATH
(framework PR #4496) - add support for alternate easyconfig parameters/templates/constants (framework #4511)
- Standarize behaviour on CWD changes (PR #4525, PR #4390)
- Prefer
-
enhancements
-
easyblocks (open PRs + issues)
-
easyconfigs (open PRs + issues)
- Simon: made PR for "versions checks to avoid mixing major versions across the EB repositories" (PR #4520)
- Simon: check that PRs do not mix versions of framework and easyblock, or use the wrong repository version than what is targeted in the PR
- Alex: compatible with the proposed
easybuild_version
parameter for easyconfigs - Mikael: not keen on incentivice users to stick with old versions
- Simon: users mixing old easyblocks/easyconfigs with EB5 will get deprecation anyhow