* installing *source* package ‘blosc’ ...
** this is package ‘blosc’ version ‘0.1.2’
** package ‘blosc’ successfully unpacked and MD5 sums checked
** using staged installation
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /usr/local/clang21/bin/clang -std=gnu23
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 /usr/local/clang21/bin/clang -std=gnu23 accepts -g... yes
checking for /usr/local/clang21/bin/clang -std=gnu23 option to enable C11 features... none needed
checking how to run the C preprocessor... /usr/local/clang21/bin/clang -std=gnu23 -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Found pkg-config cflags and libs!

  --------------------------------------------------
  Configuration for blosc

    cppflags: 
    libs:     -lblosc

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

checking whether the compiler supports GNU C++... yes
checking whether /usr/local/clang21/bin/clang++ -std=gnu++17 accepts -g... yes
checking for /usr/local/clang21/bin/clang++ -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 blosc.h... yes
checking whether available blosc version is good enough... yes
checking whether blosc programs can be compiled... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘clang version 21.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/blosc/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c blosc-feats.cpp -o blosc-feats.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c compress.cpp -o compress.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c cpp11.cpp -o cpp11.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c dtype.cpp -o dtype.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o blosc.so blosc-feats.o compress.o cpp11.o dtype.o -lblosc
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/blosc/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/blosc/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/blosc/src'
installing to /data/gannet/ripley/R/packages/tests-clang/blosc.Rcheck/00LOCK-blosc/00new/blosc/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (blosc)