* installing *source* package ‘OmicFlow’ ...
** this is package ‘OmicFlow’ version ‘1.5.1’
** package ‘OmicFlow’ 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)’
Warning in system2("xcrun", "--show-sdk-version", TRUE, TRUE) :
running command ''xcrun' --show-sdk-version 2>&1' had status 1
using SDK: ‘NA’
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c branches.cpp -o branches.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c distances.cpp -o distances.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c interface.cpp -o interface.o
In file included from interface.cpp:3:
In file included from ./PairwiseWorker.h:5:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/RcppParallel.h:24:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
__TBB_DECL_ATOMIC(__TBB_LONG_LONG)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
__TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
__TBB_DECL_ATOMIC(long)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
__TBB_DECL_ATOMIC(unsigned long)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
__TBB_DECL_ATOMIC(unsigned)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
__TBB_DECL_ATOMIC(int)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
__TBB_DECL_ATOMIC(unsigned short)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
__TBB_DECL_ATOMIC(short)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
__TBB_DECL_ATOMIC(char)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
__TBB_DECL_ATOMIC(signed char)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
__TBB_DECL_ATOMIC(unsigned char)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
__TBB_DECL_ATOMIC(wchar_t)
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
this->store_with_release(rhs); return *this;
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
converter(value_type a_value) : value(a_value) {}
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
__TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
return static_cast<flag_task*>(t.parent())->my_child_stolen;
^
14 warnings generated.
clang++ -arch x86_64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o OmicFlow.so RcppExports.o branches.o distances.o interface.o -L/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/RcppParallel/lib -ltbb -ltbbmalloc -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/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.6/OmicFlow.Rcheck/00LOCK-OmicFlow/00new/OmicFlow/libs
** generating debug symbols (dSYM)
** R
** exec
** 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 (OmicFlow)