DlangScience / scid

Scientific library for the D programming language
Boost Software License 1.0
90 stars 31 forks source link

Remove blas #35

Closed 9il closed 8 years ago

kyllingstad commented 8 years ago

I don't think this is right. If you link dynamically against liblapack.so, it will usually require libblas.so to be present. And anyway, if you link statically against liblapack.a, you definitely need libblas.a.