New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/24097#discussion_r476708381 Comment: These spurious dependencies aren't really spurious. For some sensless reason, Julia doesn't fix its build system and works around some library issues by directly **copying the system libraries into** `usr/lib/julia` and modifying the rpaths. Even if we have to build openblas as part of Julia to support ILP64 (which never should have been the case---I don't know of a non-dead architeture that is natively ILP64---why would Julia impose this???), we should just *delete* the "vendored" clones it's made in `/usr/lib/julia` and, if we really need them, symlink to the system libraries.