hmatrix-0.16.0.4 installation problem
Edward Z. Yang
ezyang at mit.edu
Thu Aug 21 13:29:55 UTC 2014
Hello Adrian,
Are the header files for blas and lapack on your system? (I'm not sure
what the configure script for other software was checking for.)
Edward
Excerpts from Adrian Victor Crisciu's message of 2014-08-21 14:22:58 +0100:
> Sorry!
>
> This is the the failed cabal install command and its output: The blas
> (libcblas.so) and lapack (both liblapack.a and liblapack.so) are in
> /usr/local/lib64, so they can be easily found. And the configure script for
> other software did found them.
>
> cabal install --enable-documentation hmatrix
>
> Resolving dependencies...
> Configuring hmatrix-0.16.0.4...
> cabal: Missing dependencies on foreign libraries:
> * Missing C libraries: blas, lapack
> This problem can usually be solved by installing the system packages that
> provide these libraries (you may need the "-dev" versions). If the libraries
> are already installed but in a non-standard location then you can use the
> flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
> Failed to install hmatrix-0.16.0.4
> cabal: Error: some packages failed to install:
> hmatrix-0.16.0.4 failed during the configure step. The exception was:
> ExitFailure 1
>
> Adrian-Victor
More information about the Glasgow-haskell-users
mailing list