* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘RCSF’ ...
** this is package ‘RCSF’ version ‘1.0.2’
** package ‘RCSF’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpvZNamd/R.INSTALL15f2673a9480c7/RCSF/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c CSF.cpp -o CSF.o
In file included from CSF.cpp:23:
In file included from ./Cloth.h:59:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Cloth.cpp -o Cloth.o
In file included from Cloth.cpp:18:
In file included from ./Cloth.h:59:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Cloth.cpp:18:
./Cloth.h:79:9: warning: private field 'rigidness' is not used [-Wunused-private-field]
79 | int rigidness;
| ^
./Cloth.h:80:12: warning: private field 'time_step' is not used [-Wunused-private-field]
80 | double time_step;
| ^
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Constraint.cpp -o Constraint.o
In file included from Constraint.cpp:18:
In file included from ./Constraint.h:23:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Constraint.cpp:18:
./Constraint.h:32:12: warning: private field 'rest_distance' is not used [-Wunused-private-field]
32 | double rest_distance; // the length between particle p1 and p2 in rest configuration
| ^
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Particle.cpp -o Particle.o
In file included from Particle.cpp:18:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Progress.cpp -o Progress.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c R_CSF.cpp -o R_CSF.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c Rasterization.cpp -o Rasterization.o
In file included from Rasterization.cpp:18:
In file included from ./Rasterization.h:22:
In file included from ./Cloth.h:59:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c XYZReader.cpp -o XYZReader.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c c2cdist.cpp -o c2cdist.o
In file included from c2cdist.cpp:18:
In file included from ./c2cdist.h:22:
In file included from ./Cloth.h:59:
./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
83 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
99 | tmpDist = MAX_INF;
| ~ ^~~~~~~
./Particle.h:27:20: note: expanded from macro 'MAX_INF'
27 | #define MAX_INF std::numeric_limits<long>::max()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c point_cloud.cpp -o point_cloud.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o RCSF.so CSF.o Cloth.o Constraint.o Particle.o Progress.o R_CSF.o Rasterization.o RcppExports.o XYZReader.o c2cdist.o point_cloud.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpvZNamd/R.INSTALL15f2673a9480c7/RCSF/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpvZNamd/R.INSTALL15f2673a9480c7/RCSF/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpvZNamd/R.INSTALL15f2673a9480c7/RCSF/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-RCSF/00new/RCSF/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (RCSF)