* installing *source* package ‘randompack’ ...
** this is package ‘randompack’ version ‘0.1.3’
** package ‘randompack’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.1.sdk’
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c randompack.c -o randompack.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pcg_advance.c -o pcg_advance.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c randompack_R.c -o randompack_R.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rp_dpstrf.c -o rp_dpstrf.o
In file included from rp_dpstrf.c:3:
./randompack_config.h:122:29: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^ ~~~~~~~~~~~~~~~~
./randompack_config.h:122:29: note: use '|' for a bitwise operation
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^~
|
In file included from pcg_advance.c:2:
In file included from ./randompack_internal.h:9:
./randompack_config.h:122:29: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^ ~~~~~~~~~~~~~~~~
./randompack_config.h:122:29: note: use '|' for a bitwise operation
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^~
|
In file included from randompack.c:14:
In file included from ./randompack_internal.h:9:
./randompack_config.h:122:29: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^ ~~~~~~~~~~~~~~~~
./randompack_config.h:122:29: note: use '|' for a bitwise operation
_Static_assert(BUFSIZE == 8 || BUFSIZE % 9 == 0,
^~
|
1 warning generated.
1 warning generated.
1 warning generated.
clang -arch arm64 -std=gnu2x -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o randompack.so randompack.o pcg_advance.o randompack_R.o init.o rp_dpstrf.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: could not create compact unwind for _allocate_tramp_ctrl: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_created: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_deleted: does not use standard frame
ld: warning: could not create compact unwind for ___emutls_get_address: does not use standard frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/randompack.Rcheck/00LOCK-randompack/00new/randompack/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (randompack)