Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

In Debian packages it's possible to attach a different license per file or per file group. I think that could be a useful extension to our current way of adding...

We sometimes have a situation where a package is exactly pinning a subpackage and the pinned subpackage has multiple variants. If the matrix is not the same for the pacakge...

I really like the build scripts of the `spack` project. Instead of writing a bash or cmd.exe script, they have the build instructions in Python. More specifically they have a...

I just saw that in the Abseil recipe for Spack they have a cxx standard feature (either one of 11, 14, 17, 20). That is a non-boolean feature and boa...

If we have a run_exports of a given package, the run constraint is always overwritten. Instead, we should probably add it as an additional dependency if we have a constraint...

Currently running into a problem on the `lua-feedstock` where the cross-compiled library doesn't actually work on `osx-arm64` because it's regular `osx-64`.

For some reason, running boa (with a different recipe) after a failed build on Windows seem to leak some environment variables. The build seems to try to build the previous...