I don't remember if there's an easy way. `ggplotnim` has `-d:nolapack`. What that does there is simply avoid any calls to arraymancer that would depend on BLAS / LAPACK. Dead code elimination then makes it so that we don't actually depend on them. Datamancer pulls those in via arraymancer (same as ggplotnim, mind you). I'd normally have guessed that unless you explicitly make use of any functionality that requires it, the binary shouldn't depend on them. If you're referring to the message printed at compile time, you can just ignore it