Re: gsl

2022-08-09 Thread Jerry James
On Tue, Aug 9, 2022 at 8:33 AM Patrick Dupre wrote: > I am currentyly running gsl-2.6 > I am trying to install gsl-2.7 > However, qag.c is not delivered by gsl nor gsl-devel (in > gsl-2.6-6.fc36.x86_64) Like Richard already said, qag.c is a source file, not a binary file that would be installed

Re: gsl

2022-08-09 Thread George N. White III
On Tue, Aug 9, 2022 at 10:23 AM Patrick Dupre wrote: > Hello, > > I get an error > gsl: qag.c:247: ERROR: roundoff error prevents tolerance from being achieve > Then, I tried to see where is this file > qag.c > > Unfortunately > dnf repoquery --whatprovides 'qag.c' > > does not provide the inform

Re: gsl

2021-06-21 Thread José Abílio Matos
On Saturday, June 19, 2021 2:38:02 PM WEST Patrick Dupre wrote: > Hello, > > There is a new version of gsl (2.7). > http://www.gnu.org/software/gsl/ > > What are the plans to have it available in fc34? Historically all the new releases of gsl where never released in stable distributions. I am

Re: gsl-2

2016-08-03 Thread Patrick Dupre
82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France === > Sent: Wednesday, August 03, 2016 at 8:17 AM > From: "Susi Lehtola" > To: "Community support for Fedora users" > Subject: Re: gsl-2 > > On 08/01

Re: gsl-2

2016-08-02 Thread Susi Lehtola
On 08/01/2016 12:34 PM, Patrick Dupre wrote: Hello, Since I update fc22 to fc24 I am in trouble with several of my applications which require gsl. Actually, gsl has been updated from 1 to 2 with major changes. It results that perl-Math::GSL is not anymore compatible with gsl-2. The maintainer of

Re: gsl-1 and gsl-2

2016-08-02 Thread Patrick Dupre
Community support for Fedora users" > Subject: Re: gsl-1 and gsl-2 > > On 08/02/2016 01:24 AM, Patrick Dupre wrote: > > Hello, > > > > Is it possible to install gsl-1 and gsl-2 with fc24 ? > > > > Thank for your help > > Not as (standard) rpms. But you can

Re: gsl-1 and gsl-2

2016-08-02 Thread Susi Lehtola
On 08/02/2016 01:24 AM, Patrick Dupre wrote: Hello, Is it possible to install gsl-1 and gsl-2 with fc24 ? Thank for your help Not as (standard) rpms. But you can compile gsl-1 by hand if you really need it. Or, another alternative would be to install a distribution with the older software

Re: gsl-2

2016-08-01 Thread stan
On Mon, 1 Aug 2016 21:34:18 +0200 "Patrick Dupre" wrote: > Hello, > > Since I update fc22 to fc24 I am in trouble with several of my > applications which require gsl. > Actually, gsl has been updated from 1 to 2 with major changes. > It results that perl-Math::GSL is not anymore compatible with

Re: gsl-2

2016-08-01 Thread Patrick Dupre
Actually, I found a gsl-1.16-18.fc24.i686.rpm but not the gsl-devel-1.16-18.fc24.i686.rpm ! === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Unive

Re: gsl

2015-06-06 Thread Susi Lehtola
On 06/06/2015 04:29 PM, Patrick Dupre wrote: Thank, I know the fdfsolver works fine but not the fsolver which do not require the derivatives It's still not implemented in gsl. This question has nothing to do with Fedora. If you're not happy with the advice I gave you about using finite dif

Re: gsl

2015-06-06 Thread Patrick Dupre
rday, June 06, 2015 at 10:54 PM > From: "Veli-Pekka Kestilä" > To: "Community support for Fedora users" > Subject: Re: gsl > > On 4.6.2015 16:23, Patrick Dupre wrote: > > > > ===

Re: gsl

2015-06-06 Thread Veli-Pekka Kestilä
Underwood" To: "Community support for Fedora users" Subject: Re: gsl On 3 June 2015 at 22:23, Patrick Dupre wrote: Hello, Can somebody help me? This short piece of code fails. It seems to be due to the gsl library! Thank for your help. #include int main () { const

Re: gsl

2015-06-04 Thread Susi Lehtola
On 06/04/2015 11:11 AM, Patrick Dupre wrote: Well, the same stands for multifit_fsolver: documentation exists in the manual. https://www.gnu.org/software/gsl/manual/html_node/Minimization-Algorithms-without-Derivatives.html#Minimization-Algorithms-without-Derivatives So it seems gsl doesn't hav

Re: gsl

