search for: c77587

Displaying 4 results from an estimated 4 matches for "c77587".

Did you mean: 377587
2019 Dec 17
2
Build failure on powerpc64
.... In the end, after explanation and recommendation by Tomas Kalibera, I've committed a slightly better change to R's sources, both in the R-devel (trunk) and the "R-3.6.x patched" branch: Via a macro, it continues to use long double also for the PPC 64 in this case: $ svn diff -c77587 Index: src/main/arithmetic.c =================================================================== --- src/main/arithmetic.c (Revision 77586) +++ src/main/arithmetic.c (Revision 77587) @@ -176,8 +176,14 @@ #endif } + #if HAVE_LONG_DOUBLE && (SIZEOF_LONG_DOUBLE > SIZEOF_DOUBLE) +# ifde...
2020 Mar 25
1
Build failure on powerpc64
...n by Tomas >> Kalibera, I've committed a slightly better change to R's >> sources, both in the R-devel (trunk) and the "R-3.6.x patched" >> branch: Via a macro, it continues to use long double also for >> the PPC 64 in this case: > >> $ svn diff -c77587 >> Index: src/main/arithmetic.c >> =================================================================== >> --- src/main/arithmetic.c (Revision 77586) >> +++ src/main/arithmetic.c (Revision 77587) >> @@ -176,8 +176,14 @@ >> #endif >> } > >> + >&g...
2020 Mar 25
0
Build failure on powerpc64
...dation by Tomas > Kalibera, I've committed a slightly better change to R's > sources, both in the R-devel (trunk) and the "R-3.6.x patched" > branch: Via a macro, it continues to use long double also for > the PPC 64 in this case: > $ svn diff -c77587 > Index: src/main/arithmetic.c > =================================================================== > --- src/main/arithmetic.c (Revision 77586) > +++ src/main/arithmetic.c (Revision 77587) > @@ -176,8 +176,14 @@ > #endif > } > + > #...
2019 Dec 13
3
Build failure on powerpc64
>>>>> Tom Callaway >>>>> on Thu, 12 Dec 2019 14:21:10 -0500 writes: > Hi R folks, > Went to build R 3.6.2 for Fedora/EPEL and got failures across the board. > Disabling the test suite for all non-intel architectures resolves most of > the failures, but powerpc64 dies in the compiler, specifically here: > gcc -m64