Hello Susi,

Thank for your email.
For me it is difficult to work on the issues:
This what I got:

cc1: warning: unrecognized command line option '-Wno-gnu'
xs/BSpline_wrap.1.16.c: In function '_wrap_gsl_bspline_deriv_eval':
xs/BSpline_wrap.1.16.c:3277:19: error: too many arguments to function 
'gsl_bspline_deriv_eval'
     result = (int)gsl_bspline_deriv_eval(arg1,arg2,arg3,arg4,arg5);
                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from xs/BSpline_wrap.1.16.c:1844:0:
/usr/include/gsl/gsl_bspline.h:107:1: note: declared here
 gsl_bspline_deriv_eval(const double x,
 ^~~~~~~~~~~~~~~~~~~~~~
xs/BSpline_wrap.1.16.c: In function '_wrap_gsl_bspline_deriv_eval_nonzero':
xs/BSpline_wrap.1.16.c:3361:19: error: too many arguments to function 
'gsl_bspline_deriv_eval_nonzero'
     result = 
(int)gsl_bspline_deriv_eval_nonzero(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xs/BSpline_wrap.1.16.c:1844:0:
/usr/include/gsl/gsl_bspline.h:113:1: note: declared here
 gsl_bspline_deriv_eval_nonzero(const double x,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xs/BSpline_wrap.1.16.c: At top level:
cc1: warning: unrecognized command line option '-Wno-gnu'
error building .o file from 'xs/BSpline_wrap.1.16.c' at inc/GSLBuilder.pm line 
326.
error: Bad exit status from /var/tmp/rpm-tmp.Cyehon (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.Cyehon (%build)



I may understand the issue:
the functions (like gsl_bspline_deriv_eval) have been mofidied (the workspace
is specified outside of the call). THus, probably a call to 2 different 
functions
is now required.
I am not sure to be able to manage this properly.
I already contacted Leto about it (he opened a case in Nov. 2015!)
He said that he busy.
The file xs/BSpline_wrap.1.16.c is probably generated by swig and
I am not familiar with swig!

If somebody put me on the way, maybe I can do something.

My Best.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================


> Sent: Wednesday, August 03, 2016 at 8:17 AM
> From: "Susi Lehtola" <jussileht...@fedoraproject.org>
> To: "Community support for Fedora users" <users@lists.fedoraproject.org>
> Subject: Re: gsl-2
>
> 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 this package is not ready to make the changes
> > required by the new version of gsl and I have several crucial
> > applications based on gsl and perl-Math::GSL.
> > Is there any way to install gsl-1 with fc24 ?
> 
> ... Going back to your original question, it would seem that adapting 
> perl-Math::GSL to be compatible with GSL 2 would be the much easier 
> route. GSL 2.x isn't that much different from GSL 1.x, only some 
> functions have had their APIs changed.
> 
> Also, it would seem that there's already work towards GSL 2.x support
> https://github.com/leto/math--gsl/issues/89
> -- 
> Susi Lehtola
> Fedora Project Contributor
> jussileht...@fedoraproject.org
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to