* installing *source* package 'AccRQA' ... ** this is package 'AccRQA' version '1.0.0' ** using staged installation Configuring AccRQA for Windows (CPU-only)... Detected version: 1.0.0 (1.0.0) Using CXX: g++ -std=gnu++17 Checking OpenMP support by test compile... -------------------------------------------------- Trying OpenMP flag: -fopenmp Compile cmd: g++ -std=gnu++17 -fopenmp conftest_openmp.cpp -o conftest_openmp.exe Result: SUCCESS Use OpenMP: yes OpenMP CXX flags: -fopenmp Generated src/Makevars.win Objects: AccRQA_CPU_function.o AccRQA_R_bindings.o AccRQA_functions.o AccRQA_python_bindings.o AccRQA_utilities_mem.o CUDA: disabled (Windows) ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AccRQA_CPU_function.cpp -o AccRQA_CPU_function.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AccRQA_R_bindings.cpp -o AccRQA_R_bindings.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AccRQA_functions.cpp -o AccRQA_functions.o AccRQA_functions.cpp: In instantiation of 'double accrqaLengthHistogramResult::RR_value() [with input_type = float]': AccRQA_functions.cpp:337:25: required from 'double accrqaLaminarityResult::RR() [with input_type = float]' 337 | return(this->RR_value()); | ~~~~~~~~~~~~~~~^~~ AccRQA_functions.cpp:475:39: required from 'void calculate_LAM_CPU_default(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, Accrqa_Error*) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 475 | output[5*pos + 4] = LAMresults.RR(); | ~~~~~~~~~~~~~^~ AccRQA_functions.cpp:522:27: required from 'void accrqa_LAM_CPU_t(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, int, Accrqa_Error*) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 522 | calculate_LAM_CPU_default(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, vmin_values, nVmins, threshold_values, nThresholds, distance_type, error); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:530:20: required from here 530 | accrqa_LAM_CPU_t(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, vmin_values, nVmins, threshold_values, nThresholds, distance_type, calc_ENTR, error); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:127:24: warning: unused variable 'entr' [-Wunused-variable] 127 | double entr = 0; | ^~~~ AccRQA_functions.cpp: In instantiation of 'double accrqaLengthHistogramResult::RR_value() [with input_type = double]': AccRQA_functions.cpp:337:25: required from 'double accrqaLaminarityResult::RR() [with input_type = double]' 337 | return(this->RR_value()); | ~~~~~~~~~~~~~~~^~~ AccRQA_functions.cpp:475:39: required from 'void calculate_LAM_CPU_default(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, Accrqa_Error*) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 475 | output[5*pos + 4] = LAMresults.RR(); | ~~~~~~~~~~~~~^~ AccRQA_functions.cpp:522:27: required from 'void accrqa_LAM_CPU_t(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, int, Accrqa_Error*) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 522 | calculate_LAM_CPU_default(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, vmin_values, nVmins, threshold_values, nThresholds, distance_type, error); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:545:20: required from here 545 | accrqa_LAM_CPU_t(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, vmin_values, nVmins, threshold_values, nThresholds, distance_type, calc_ENTR, error); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:127:24: warning: unused variable 'entr' [-Wunused-variable] 127 | double entr = 0; | ^~~~ In file included from AccRQA_CPU_function.hpp:131, from AccRQA_functions.cpp:6: AccRQA_CPU_function.cpp: In instantiation of 'void rqa_CPU_DET_metric_parallel_mk1(long long unsigned int*, input_type, int, int, input_type*, int64_t, int) [with input_type = float; int64_t = long long int]': AccRQA_functions.cpp:203:34: required from 'void accrqaLengthHistogramResult::calculate_rqa_histogram_diagonal_CPU(input_type*, size_t, input_type, Accrqa_Distance) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance]' 203 | rqa_CPU_DET_metric_parallel_mk1( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 204 | length_histogram.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~ 205 | threshold, tau, emb, | ~~~~~~~~~~~~~~~~~~~~ 206 | time_series, input_size, | ~~~~~~~~~~~~~~~~~~~~~~~~ 207 | distance_type | ~~~~~~~~~~~~~ 208 | ); | ~ AccRQA_functions.cpp:282:46: required from 'void accrqaDeterminismResult::ProcessData_CPU(input_type*, size_t, input_type, Accrqa_Distance) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance]' 282 | this->calculate_rqa_histogram_diagonal_CPU(time_series, input_size, threshold, distance_type); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:718:31: required from 'void calculate_DET_CPU_default(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, Accrqa_Error*) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 718 | DETresults.ProcessData_CPU(input_data, data_size, threshold, distance_type); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:774:27: required from 'void accrqa_DET_CPU_t(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, int, Accrqa_Error*) [with input_type = float; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 774 | calculate_DET_CPU_default(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, lmin_values, nLmins, threshold_values, nThresholds, distance_type, error); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:783:20: required from here 783 | accrqa_DET_CPU_t(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, lmin_values, nLmins, threshold_values, nThresholds, distance_type, calc_ENTR, error); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_CPU_function.cpp:590:34: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int64_t' {aka 'long long int'} [-Wsign-compare] 590 | for(size_t f=0; f::calculate_rqa_histogram_diagonal_CPU(input_type*, size_t, input_type, Accrqa_Distance) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance]' 203 | rqa_CPU_DET_metric_parallel_mk1( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 204 | length_histogram.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~ 205 | threshold, tau, emb, | ~~~~~~~~~~~~~~~~~~~~ 206 | time_series, input_size, | ~~~~~~~~~~~~~~~~~~~~~~~~ 207 | distance_type | ~~~~~~~~~~~~~ 208 | ); | ~ AccRQA_functions.cpp:282:46: required from 'void accrqaDeterminismResult::ProcessData_CPU(input_type*, size_t, input_type, Accrqa_Distance) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance]' 282 | this->calculate_rqa_histogram_diagonal_CPU(time_series, input_size, threshold, distance_type); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:718:31: required from 'void calculate_DET_CPU_default(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, Accrqa_Error*) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 718 | DETresults.ProcessData_CPU(input_data, data_size, threshold, distance_type); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:774:27: required from 'void accrqa_DET_CPU_t(input_type*, input_type*, size_t, int*, int, int*, int, int*, int, input_type*, int, Accrqa_Distance, int, Accrqa_Error*) [with input_type = double; size_t = long long unsigned int; Accrqa_Distance = Accrqa_Distance; Accrqa_Error = Accrqa_Error]' 774 | calculate_DET_CPU_default(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, lmin_values, nLmins, threshold_values, nThresholds, distance_type, error); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_functions.cpp:798:20: required from here 798 | accrqa_DET_CPU_t(output, input_data, data_size, tau_values, nTaus, emb_values, nEmbs, lmin_values, nLmins, threshold_values, nThresholds, distance_type, calc_ENTR, error); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AccRQA_CPU_function.cpp:590:34: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int64_t' {aka 'long long int'} [-Wsign-compare] 590 | for(size_t f=0; f