Mikael Öhman
Mikael Öhman
We develop a tool that outputs synthetic microstructures directly as a *.dream3d data file, and after a bit of debugging, I realized that it was the HDF standard compression of...
I'd like to have the behavior opposite of auto-swap when loading additional modules. Creating a small example, with a shared `Dependency` and two software packages that use it: ``` mkdir...
(created using `eb --new-pr`)
First, we have been sloppy with versionsuffixes for Java. E.g. * `ant-1.10.12-Java-17.eb` * `Nextflow-22.04.0.eb` (depends on Java-11) * `ANTLR-2.7.7-GCCcore-11.3.0-Java-11.eb` (uses the "2022a" toolchain hierarchy default) * `Bazel-5.1.1-GCCcore-11.3.0.eb` (depends on Java-11)...
(created using `eb --new-pr`)
#4033 for background on ldd failing. For those with RPATH enabled, there is also sanity_check_rpath which also calls ldd: https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/framework/easyblock.py#L3009 Maxim Masterov in slack saw this when building `nodejs-16.15.1-GCCcore-11.3.0.eb` ```text...
I wanted to rebuild the module `XZ-5.2.5-GCCcore-9.3.0.eb`, it uses `gettext-0.20.1.eb` (from system level) as a builddep to resolve the circular dependency, but there is also a `gettext-0.20.1-GCCcore-9.3.0.eb` (which depends on...
Currently, EB won't find anything from your normal MODULEPATHs, only stuff that's in `--installpath-modules`. Not to bad for sysadmins to work around (just expand the MODULEPATH to also include the...
I think it would be as simple as just replacing the if-else block and using something like ```julia partials = ( FULL_BLOCK, LEFT_SEVEN_EIGHTHS_BLOCK, LEFT_THREE_QUARTERS_BLOCK, LEFT_HALF_BLOCK, LEFT_FIVE_EIGHTHS_BLOCK, LEFT_THREE_EIGHTHS_BLOCK, LEFT_ONE_QUARTER_BLOCK, LEFT_ONE_EIGHTH_BLOCK, '...