Timo Wilken
Timo Wilken
Hi, I've just upgraded to Nextcloud Maps v0.2.0 (on Nextcloud 24.0.3). I'm using Firefox 100.0.2 on Linux. The same problem occurs in Chromium 103.0.5060.134 on Linux. I have a valid...
### Nomad version Output from `nomad version`: `Nomad v1.3.3 (428b2cd8014c48ee9eae23f02712b7219da16d30)` ### Operating system and Environment details CentOS 7; Nomad installed from Hashicorp Stable RPM repo and run via the bundled...
For development packages, we cannot see what's changed between runs, so always rebuild the package in that case, and rely on e.g. CMake to figure out if anything needs to...
This is useful for CI, as we can show this log to the user if it exists, to indicate build failures due to failed git commands. The log file should...
If two aliBuild instances are building the same package at the same time and uploading it to S3, make sure that only one can upload at a time, and abort...
I've been working on [a linter for alidist recipes](https://github.com/TimoWilken/alidistlint) occasionally (when I've had time between other things). It takes a recipe, feeds the header through yamllint, any scripts through shellcheck,...
In addition to the required changes (removing `override:` and adding `O2Physics` dependency), I also took the opportunity to fix shell quoting issues in the build recipe.
Cc: @ktf Instead of overriding the tag in every defaults-*.sh file, just specify it once. I've left ROOT5 defaults alone. Unfortunately, it turns out that the current aliBuild **cannot** reuse...
This is a very large package (~5 GiB), so I didn't put it in Python-modules-list (though it could also go there, in theory, if the `CMAKE_PREFIX_PATH` mangling is ported over)....
We use el7-built Python binaries on el9 as well, but there, only libcrypt.so.2 is available (as opposed to libcrypt.so.1 on el7). However, loading .so.2 runtime still works, so patchelf the...