Skip to content

Conference call notes 20170315

damianam edited this page Mar 15, 2017 · 12 revisions

(back to Conference calls)

Notes on the 72nd EasyBuild conference call, Wednesday March 15th 2017 (5pm - 6pm CET)

Attendees

Alphabetical list of attendees (6):

  • Damian Alvarez (JSC, Germany)
  • Markus Geimer (JSC, Germany)
  • Kenneth Hoste (HPC-UGent, Belgium)
  • Bart Oldeman (McGill University, Canada)
  • Shahzeb Siddiqui (Pfizer)
  • Davide Vanzo (Vanderbilt University)

Agenda

  • outlook to EasyBuild v3.1.2 (bugfix/update release)
  • update on automatic style checking for easyconfig PRs
  • IRC vs Slack for #easybuild chat channel
  • Python on GCCcore
  • Q&A

Notes

EasyBuild v3.1.2
Automatic style checking for easyconfig PRs
IRC vs Slack for #easybuild
  • obligatory XKCD: https://xkcd.com/1810
  • switch away from IRC to Slack?
  • support both channels?
    • OK for Kenneth, who is already using both IRC and Slack anyway
  • Kenneth: possible to interface both with bot
  • Davide: small issue with slack, it needs invitation, would have to figure out a way to make it work
Python in GCCcore with numpy, pandas, etc at top level
Q&A
  • Shahzeb: Is there a reason for the particular order in the python easyconfig? Why not using pip for python packages?
  • Kenneth: We want to keep control of which versions are installed
  • Shahzeb: Is there a way to start in a specific package (for packages with extensions)?
  • Kenneth, Damian: Yes, use --skip --force. But the module has to be there. Tricks: use --module-only or have a successful bare installation to add packages on top.
  • Markus: With PGI installation as an example: there are some files/directories that don't get proper permissions.
  • Kenneth: EB changes read permissions, not write permissions, so if the package is "broken" that way you'll have to fix it to manually remove it
  • Markus: The PGI easyblock creates an empty directory in the modules directory
Clone this wiki locally