Keno Fischer
Keno Fischer
Needs to be updated with the BBB commit from https://github.com/JuliaPackaging/BinaryBuilderBase.jl/pull/257 once that's merged, but should work otherwise.
Pulls in FlangClassic for the fortran parts and currently doesn't build the assembly kernels when built for sanitizers, but does appear to work well. Obviously, it's a bit messy, but...
I think it would be interesting to offer to provide smoke test CI for our upstream repositories. We've regularly noticed that a number of our upstreams don't CI several of...
It works fine on 1.6.2 with identical versions of dependencies. Did we upgrade CompilerSupportLibraries? It would be worth figuring out what exactly the issue is, since we don't expect patch...
This pull request contains a new build recipe I built using the BinaryBuilder.jl wizard: * Package name: alive2 * Version: v0.1.0 @staticfloat please review and merge.
It's not uncommon to discover that the default 4.8.5 gcc compiler in the wizard is too old to compile the project. There should be a `bb` command to change the...
See e.g. https://github.com/JuliaPackaging/Yggdrasil/pull/4271. When the wizard creates a patch from source modifications, it should ignore `.git` directories in the source tree.
``` ┌ Warning: Opening file with JLD2.MmapIO failed, falling back to IOStream └ @ JLD2 ~/.julia/packages/JLD2/DcnTD/src/JLD2.jl:230 ┌ Error: SystemError("opening file \"/home/keno/.julia/scratchspaces/12aac903-9f7c-5d81-afc2-d9565ea332ae/wizard_state/wizard.state\"", 2, nothing) └ @ BinaryBuilder.Wizard ~/.julia/packages/BinaryBuilder/37TM4/src/Wizard.jl:78 ``` Presumably we...
Usually in that case something went wrong, so it would be useful to have a shell to look around at what actually happened.