* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘fCWTr’ ...
** package ‘fCWTr’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang-18
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang-18 accepts -g... yes
checking for clang-18 option to enable C11 features... none needed
checking how to run the C preprocessor... clang-18 -E
checking for brew... no
checking whether the compiler supports GNU C++... yes
checking whether clang++-18 -std=gnu++17 accepts -g... yes
checking for clang++-18 -std=gnu++17 option to enable C++11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for fftw3.h... yes
checking for library containing fftwf_free... -lfftw3f
checking for omp.h... yes
checking for library containing fftwf_plan_with_nthreads... -lfftw3f_omp
checking for clang++-18 -std=gnu++17 option to support OpenMP... -fopenmp
configure: creating ./config.status
config.status: creating src/Makevars

  --------------------------------------------------
  Configuration for fcwtr 0.2.0

    cppflags:    
    cxxflags:    -fopenmp
    ldflags:   -fopenmp
    libs:     -lfftw3f_omp -lfftw3f    

  --------------------------------------------------

** libs
using C++ compiler: ‘Debian clang version 18.1.8 (1)’
using C++17
make[1]: Entering directory '/tmp/Rtmpl2NsXG/R.INSTALL18beb71c58a8ed/fCWTr/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I.     -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I.    -fopenmp -fpic  -g -O3 -Wall -pedantic  -c cpp11.cpp -o cpp11.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I.     -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I.    -fopenmp -fpic  -g -O3 -Wall -pedantic  -c fcwt.cpp -o fcwt.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I.     -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I.    -fopenmp -fpic  -g -O3 -Wall -pedantic  -c interface_fcwt.cpp -o interface_fcwt.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o fCWTr.so cpp11.o fcwt.o interface_fcwt.o -fopenmp -lfftw3f_omp -lfftw3f -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpl2NsXG/R.INSTALL18beb71c58a8ed/fCWTr/src'
make[1]: Entering directory '/tmp/Rtmpl2NsXG/R.INSTALL18beb71c58a8ed/fCWTr/src'
make[1]: Leaving directory '/tmp/Rtmpl2NsXG/R.INSTALL18beb71c58a8ed/fCWTr/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-fCWTr/00new/fCWTr/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (fCWTr)