Mikael Öhman

Results 81 issues of 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...

enhancement

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...

change request
EasyBuild-5.0

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...

EasyBuild-5.0

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...

EasyBuild-5.0

(created using `eb --new-pr`) see https://github.com/easybuilders/easybuild-easyconfigs/issues/20718

update

(created using `eb --new-pr`) see https://github.com/easybuilders/easybuild-easyconfigs/issues/20718

update

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...

problem report
EasyBuild-5.0

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...

feature
EasyBuild-5.0
EasyBuild-5.0-blocker

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...

change request
EasyBuild-5.0
EasyBuild-5.0-blocker