Mikael Öhman
Mikael Öhman
(created using `eb --new-pr`) After failing to convince ABAQUS to add a license file I eventually found this way works. LM_LICENSE_FILE is also : seperated path variable, I verified that...
We currently have a wide selection of license variable names in use. Grepping through the easyblocks we find for example: ``` LM_LICENSE_FILE INTEL_LICENSE_FILE ABAQUSLM_LICENSE_FILE EB_MATLAB_LICENSE_SERVER LMCOMSOL_LICENSE_FILE ``` so, it's either...
All the trivial cases cleaned up here. Some others i could potentially partly clean up, which uses a mix of several PYTHONPATH (standard + nonstandard location, Spark is an example...
Some of these might actually work for now, but will likely break when some dep updates and requires newer compiler features. This has happened to some of these already, so...
(created using `eb --new-pr`) see https://github.com/easybuilders/easybuild-easyconfigs/issues/20718
(created using `eb --new-pr`) see https://github.com/easybuilders/easybuild-easyconfigs/issues/20718
So, anything using rust that doesn't use the `cargo*.py` easyblocks most certainly already doesn't work, or won't work in the near future. Retroactively fixing them is hard; the cargo lock...
(created using `eb --new-pr`) - [ ] depends on #20265
Alternative approach, don't attempt to rewrite paths, instead generate them directly. Will of course require some easyblocks (primarily pythonpackage and pythonbundle) to adapt by using these new options, though they...
I was testing a `eb ParaView-5.12.0-foss-2023a.eb --module-only --rebuild` with 5.0.x and forgot that it now does rpath by default (I don't think trace affects this?), so, it printed 68k lines...