* installing *source* package ‘capybara’ ...
** this is package ‘capybara’ version ‘2.0.0’
** package ‘capybara’ successfully unpacked and MD5 sums checked
** using staged installation
==========================================================================
Capybara configuration summary
C++ Compiler: clang++ -arch arm64
Compiler Type: clang
C++ Standard: CXX20
OpenMP Support: no
OpenMP Threads: 8
SIMD Support: None
BLAS: -L/Library/Frameworks/R.framework/Resources/lib -lRblas
LAPACK: -L/Library/Frameworks/R.framework/Resources/lib -lRlapack
No Armadillo Wrapper: yes (direct BLAS/LAPACK)
No Sparse Matrices: no
High-Performance Mode: no
Optimization Flags:
Debug Flags:
For faster computation
Enable high-performance optimizations:
export CAPYBARA_OPTIMIZATIONS=yes
Change thread count:
export CAPYBARA_NCORES=<number>
Disable sparse matrix support (faster compile):
export CAPYBARA_SKIP_SPARSE=yes
Then reinstall the package
==========================================================================
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/cpp4r/include' -I/opt/R/arm64/include -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=8 -DARMA_64BIT_WORD -DARMA_DONT_USE_WRAPPER -DCAPYBARA_DEFAULT_OMP_THREADS=8 -fPIC -falign-functions=64 -Wall -g -O2 -c capybara.cpp -o capybara.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/cpp4r/include' -I/opt/R/arm64/include -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=8 -DARMA_64BIT_WORD -DARMA_DONT_USE_WRAPPER -DCAPYBARA_DEFAULT_OMP_THREADS=8 -fPIC -falign-functions=64 -Wall -g -O2 -c cpp4r.cpp -o cpp4r.o
In file included from capybara.cpp:8:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r.hpp:52:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r/armadillo.hpp:119:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r/armadillo/compiler_setup.hpp:377:11: warning: WARNING: use of OpenMP disabled; compiler support for OpenMP 4.0+ not detected [-W#pragma-messages]
#pragma message ("WARNING: use of OpenMP disabled; compiler support for OpenMP 4.0+ not detected")
^
1 warning generated.
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o capybara.so capybara.o cpp4r.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 -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/capybara.Rcheck/00LOCK-capybara/00new/capybara/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (capybara)