* installing *source* package ‘hierNest’ ...
** this is package ‘hierNest’ version ‘1.0.0’
** package ‘hierNest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
using Fortran compiler: ‘GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/hierNest/src'
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c spmatmul.f90 -o spmatmul.o
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c log_sgl_subfuns.f90 -o log_sgl_subfuns.o
log_sgl_subfuns.f90:3:7:
3 | USE spmatmul
| 1
Fatal Error: Cannot open module file ‘spmatmul.mod’ for reading at (1): No such file or directory
compilation terminated.
make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:218: log_sgl_subfuns.o] Error 1
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c sgl_subfuns.f90 -o sgl_subfuns.o
sgl_subfuns.f90:3:8:
3 | USE spmatmul
| 1
Fatal Error: Cannot open module file ‘spmatmul.mod’ for reading at (1): No such file or directory
compilation terminated.
make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:218: sgl_subfuns.o] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/hierNest/src'
ERROR: compilation failed for package ‘hierNest’
* removing ‘/data/gannet/ripley/R/packages/tests-devel/hierNest.Rcheck/hierNest’