Skip to content
Prev 10845 / 12125 Next

[R-pkg-devel] Build process generated non-portable files

This might actually be the main problem. As it says, REAL(KIND=8) does 
not have a consistent defintion, but the most common definition is 
double the precision of a default REAL (commonly KIND=8). So, replacing 
all 'REAL(KIND=8)' by 'DOUBLE PRECISION' in declarations should (might) 
solve the error message. Alternatively, you could use 
selected_real_kind(), see 
https://fortranwiki.org/fortran/show/Real+precision .

Best,

Jisca
On Tue, 13/08/2024 10:08, Ivan Krylov via R-package-devel wrote: