-
Notifications
You must be signed in to change notification settings - Fork 149
Conference call notes 20161026
Kenneth Hoste edited this page Oct 26, 2016
·
4 revisions
(back to Conference calls)
Notes on the 62nd EasyBuild conference call, Wednesday October 26th 2016 (5pm - 6pm CET)
Alphabetical list of attendees (5):
- Kenneth Hoste (HPC-UGent)
- Adam Huffman (Francis Crick Institute, UK)
- Bart Oldeman (McGill University, Canada)
- Guilherme Peretti Pezzi (CSCS, Switzerland)
- Robert Schmidt (Canada)
- update on EasyBuild 3.0 roadmap: https://github.com/hpcugent/easybuild/issues/255
- little progress during last couple of weeks...
- update on RPATH: still WIP, see https://github.com/hpcugent/easybuild-framework/pull/1942
- compiling GCC 5.4.0 with
--rpathenabled fails with a weird problem...
- compiling GCC 5.4.0 with
- update on deprecating of old/inactive toolchains
- instruction set and cross compiling (e.g.
--enable-avx2for FFTW) - Q&A
- https://github.com/hpcugent/easybuild-framework/pull/1942
- building GCC 5.4.0 with --rpath enabled fails in a weird way
/usr/bin/install: cannot stat '.libs/libcc1.so.0.0.0': No such file or directory-
libtoolcommand that is supposed to generate that file is skipped somehow - no other errors found in the build log, nor in the rpath wrapper logs...
- https://gist.github.com/boegel/263ca62858b4785de533a6b50929e0e0
- e.g. with FFTW: configure with
--enable-avx2or not?