New comment by non-Jedi on void-packages repository https://github.com/void-linux/void-packages/pull/35270#issuecomment-1029585127 Comment: Where I'm stuck at with this right now is that julia's build system seems to want to build all dependencies regardless of which `USE_SYSTEM_*` flags are set. This of course means that it tries to build libblastrampoline as a vendored dep which isn't successful without the flags I have set in the template for that package, so I haven't gotten julia 1.7 to successfully build at all yet. I'm going to ask around; feel like I must be doing something wrong.