* installing *source* package ‘dti’ ...
** package ‘dti’ 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 Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Converter.cpp -o Converter.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Fiber.cpp -o Fiber.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Fibertracking.cpp -o Fibertracking.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c LawsonHansonnnls.f -o LawsonHansonnnls.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c TrackingInterface.cpp -o TrackingInterface.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Vector.cpp -o Vector.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c VectorList.cpp -o VectorList.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Voxel.cpp -o Voxel.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c aniso.f -o aniso.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c awsvar.f -o awsvar.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bessel.c -o bessel.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bmixtensorpl.c -o bmixtensorpl.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dtifull.f -o dtifull.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c dtinraw2.f -o dtinraw2.o
dtinraw2.f:102:41:

  102 |       double precision x(10000),fw(10000)
      |                                         1
Warning: Array ‘fw’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
dtinraw2.f:102:31:

  102 |       double precision x(10000),fw(10000)
      |                               1
Warning: Array ‘x’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c fibers.f -o fibers.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c misc.f -o misc.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c mixtenbv.f -o mixtenbv.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c mixtens.f -o mixtens.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c mixtensl.f -o mixtensl.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mixtensorpl.c -o mixtensorpl.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c nlrdtirg.f -o nlrdtirg.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c rice.f -o rice.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c show3d.f -o show3d.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c smse3.f -o smse3.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c tensor.f -o tensor.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c tensorc.c -o tensorc.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o dti.so Converter.o Fiber.o Fibertracking.o LawsonHansonnnls.o TrackingInterface.o Vector.o VectorList.o Voxel.o aniso.o awsvar.o bessel.o bmixtensorpl.o dtifull.o dtinraw2.o fibers.o init.o misc.o mixtenbv.o mixtens.o mixtensl.o mixtensorpl.o nlrdtirg.o rice.o show3d.o smse3.o tensor.o tensorc.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _getsii_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _getsiibv_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _mfunpl0g_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _getsii30_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _pgtsii30_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _getsii31_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _pgtsii31_: stack subq instruction is too different from dwarf stack size
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/dti.Rcheck/00LOCK-dti/00new/dti/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** demo
** 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 (dti)