public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* gsl.pc file
@ 2010-02-08  9:12 PICCA Frédéric-Emmanuel
  2010-02-10 20:44 ` Brian Gough
  0 siblings, 1 reply; 2+ messages in thread
From: PICCA Frédéric-Emmanuel @ 2010-02-08  9:12 UTC (permalink / raw)
  To: gsl-discuss

Hello

I am using gsl for one of my library.

it use the multiroot hybrid solver and the simplex. so I do not use the gslcblas librari.

nevertheless the gsl.pc file contain -lgsl and -lgslcblas.

so using AX_GSL_PATH add necessarely the gslcbals library even if I do not use this library.

is it normal ?

is gsl using under the hood the gslcblas library ?

thanks


Frederic

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gsl.pc file
  2010-02-08  9:12 gsl.pc file PICCA Frédéric-Emmanuel
@ 2010-02-10 20:44 ` Brian Gough
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Gough @ 2010-02-10 20:44 UTC (permalink / raw)
  To: PICCA Frédéric-Emmanuel; +Cc: gsl-discuss

At Mon, 8 Feb 2010 10:11:31 +0100,
PICCA Frédéric-Emmanuel wrote:
> 
> Hello
> 
> I am using gsl for one of my library.
> 
> it use the multiroot hybrid solver and the simplex. so I do not use
> the gslcblas librari.
> 
> nevertheless the gsl.pc file contain -lgsl and -lgslcblas.
> 
> so using AX_GSL_PATH add necessarely the gslcbals library even if I
> do not use this library.
> 
> is it normal ?

It is normal, pkg-config does not look at the program so it does not
have any granularity.

> is gsl using under the hood the gslcblas library ?

Yes, it is used in the linalg routines -- so you might actually needed.

-- 
Brian Gough

GNU Scientific Library -
http://www.gnu.org/software/gsl/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-08  9:12 gsl.pc file PICCA Frédéric-Emmanuel
2010-02-10 20:44 ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).