-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20170315
Kenneth Hoste edited this page Mar 14, 2017
·
12 revisions
(back to Conference calls)
Notes on the 72nd EasyBuild conference call, Wednesday March 15th 2017 (5pm - 6pm CET)
Alphabetical list of attendees (xxx):
- Damian Alvarez (JSC, Germany)
- outlook to EasyBuild v3.1.2 (bugfix/update release)
- update on automatic style checking for easyconfig PRs
- Q&A
- bug fixes in framework, cfr. https://github.com/hpcugent/easybuild-framework/milestone/45?closed=1
- really fix problem of superfluous load statements with hierarchical module naming scheme
- fix broken packaging support, changes made in EasyBuild v3.1.1 broke the way in which
fpm
was being called - fixes for tests (cfr. https://github.com/hpcugent/easybuild-framework/issues/2154)
- easyblocks: https://github.com/hpcugent/easybuild-easyblocks/milestone/37?closed=1
- easyblock for QScintilla (https://github.com/hpcugent/easybuild-easyblocks/pull/1127)
- minor bug fixes, style fixes, enhancements in existing + a bunch of new easyconfigs, cfr. https://github.com/hpcugent/easybuild-easyconfigs/milestone/40?closed=1
- add patch to FFTW 3.3.6 to fix broken MPI Fortran03 interface
- lots of style fixes to make easyconfigs pass
eb --check-style
- don't use
$root
since it is not compatible with module files in Lua syntax - fix
$PYTHONPATH
in ROOT easyconfigs - new supported software (11): DBG2OLC, disambiguate, fqtrim, GFOLD, LSMS, L_RNA_scaffolder, PileOMeth, psycopg2, QGIS, QJson, QScintilla
- goal is to soon require that all easyconfigs in repository pass
eb --check-style
- enable checking of easyconfigs style in Travis
- NO strict requirement in
eb
itself
- WIP update to documentation @ https://github.com/hpcugent/easybuild/pull/311
- first need to make sure that all easyconfigs in
easybuild-easyconfigs
repository pass- now >90% done
-
--check-style
should also check order/grouping of easyconfig parameters