2015-06-04 Thread Patrick Dupre
pport for Fedora users" > Subject: Re: gsl > > On 06/04/2015 09:28 AM, Patrick Dupre wrote: > >>> This is not new. > >>> > >>> Somebody already asked but did not get the answer! > >>> > >>> http://stackoverflow.com/questions/2

Re: gsl

2015-06-04 Thread Susi Lehtola
On 06/04/2015 09:28 AM, Patrick Dupre wrote: This is not new. Somebody already asked but did not get the answer! http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl gsl has an excellent manual. All of this is covered, with examples, at https://www.gnu.org/softwa

Re: gsl

2015-06-04 Thread Patrick Dupre
pport for Fedora users" > Subject: Re: gsl > > On 06/04/2015 07:50 AM, Patrick Dupre wrote: > > Hello, > > > > This is not new. > > > > Somebody already asked but did not get the answer! > > > > http://stackoverflow.com/questions/24672293/

Re: gsl

2015-06-04 Thread Susi Lehtola
On 06/04/2015 07:50 AM, Patrick Dupre wrote: Hello, This is not new. Somebody already asked but did not get the answer! http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl gsl has an excellent manual. All of this is covered, with examples, at https://www.gnu.or

Re: gsl

2015-06-04 Thread Matthew Miller
On Thu, Jun 04, 2015 at 04:50:22PM +0200, Patrick Dupre wrote: > This is not new. > Somebody already asked but did not get the answer! > http://stackoverflow.com/questions/24672293/how-do-i-set-the-fsolver-type-in-gsl Excellent. You can draw more attention to that question by: 1. Voting it up 2.

Re: gsl

2015-06-04 Thread Patrick Dupre
ue, France === > Sent: Thursday, June 04, 2015 at 4:36 PM > From: "Matthew Miller" > To: "Community support for Fedora users" > Subject: Re: gsl > > On Thu, Jun 04, 2015 at 10:39:00AM +0200, Patrick Dupre wrote: > > Who is

Re: gsl

2015-06-04 Thread Matthew Miller
On Thu, Jun 04, 2015 at 10:39:00AM +0200, Patrick Dupre wrote: > Who is in charge of this package? So, you can find that in Fedora's Package DB; in this case, here: However, I don't think this is a packaging problem. If it's a *bug*, the packag

Re: gsl

2015-06-04 Thread Patrick Dupre
8 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France === > Sent: Thursday, June 04, 2015 at 3:53 PM > From: "Fred Smith" > To: users@lists.fedorap

Re: gsl

2015-06-04 Thread Patrick Dupre
ra" > To: "Community support for Fedora users" > Subject: Re: gsl > > I am late to this thread and confused: isn't there an example in the manual? > > https://www.gnu.org/software/gsl/manual/html_node/Example-programs-for-Nonlinear-Least_002dSquares-Fi

Re: gsl

