On 2017-12-12 17:36-0700 Orion Poplawski wrote:
Sorry I wasn't clear. The test was failing because of the compile error.
With the patch the test returns "found" and the build is normal/successful.
Hi Orion:
Thanks for that key clarification. Based on that good news for gcc
NaN awareness wit
On 12/12/2017 04:42 PM, Alan W. Irwin wrote:
On 2017-12-12 15:36-0700 Orion Poplawski wrote:
Apparently glibc is dropping libieee.a in the next release. In Fedora
Rawhide, -mieee-fp on i686 results in:
/usr/bin/ld: Cannot find -lieee
Dropping -mieee-fp from csiro.cmake fixes it for me.
Hi
On 2017-12-12 15:36-0700 Orion Poplawski wrote:
Apparently glibc is dropping libieee.a in the next release. In Fedora
Rawhide, -mieee-fp on i686 results in:
/usr/bin/ld: Cannot find -lieee
Dropping -mieee-fp from csiro.cmake fixes it for me.
Hi Orion:
For i686 hardware and your patched cas
Apparently glibc is dropping libieee.a in the next release. In Fedora
Rawhide, -mieee-fp on i686 results in:
/usr/bin/ld: Cannot find -lieee
Dropping -mieee-fp from csiro.cmake fixes it for me. Also works with glibc
2.25. Not sure about older ones.
diff -up plplot-5.12.0/cmake/modules/csiro.c