OctopiChalmers / dragen

Branching processes for QuickCheck generators
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Does this really require BLAS and LAPACK? #3

Closed igrep closed 5 years ago

igrep commented 5 years ago

README says:

Please make sure you have BLAS and LAPACK installed in your system before compiling.

But no problem happened when I tried to run stack test without installing them. The test was successfully built.

Why does README say that?

igrep commented 5 years ago

Looks like that you used to depend on BLAS and LAPACK: https://github.com/OctopiChalmers/dragen/commit/628fad86248d5e7699976e1174bf81625ff9ddc2

So can I delete the line from README?

agustinmista commented 5 years ago

Hi! Indeed, we used to depend on those system libraries. So. yes! feel free to submit a PR whenever you want!