Re: [Rd] complex tests failure

2017-05-07 Thread Kasper Daniel Hansen
Great! Works for me on RHEL6. Best, Kasper On Fri, May 5, 2017 at 9:23 AM, Tomas Kalibera wrote: > Thanks for the report, handled in configure in 72661 (R-devel). > I'll also port to R-patched. > > Best > Tomas > > > On 05/04/2017 03:49 PM, Tomas Kalibera wrote: > > > There is no way to control

Re: [Rd] complex tests failure

2017-05-05 Thread Tomas Kalibera
Thanks for the report, handled in configure in 72661 (R-devel). I'll also port to R-patched. Best Tomas On 05/04/2017 03:49 PM, Tomas Kalibera wrote: > > There is no way to control this at runtime. > We will probably have to add a configure test. > > Best, > Tomas > > On 05/04/2017 03:23 PM, Kasp

Re: [Rd] complex tests failure

2017-05-04 Thread Tomas Kalibera
There is no way to control this at runtime. We will probably have to add a configure test. Best, Tomas On 05/04/2017 03:23 PM, Kasper Daniel Hansen wrote: > Thanks. > > I assume there is no way to control this via. environment variables or > configure settings? Obviously that would be great fo

Re: [Rd] complex tests failure

2017-05-04 Thread Kasper Daniel Hansen
Thanks. I assume there is no way to control this via. environment variables or configure settings? Obviously that would be great for something like this which affects tests and seems to be a known problem for older C standard libraries. Best, Kasper On Thu, May 4, 2017 at 9:12 AM, Tomas Kaliber

Re: [Rd] complex tests failure

2017-05-04 Thread Tomas Kalibera
As a quick fix, you can undefine HAVE_CTANH in complex.c, somewhere after including config.h An internal substitute, which is implemented inside complex.c, will be used. Best Tomas On 05/04/2017 02:57 PM, Kasper Daniel Hansen wrote: For a while I have been getting that the complex tests fa