* installing *source* package ‘INLAspacetime’ ...
** this is package ‘INLAspacetime’ version ‘0.1.11’
** package ‘INLAspacetime’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/INLAspacetime/src'
gcc -std=gnu23 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"/data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/INLA/include/" -I"/data/gannet/ripley/R/x86_64-pc-linux-gnu-library/4.5/INLA/include/"  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c INLAspacetime.c -o INLAspacetime.o
gcc -std=gnu23 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"/data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/INLA/include/" -I"/data/gannet/ripley/R/x86_64-pc-linux-gnu-library/4.5/INLA/include/"  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cgeneric_ar2ss.c -o cgeneric_ar2ss.o
gcc -std=gnu23 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"/data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/INLA/include/" -I"/data/gannet/ripley/R/x86_64-pc-linux-gnu-library/4.5/INLA/include/"  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cgeneric_barrier.c -o cgeneric_barrier.o
gcc -std=gnu23 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"/data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/INLA/include/" -I"/data/gannet/ripley/R/x86_64-pc-linux-gnu-library/4.5/INLA/include/"  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cgeneric_sspde.c -o cgeneric_sspde.o
gcc -std=gnu23 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"/data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/INLA/include/" -I"/data/gannet/ripley/R/x86_64-pc-linux-gnu-library/4.5/INLA/include/"  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cgeneric_sstspde.c -o cgeneric_sstspde.o
In file included from INLAspacetime.c:1:
INLAspacetime.h:59:9: warning: "iszero" redefined
   59 | #define iszero(x) (((__typeof(x))(x)) == 0)
      |         ^~~~~~
In file included from INLAspacetime.h:45:
/usr/include/math.h:1095:12: note: this is the location of the previous definition
 1095 | #   define iszero(x) (((__typeof (x)) (x)) == 0)
      |            ^~~~~~
In file included from cgeneric_sstspde.c:28:
INLAspacetime.h:59:9: warning: "iszero" redefined
   59 | #define iszero(x) (((__typeof(x))(x)) == 0)
      |         ^~~~~~
In file included from INLAspacetime.h:45:
/usr/include/math.h:1095:12: note: this is the location of the previous definition
 1095 | #   define iszero(x) (((__typeof (x)) (x)) == 0)
      |            ^~~~~~
In file included from cgeneric_ar2ss.c:29:
INLAspacetime.h:59:9: warning: "iszero" redefined
   59 | #define iszero(x) (((__typeof(x))(x)) == 0)
      |         ^~~~~~
In file included from cgeneric_sspde.c:28:
INLAspacetime.h:59:9: warning: "iszero" redefined
   59 | #define iszero(x) (((__typeof(x))(x)) == 0)
      |         ^~~~~~
In file included from INLAspacetime.h:45:
/usr/include/math.h:1095:12: note: this is the location of the previous definition
 1095 | #   define iszero(x) (((__typeof (x)) (x)) == 0)
      |            ^~~~~~
In file included from INLAspacetime.h:45:
/usr/include/math.h:1095:12: note: this is the location of the previous definition
 1095 | #   define iszero(x) (((__typeof (x)) (x)) == 0)
      |            ^~~~~~
In file included from cgeneric_barrier.c:28:
INLAspacetime.h:59:9: warning: "iszero" redefined
   59 | #define iszero(x) (((__typeof(x))(x)) == 0)
      |         ^~~~~~
In file included from INLAspacetime.h:45:
/usr/include/math.h:1095:12: note: this is the location of the previous definition
 1095 | #   define iszero(x) (((__typeof (x)) (x)) == 0)
      |            ^~~~~~
cgeneric_barrier.c: In function ‘inla_cgeneric_barrier’:
cgeneric_barrier.c:189:29: warning: unused variable ‘daux’ [-Wunused-variable]
  189 |                 double lam, daux = 2 * 0.5;
      |                             ^~~~
cgeneric_barrier.c:46:13: warning: unused variable ‘debug’ [-Wunused-variable]
   46 |         int debug = data->ints[1]->ints[0];                    // this will always be the case
      |             ^~~~~
gcc -std=gnu23 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o INLAspacetime.so INLAspacetime.o cgeneric_ar2ss.o cgeneric_barrier.o cgeneric_sspde.o cgeneric_sstspde.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/INLAspacetime/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/INLAspacetime/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/INLAspacetime/src'
installing to /data/gannet/ripley/R/packages/tests-devel/INLAspacetime.Rcheck/00LOCK-INLAspacetime/00new/INLAspacetime/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (INLAspacetime)