* installing *source* package ‘float’ ... ** package ‘float’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... /usr/local/clang13/bin/clang 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 we are using the GNU C compiler... yes checking whether /usr/local/clang13/bin/clang accepts -g... yes checking for /usr/local/clang13/bin/clang option to accept ISO C89... none needed checking for /usr/local/clang13/bin/clang option to accept ISO C99... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/local/clang13/bin/clang++ -std=gnu++14 accepts -g... yes checking for sinf in -lm... yes checking how to run the C preprocessor... /usr/local/clang13/bin/clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of int... 4 checking for /usr/local/clang13/bin/clang option to support OpenMP... -fopenmp checking for echo... yes checking for grep... yes checking for sgemm_ in -lRblas... no checking for sgetrf_ in -lRblas... no checking for sgetrf_ in -lRlapack... no ******************* Results of float package configure ******************* * OpenMP Report: >> OPENMP_CFLAGS=-fopenmp >> OMPFLAGS_C=$(SHLIB_OPENMP_CFLAGS) * byte order: little endian * NOTE: no single precision BLAS symbols found. Building reference version >> BLAS_LIBS=-L/data/gannet/ripley/R/R-clang-trunk/lib -lRblas * NOTE: no single precision LAPACK symbols found. Building reference version >> LAPACK_LIBS=-L/data/gannet/ripley/R/R-clang-trunk/lib -lRlapack No single precision BLAS functions detected in your R BLAS library, so we are using the reference implementation shipped with the float package. If you believe you are seeing this message in error, please contact the package maintainer. ************************************************************************* configure: creating ./config.status config.status: creating src/endianness.h configure: creating ./config.status config.status: creating src/endianness.h config.status: creating src/Makevars ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang13/float/src' /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c backsolve.c -o backsolve.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c binary.c -o binary.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c chol.c -o chol.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c chol2inv.c -o chol2inv.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c colSums.c -o colSums.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c cond.c -o cond.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c converters.c -o converters.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c crossprod.c -o crossprod.o /usr/local/clang13/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -isystem /usr/local/clang13/include -fopenmp -I../inst/include/ -fpic -g -O3 -Wall -pedantic -c eigen.c -o eigen.o In file included from eigen.c:6: In file included from ./safeomp.h:63: /usr/local/clang13/lib/clang/13.0.0/include/omp.h:483:39: error: expected 'match' clause on 'omp declare variant' directive #pragma omp begin declare variant match(device={kind(host)}) ^ /data/gannet/ripley/R/R-clang-trunk/include/Rinternals.h:967:17: note: expanded from macro 'match' #define match Rf_match ^ In file included from eigen.c:6: In file included from ./safeomp.h:63: /usr/local/clang13/lib/clang/13.0.0/include/omp.h:486:39: error: expected 'match' clause on 'omp declare variant' directive #pragma omp begin declare variant match(device={kind(nohost)}) ^ /data/gannet/ripley/R/R-clang-trunk/include/Rinternals.h:967:17: note: expanded from macro 'match' #define match Rf_match ^ 2 errors generated. make[1]: *** [/data/gannet/ripley/R/R-clang-trunk/etc/Makeconf:168: eigen.o] Error 1 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang13/float/src' ERROR: compilation failed for package ‘float’ * removing ‘/data/gannet/ripley/R/packages/tests-clang13/Libs/float-lib/float’ Command exited with non-zero status 1 Time 0:26.86, 6.04 + 2.31