Re: hmatrix-0.16.0.4 installation problem

2014-08-22 Thread Adrian Victor Crisciu
I tried the following command line:

cabal install --enable-documentation
--extra-include-dirs=/usr;local/include --extra-lib-dirs=/usr/local/lib
hmatrix

and got the following:

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

As I said before, the libraries for blas and lapack ARE in /usr/local/lib
and the header files ARE in /usr/local/include.

Is it possible for hmatrix to look for another version of atlas/blas and
lapack? I have installed atlas-3.3.8 and lapack-3.4.0

Adrian.
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: hmatrix-0.16.0.4 installation problem

2014-08-22 Thread Carter Schonwald
What Linux distro?  If you're on an unusual distro  You might just need to
patch the build process to look up the right names.

Also have you contacted the hmatrix maintainer to ask him for help. HMATRIX
does have an issue tracker on github etc

On Friday, August 22, 2014, Adrian Victor Crisciu acris...@gmail.com
wrote:

 I tried the following command line:

 cabal install --enable-documentation
 --extra-include-dirs=/usr;local/include --extra-lib-dirs=/usr/local/lib
 hmatrix

 and got the following:

 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

 As I said before, the libraries for blas and lapack ARE in /usr/local/lib
 and the header files ARE in /usr/local/include.

 Is it possible for hmatrix to look for another version of atlas/blas and
 lapack? I have installed atlas-3.3.8 and lapack-3.4.0

 Adrian.


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: hmatrix-0.16.0.4 installation problem

2014-08-22 Thread Edward Z . Yang
Excerpts from Adrian Victor Crisciu's message of 2014-08-22 10:55:00 +0100:
 I tried the following command line:
 
 cabal install --enable-documentation
 --extra-include-dirs=/usr;local/include --extra-lib-dirs=/usr/local/lib
 hmatrix

Is that semicolon a typo?

Edward
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: hmatrix-0.16.0.4 installation problem

2014-08-22 Thread Brandon Allbery
On Fri, Aug 22, 2014 at 10:38 AM, Edward Z. Yang ezy...@mit.edu wrote:

  cabal install --enable-documentation
  --extra-include-dirs=/usr;local/include --extra-lib-dirs=/usr/local/lib
  hmatrix

 Is that semicolon a typo?


It kinda has to be, they'd have gotten rather more interesting errors
otherwise.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users