automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing for GSL


From: Gerald I. Evenden
Subject: Re: Testing for GSL
Date: Sun, 17 May 2009 16:49:44 -0400
User-agent: KMail/1.9.10

On Sunday 17 May 2009 2:52:17 pm Ralf Wildenhues wrote:
> Hello Gerald,
>
> * Gerald I. Evenden wrote on Sun, May 17, 2009 at 08:40:46PM CEST:
> > Has anyone successfully written a configure.ac that successfully tests
> > for the Gnu Scientific Library (aka GSL)?
>
> AFAIK the GSL package distributes a macro for checking for its library.
> Have you tried it?
>
> Cheers,
> Ralf

Many, many thanks.  The solution was:

AC_CHECK_LIB([m],[cos])
AC_CHECK_LIB([gslcblas],[cblas_dgemm])
AC_CHECK_LIB([gsl],[gsl_blas_dgemm])

Have a great weekend.  What's left of it.

-- 
The whole religious complexion of the modern world is due
to the absence from Jerusalem of a lunatic asylum.
-- Havelock Ellis (1859-1939) British psychologist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]