Ian McInerney
Ian McInerney
> Should we also be building from source - if source is available? The source is available, and there was a start at a recipe building from source in https://github.com/JuliaPackaging/Yggdrasil/pull/11896....
I'm confused by exactly what you are trying to package here. According to the upstream git repo (https://github.com/floooh/sokol), sokol is a header library, meaning it should just be packaging headers...
Ok, if you want to actually use these functions in Julia, then you probably do need to compile this into a library. Usually we see header only libraries used as...
Personally, I don't think we should be caring about build scripts located outside of Yggdrasil trying to find Yggdrasil's root. If someone is building a script that needs one of...
I think you can just remove the patch we are carrying in this update, since it looks like it was already incorporated upstream and so is now present in the...
Well, apparently NixOS just says to modify the headers and force `GNULIB_CLOSE` to be 1: https://github.com/NixOS/nixpkgs/pull/280197. That said, I don't know exactly what that sledgehammer is actually doing here, and...
libflame on its own is probably doable, but I am not sure it can fully be integrated into an LBT-based switching system on its own. According to the manual, the...
> Does FLAME provide a complete compatiblity with LAPACK? It would be nice to include it in Ygg. I actually just saw some discussion on this that happened in the...
The initial script in https://github.com/JuliaPackaging/Yggdrasil/pull/8671 was working on all the platforms except for macOS - on there is was somehow creating a dylib that had absolutely no functions at all....
The libflame build script is merged now.