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

2024-08-17 Thread Dirk Eddelbuettel
On 17 August 2024 at 17:22, Ivan Krylov via R-package-devel wrote: | В Fri, 16 Aug 2024 18:53:55 + | anj5x...@nilly.addy.io пишет: | | > In the past other packages have failed to build and not only on the | > intel container see | > "https://github.com/SpeakEasy-2/speakeasyR/actions/runs/10

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

2024-08-17 Thread Ivan Krylov via R-package-devel
В Fri, 16 Aug 2024 18:53:55 + anj5x...@nilly.addy.io пишет: > In the past other packages have failed to build and not only on the > intel container see > "https://github.com/SpeakEasy-2/speakeasyR/actions/runs/10202337528/job/28226219457"; > where several containers failed at the setup-deps st

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

2024-08-16 Thread David via R-package-devel
I locally ran the rhub intel docker and that was much easier to set up. So I can now confirm the change to Makevars does work. > I experimented with the "ghcr.io/r-hub/containers/intel:latest" container and > was able to find out that the option -[no]gen-interfaces controls the > generation of

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

2024-08-16 Thread Ivan Krylov via R-package-devel
В Thu, 15 Aug 2024 18:58:41 + anj5x...@nilly.addy.io пишет: > This seems like it should work. Unfortunately my rhub github actions > is failing to get past the setup deps step which has been occuring > inconsistently in the past but right now it's consistently failing to > build deps so I can'

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

2024-08-15 Thread David via R-package-devel
This seems like it should work. Unfortunately my rhub github actions is failing to get past the setup deps step which has been occuring inconsistently in the past but right now it's consistently failing to build deps so I can't confirm it work. I was also unable to successfully build R using int

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

2024-08-13 Thread Jisca Huisman
I'm not familar with fortran but the warning message is: "Found the following files with non-portbale usage of KIND:." In "Writing R Extensions/Writing portable packages/Portable Fortran code" it mentions the use of REAL(KIND=8)​ types are not portable since compilers can map values to differen

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

2024-08-13 Thread Ivan Krylov via R-package-devel
В Mon, 12 Aug 2024 18:24:30 + David via R-package-devel пишет: > in the intel environment (provided by rhub), the intel fortran > compiler generates intermediary files from *.f -> *__genmod.f90. The > R check then complains that the genmod files are not portable. I > include removal of the fi