SciNim / nimblas

BLAS for Nim
http://scinim.github.io/nimblas
Apache License 2.0
42 stars 5 forks source link

Improve "Using BLAS library" message #11

Closed AngelEzquerra closed 7 months ago

AngelEzquerra commented 8 months ago

This is a pretty small PR with a little tweak to the "Using BLAS library" message.

The previous message was a little confusing when the used lib name was a pattern rather than a filename. With this change we will indicate that the lib name is a "pattern". Additionally, this makes a small change to one of the prefixes (to make it a tiny bit more readable) and to one of the suffixes (to remove a duplicated empty pattern).

Vindaar commented 7 months ago

Thanks!