* installing *source* package ‘libcmaesr’ ... ** this is package ‘libcmaesr’ version ‘0.1.0’ ** package ‘libcmaesr’ 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 C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.1.sdk’ clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cmaes_wrap.cpp -o cmaes_wrap.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rc_helpers.c -o rc_helpers.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/acovarianceupdate.cc -o libcmaes/acovarianceupdate.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/bipopcmastrategy.cc -o libcmaes/bipopcmastrategy.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/cmaparameters.cc -o libcmaes/cmaparameters.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/cmasolutions.cc -o libcmaes/cmasolutions.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/cmastopcriteria.cc -o libcmaes/cmastopcriteria.o In file included from cmaes_wrap.cpp:2: In file included from libcmaes/include/libcmaes/cmaes.h:25: In file included from libcmaes/include/libcmaes/esoptimizer.h:29: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ In file included from libcmaes/acovarianceupdate.cc:22: In file included from libcmaes/include/libcmaes/acovarianceupdate.h:26: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ In file included from libcmaes/cmasolutions.cc:22: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ In file included from libcmaes/bipopcmastrategy.cc:22: In file included from libcmaes/include/libcmaes/bipopcmastrategy.h:25: In file included from libcmaes/include/libcmaes/ipopcmastrategy.h:25: In file included from libcmaes/include/libcmaes/cmastrategy.h:27: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/cmastrategy.cc -o libcmaes/cmastrategy.o In file included from cmaes_wrap.cpp:2: libcmaes/include/libcmaes/cmaes.h:37:110: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultPFunc' required here, but no definition is available [-Wundefined-var-template] ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmastrategy.h:129:65: note: forward declaration of template entity is here static ProgressFunc,CMASolutions> _defaultPFunc; /**< the default progress function. */ ^ libcmaes/include/libcmaes/cmaes.h:37:110: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultPFunc' is explicitly instantiated in another translation unit ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmaes.h:40:107: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultFPFunc' required here, but no definition is available [-Wundefined-var-template] PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmastrategy.h:130:61: note: forward declaration of template entity is here static PlotFunc,CMASolutions> _defaultFPFunc; /**< the default plot to file function. */ ^ libcmaes/include/libcmaes/cmaes.h:40:107: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultFPFunc' is explicitly instantiated in another translation unit PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ In file included from libcmaes/cmastrategy.cc:24: In file included from libcmaes/include/libcmaes/cmastrategy.h:27: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/covarianceupdate.cc -o libcmaes/covarianceupdate.o 1 warning generated. In file included from libcmaes/covarianceupdate.cc:22: In file included from libcmaes/include/libcmaes/covarianceupdate.h:26: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/errstats.cc -o libcmaes/errstats.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/esostrategy.cc -o libcmaes/esostrategy.o In file included from libcmaes/errstats.cc:22: In file included from libcmaes/include/libcmaes/errstats.h:27: In file included from libcmaes/include/libcmaes/cmaes.h:25: In file included from libcmaes/include/libcmaes/esoptimizer.h:29: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ In file included from libcmaes/esostrategy.cc:25: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ 3 warnings generated. clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/ipopcmastrategy.cc -o libcmaes/ipopcmastrategy.o In file included from libcmaes/errstats.cc:22: In file included from libcmaes/include/libcmaes/errstats.h:27: libcmaes/include/libcmaes/cmaes.h:37:110: warning: instantiation of variable 'libcmaes::CMAStrategy::_defaultPFunc' required here, but no definition is available [-Wundefined-var-template] ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmastrategy.h:129:65: note: forward declaration of template entity is here static ProgressFunc,CMASolutions> _defaultPFunc; /**< the default progress function. */ ^ libcmaes/include/libcmaes/cmaes.h:37:110: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy::_defaultPFunc' is explicitly instantiated in another translation unit ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmaes.h:40:107: warning: instantiation of variable 'libcmaes::CMAStrategy::_defaultFPFunc' required here, but no definition is available [-Wundefined-var-template] PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmastrategy.h:130:61: note: forward declaration of template entity is here static PlotFunc,CMASolutions> _defaultFPFunc; /**< the default plot to file function. */ ^ libcmaes/include/libcmaes/cmaes.h:40:107: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy::_defaultFPFunc' is explicitly instantiated in another translation unit PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/pwq_bound_strategy.cc -o libcmaes/pwq_bound_strategy.o 1 warning generated. clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Ilibcmaes/include -DLIBCMAES_LOG_TO_R=1 -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libcmaes/vdcmaupdate.cc -o libcmaes/vdcmaupdate.o libcmaes/include/libcmaes/cmaes.h:37:110: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultPFunc' required here, but no definition is available [-Wundefined-var-template] ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmastrategy.h:129:65: note: forward declaration of template entity is here static ProgressFunc,CMASolutions> _defaultPFunc; /**< the default progress function. */ ^ libcmaes/include/libcmaes/cmaes.h:37:110: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultPFunc' is explicitly instantiated in another translation unit ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmaes.h:40:107: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultFPFunc' required here, but no definition is available [-Wundefined-var-template] PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmastrategy.h:130:61: note: forward declaration of template entity is here static PlotFunc,CMASolutions> _defaultFPFunc; /**< the default plot to file function. */ ^ libcmaes/include/libcmaes/cmaes.h:40:107: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultFPFunc' is explicitly instantiated in another translation unit PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ In file included from libcmaes/ipopcmastrategy.cc:22: In file included from libcmaes/include/libcmaes/ipopcmastrategy.h:25: In file included from libcmaes/include/libcmaes/cmastrategy.h:27: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ In file included from libcmaes/vdcmaupdate.cc:28: In file included from libcmaes/include/libcmaes/vdcmaupdate.h:26: libcmaes/include/libcmaes/cmasolutions.h:383:28: warning: instantiation of variable 'libcmaes::CMAStopCriteria<>::_scriterias' required here, but no definition is available [-Wundefined-var-template] return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmastopcriteria.h:106:38: note: forward declaration of template entity is here static std::map _scriterias; ^ libcmaes/include/libcmaes/cmasolutions.h:383:28: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStopCriteria<>::_scriterias' is explicitly instantiated in another translation unit return CMAStopCriteria<>::_scriterias[_run_status]; ^ libcmaes/include/libcmaes/cmaes.h:37:110: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultPFunc' required here, but no definition is available [-Wundefined-var-template] ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmastrategy.h:129:65: note: forward declaration of template entity is here static ProgressFunc,CMASolutions> _defaultPFunc; /**< the default progress function. */ ^ libcmaes/include/libcmaes/cmaes.h:37:110: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultPFunc' is explicitly instantiated in another translation unit ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmaes.h:40:107: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultFPFunc' required here, but no definition is available [-Wundefined-var-template] PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmastrategy.h:130:61: note: forward declaration of template entity is here static PlotFunc,CMASolutions> _defaultFPFunc; /**< the default plot to file function. */ ^ libcmaes/include/libcmaes/cmaes.h:40:107: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultFPFunc' is explicitly instantiated in another translation unit PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmaes.h:37:110: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultPFunc' required here, but no definition is available [-Wundefined-var-template] ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmastrategy.h:129:65: note: forward declaration of template entity is here static ProgressFunc,CMASolutions> _defaultPFunc; /**< the default progress function. */ ^ libcmaes/include/libcmaes/cmaes.h:37:110: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultPFunc' is explicitly instantiated in another translation unit ProgressFunc,CMASolutions> &pfunc=CMAStrategy::_defaultPFunc, ^ libcmaes/include/libcmaes/cmaes.h:40:107: warning: instantiation of variable 'libcmaes::CMAStrategy>::_defaultFPFunc' required here, but no definition is available [-Wundefined-var-template] PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ libcmaes/include/libcmaes/cmastrategy.h:130:61: note: forward declaration of template entity is here static PlotFunc,CMASolutions> _defaultFPFunc; /**< the default plot to file function. */ ^ libcmaes/include/libcmaes/cmaes.h:40:107: note: add an explicit instantiation declaration to suppress this warning if 'libcmaes::CMAStrategy>::_defaultFPFunc' is explicitly instantiated in another translation unit PlotFunc,CMASolutions> &pffunc=CMAStrategy::_defaultFPFunc) ^ 1 warning generated. 1 warning generated. 1 warning generated. 9 warnings generated. 1 warning generated. clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o libcmaesr.so cmaes_wrap.o init.o rc_helpers.o libcmaes/acovarianceupdate.o libcmaes/bipopcmastrategy.o libcmaes/cmaparameters.o libcmaes/cmasolutions.o libcmaes/cmastopcriteria.o libcmaes/cmastrategy.o libcmaes/covarianceupdate.o libcmaes/errstats.o libcmaes/esostrategy.o libcmaes/ipopcmastrategy.o libcmaes/pwq_bound_strategy.o libcmaes/vdcmaupdate.o -F/Library/Frameworks/R.framework/.. -framework R installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/libcmaesr.Rcheck/00LOCK-libcmaesr/00new/libcmaesr/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 (libcmaesr)