Re: [R-pkg-devel] [Re] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-18 Thread Pierre Lafaye de Micheaux
many production servers). Thank you again all for sharing your precious time. Kind regards, Pierre L. From: Tomas Kalibera Sent: Friday, 18 December 2020 19:14 To: Pierre Lafaye de Micheaux ; Ivan Krylov Cc: R Package Devel Subject: Re: [R-pkg-devel] [Re] w

Re: [R-pkg-devel] [Re] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-17 Thread Pierre Lafaye de Micheaux
work. Have a nice day. Kind regards, Pierre From: Ivan Krylov Sent: Friday, 18 December 2020 18:16 To: Pierre Lafaye de Micheaux Cc: Tomas Kalibera ; Prof Brian Ripley ; R Package Devel Subject: Re: [R-pkg-devel] [Re] warning: type of �zhpevx_� does not match

Re: [R-pkg-devel] [Re] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-17 Thread Pierre Lafaye de Micheaux
Of course, I meant: double _Complex *Cap; memcpy(&Cap, &ap, sizeof(ap)); and not double _Complex *Cap; memcpy(&ap, &Cap, sizeof(ap)); Best regards, Pierre From: R-package-devel on behalf of Pierre Lafaye de Micheaux Sent: Fri

[R-pkg-devel] [Re] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-17 Thread Pierre Lafaye de Micheaux
F77_CALL(zhpevx)(JOBZ, RANGE, UPLO, &n[0], Cap, &vl[0], &vu[0], &il[0], &iu[0], &abstol[0], &m[0], w, Cz, &ldz[0], Cwork, rwork, iwork, ifail, &info[0]); delete[] JOBZ; delete[] RANGE; delete[] UPLO; delete[] Cap; delete[] Cz; d

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-14 Thread Pierre Lafaye de Micheaux
regards, Pierre L. From: Tomas Kalibera Sent: Tuesday, 7 July 2020 15:43 To: Pierre Lafaye de Micheaux Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch] My

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
c:\tmp\fortran>gcc -flto -DUSE_LONG_LONG main.c sub.f -lgfortran Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Jul 6, 2020 at 4:39 PM Pierre Lafaye de Micheaux wrote: > > Hello Bill, > > Thank you for your insight. > > First, my impression, is that the problem co

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
w, z, &ldz[0], work, rwork, iwork, ifail, &info[0], strlen(cjobz), strlen(crange), strlen(cuplo)); Do you see anything wrong with the above? Thank you Best Pierre ____ From: William Dunlap Sent: Tuesday, 7 July 2020 08:36 To: Pierre Lafaye de Micheaux Cc: Ivan

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
Thank you in advance for any other advice. Best regards, Pierre From: Ivan Krylov Sent: Tuesday, 7 July 2020 06:11 To: Pierre Lafaye de Micheaux Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] warning: type of �zhpevx_� does not match original d

[R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-04 Thread Pierre Lafaye de Micheaux
e downloaded here: http://biostatisticien.eu/IndependenceTests_0.5.tar.gz My system: Linux Debian 10 Buster Last version of R-devel Many thanks in advance for your help. Best regards, Pierre Lafaye de Micheaux Associate Professor UNSW Sydney Co-op Academic Coordinator for Data Science & Decisions an

Re: [R-pkg-devel] Problem (with complex.h?) under Microsoft Windows

2016-01-03 Thread Pierre Lafaye de Micheaux
eople on the Rcpp list would know... Duncan Murdoch Best regards, Pierre L. Le 13/11/2015 21:36, Duncan Murdoch a écrit : On 13/11/2015 11:24 AM, Pierre Lafaye de Micheaux wrote: Dear all, I created a new version of the package IndependenceTests where I call some C and Fortran functions (u

Re: [R-pkg-devel] Problem (with complex.h?) under Microsoft Windows

2016-01-02 Thread Pierre Lafaye de Micheaux
this might prevent me from having to put the Faddeeva source files in my own package but it did not work ... Best regards, Pierre L. Le 13/11/2015 21:36, Duncan Murdoch a écrit : On 13/11/2015 11:24 AM, Pierre Lafaye de Micheaux wrote: Dear all, I created a new version of the package I

[R-pkg-devel] Problem (with complex.h?) under Microsoft Windows

2015-11-13 Thread Pierre Lafaye de Micheaux
ease point me to something (e.g., another package) that might help me solve the problem? If possible, I would like to avoid invest too much time using the new .Call() interface because I am quite familiar with the old .C(). And also I am not even sure if it would help solving the problem. Bes