-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20160217
Kenneth Hoste edited this page Feb 17, 2016
·
1 revision
(back to Conference calls)
Notes on the 45th EasyBuild conference call, Wednesday February 17th 2016 (5pm - 5.30pm CEST)
Alphabetical list of attendees (4):
- Damian Alvarez Mallon (JSC, Germany)
- Kenneth Hoste (HPC-UGent, Belgium)
- Alan O'Cais (JSC, Germany)
- Robert Schmidt (OHRI, Canada)
- overview of recently implemented/WIP features
eb --show-config
-
%(pyver)s
,%(pyshortver)s
etc. templates -
eb --install-github-token
(WIP) -
eb --check-github
(WIP)
- update on RPATH support (WIP)
- Q&A
-
eb --show-config
: https://github.com/hpcugent/easybuild-framework/pull/1611- broken in
develop
?!
- broken in
-
%(pyver)s
& co templates: https://github.com/hpcugent/easybuild-framework/pull/1595 -
eb --install-github-token
,eb --check-github
- makes it easier to start using
--new-pr
& co - https://github.com/hpcugent/easybuild-framework/pull/1616
- gists check in
--check-github
is broken?
- makes it easier to start using
- first steps with
ld
wrapper implemented in https://github.com/hpcugent/easybuild-framework/pull/1613 - TODO:
- add sanity check (using https://github.com/eliben/pyelftools)
- allow different rpath methods: env, ld wrapper, compilers wrappers (and support enabling multiple ones at the same time)
- ensure there's no
$LD_LIBRARY_PATH
statements in modules (and check for it when loading dep modules)
- fix support for
--minimal-toolchains
- currently doesn't work with
HierarchicalMNS
& co, considering minimal toolchains happens too late - cfr. https://github.com/hpcugent/easybuild-framework/issues/1606
- PR to fix: https://github.com/hpcugent/easybuild-framework/pull/1614
- dedicated end-to-end test for
--minimal-toolchains
(w/HierarchicalMNS
would be nice to have) - also includes others related fixes
- fix for
GCCcore
not being considered because it's only a dep (not a toolchain): https://github.com/hpcugent/easybuild-framework/pull/1576 - considering existing modules in reverse order: https://github.com/hpcugent/easybuild-framework/pull/1579
- fix for
- currently doesn't work with