I have all these libraries installed, and I have no problem install hmatrix and use it in regular haskell programs. But I would like to run my executable on another computer which do not have lapack and some other libraries. Currently I have to resort to setting up a virtual machine matching the target system where I compile my program, and then move it and shared libraries to the system.

On Sun, Sep 7, 2014 at 11:20 PM, Mikolaj Konarski <mikolaj@well-typed.com> wrote:
When I messed around with hmatrix I remember doing

sudo apt-get install libblas-dev libatlas-dev liblapack-dev libgsl0-dev

though that might have been an overkill.