2015-06-04 Thread Ranjan Maitra
(33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 > > 189A, avenue Maurice Schumann | | 59140 Dunkerque, France > > ======= > > > > > > > Sent: Thursday, June 04, 2015 at 3:15 PM > > > From: "Fred Smith" > > > To:

Re: gsl

2015-06-04 Thread Fred Smith
; Sent: Thursday, June 04, 2015 at 3:15 PM > > From: "Fred Smith" > > To: users@lists.fedoraproject.org > > Subject: Re: gsl > > > > On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote: > > > On 3 June 2015 at 22:23, Patrick Dupre wrote: >

Re: gsl

2015-06-04 Thread Patrick Dupre
kerque, France === > Sent: Thursday, June 04, 2015 at 3:15 PM > From: "Fred Smith" > To: users@lists.fedoraproject.org > Subject: Re: gsl > > On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote: > > On 3 June

Re: gsl

2015-06-04 Thread Patrick Dupre
Community support for Fedora users" > Subject: Re: gsl > > On 3 June 2015 at 22:23, Patrick Dupre wrote: > > Hello, > > > > Can somebody help me? > > > > This short piece of code fails. > > It seems to be due to the gsl library! > > > > Thank

Re: gsl

2015-06-04 Thread Fred Smith
On Thu, Jun 04, 2015 at 02:01:41PM +0100, Jonathan Underwood wrote: > On 3 June 2015 at 22:23, Patrick Dupre wrote: > > Hello, > > > > Can somebody help me? > > > > This short piece of code fails. > > It seems to be due to the gsl library! > > > > Thank for your help. > > > > #include > > > > int

Re: gsl

2015-06-04 Thread Jonathan Underwood
On 3 June 2015 at 22:23, Patrick Dupre wrote: > Hello, > > Can somebody help me? > > This short piece of code fails. > It seems to be due to the gsl library! > > Thank for your help. > > #include > > int main () { > const gsl_multifit_fsolver_type *T_ ; > gsl_multifit_fsolver *s_ = gsl_multif

Re: gsl

2015-06-04 Thread Patrick Dupre
pport for Fedora users" > Subject: Re: gsl > > On 06/03/2015 03:53 PM, Rick Stevens wrote: > > On 06/03/2015 03:19 PM, Patrick Dupre wrote: > >> Execution: > >> Segmentation fault (core dumped) > >> > >> it is linked with gsl and math library.

Re: gsl

2015-06-03 Thread Rick Stevens
nd if the function is supposed to fill in whatever that's pointing at with a value is also a problem as you've declared it as a "const", meaning you can't assign data to it at run time. Sent: Wednesday, June 03, 2015 at 11:33 PM From: "Rick Stevens" To: &quo

Re: gsl

2015-06-03 Thread Rick Stevens
nitialized. Not knowing the API for gsl_multifit_fsolver_alloc(), I have no idea what params it's expecting, but that's a pretty good one to start looking at. Sent: Wednesday, June 03, 2015 at 11:33 PM From: "Rick Stevens" To: "Community support for Fedora users" Subj

Re: gsl

2015-06-03 Thread Patrick Dupre
ue, France === > Sent: Wednesday, June 03, 2015 at 11:33 PM > From: "Rick Stevens" > To: "Community support for Fedora users" > Subject: Re: gsl > > On 06/03/2015 02:23 PM, Patrick Dupre wrote: > > Hello, > >

Re: gsl

2015-06-03 Thread Rick Stevens
On 06/03/2015 02:23 PM, Patrick Dupre wrote: Hello, Can somebody help me? This short piece of code fails. It seems to be due to the gsl library! Thank for your help. #include int main () { const gsl_multifit_fsolver_type *T_ ; gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_,

Re: gsl

2010-07-18 Thread JD
On 07/18/2010 10:38 AM, Suvayu Ali wrote: > On Sunday 18 July 2010 09:48 AM, Patrick Dupre wrote: >> On Sun, 18 Jul 2010, Rahul Sundaram wrote: >> >>> On 07/18/2010 09:44 PM, Patrick Dupre wrote: On Sun, 18 Jul 2010, Rahul Sundaram wrote: > On 07/18/2010 08:23 PM, Patrick Dupre wrot

Re: gsl

2010-07-18 Thread Suvayu Ali
On Sunday 18 July 2010 09:48 AM, Patrick Dupre wrote: > On Sun, 18 Jul 2010, Rahul Sundaram wrote: > >> On 07/18/2010 09:44 PM, Patrick Dupre wrote: >>> On Sun, 18 Jul 2010, Rahul Sundaram wrote: >>> On 07/18/2010 08:23 PM, Patrick Dupre wrote: > Hello, > > I am looking for the gsl

Re: gsl

2010-07-18 Thread Patrick Dupre
On Sun, 18 Jul 2010, Rahul Sundaram wrote: On 07/18/2010 09:44 PM, Patrick Dupre wrote: On Sun, 18 Jul 2010, Rahul Sundaram wrote: On 07/18/2010 08:23 PM, Patrick Dupre wrote: Hello, I am looking for the gsl sources. There are not in gsl neither in gsl-devel. Is the only option to install g

Re: gsl

2010-07-18 Thread Rahul Sundaram
On 07/18/2010 09:44 PM, Patrick Dupre wrote: > On Sun, 18 Jul 2010, Rahul Sundaram wrote: > >> On 07/18/2010 08:23 PM, Patrick Dupre wrote: >>> Hello, >>> >>> I am looking for the gsl sources. There are not in gsl neither in >>> gsl-devel. >>> Is the only option to install gsl-1.14.tar.gz ? >> >> y

Re: gsl

2010-07-18 Thread Patrick Dupre
On Sun, 18 Jul 2010, Rahul Sundaram wrote: On 07/18/2010 08:23 PM, Patrick Dupre wrote: Hello, I am looking for the gsl sources. There are not in gsl neither in gsl-devel. Is the only option to install gsl-1.14.tar.gz ? yumdownloader --source gsl Thank of course, but it does not install th

Re: gsl

2010-07-18 Thread Rahul Sundaram
On 07/18/2010 08:23 PM, Patrick Dupre wrote: > Hello, > > I am looking for the gsl sources. There are not in gsl neither in > gsl-devel. > Is the only option to install gsl-1.14.tar.gz ? yumdownloader --source gsl Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change