Maxime Boissonneault

Results 41 issues of Maxime Boissonneault

This can save valuable time when only the extensions require multi_deps. For example, this could be used to install Matlab, or TensorRT with python bindings, without re-installing those for each...

enhancement

Hi, Our institution frowns upon installing software packages that don't have releases. I see that the latest release of SDSL-LITE dates from 2016, while you have numerous commits since then....

This PR allows a few tings 1) For my build, CMake failed to find the fortran headers for NetCDF unless I make their location explicit through NetCDF_INCLUDES 2) CMake will...

enhancement

I introduce `is_extend`, `is_dot_org` and `is_dot_com`, and use them to simplify the logic which was becoming rather unwieldy with version comparisons. The second commit is to update OpenFOAM's list of...

update
code cleanup

In the `boost.py` EasyBlock, this code was added recently by @branfosj, @lexming and @boegel ``` > lib_mt_suffix = '-mt' > # MT libraries gained an extra suffix from v1.69.0 onwards...

I am trying to install TensorRT, which supports multiple versions of python. I want to use `multi_deps` The problem is that the `tensorrt.py` EasyBlock is based on a binary. Extracting...

bug report

It can not be automatic as users type a letter. An option could be to run `module --terse spider` to get a list of modules and keep it to compare...

help wanted