* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘mixl’ ...
** package ‘mixl’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/tmp/RtmpUY19Lb/R.INSTALL1af4645e00ab1c/mixl/src'
if printf "#include <omp.h>\nint main() { return omp_get_num_threads(); }"  | \
    `/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/R CMD config CC` -g -O3 -Wall -pedantic  -xc - >/dev/null 2>&1; then \
	echo "OpenMP supported"; \
	sed -e 's|@openmp_cflags@|$(SHLIB_OPENMP_CFLAGS)|' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
	sed -e 's|@openmp_cflags@|$(SHLIB_OPENMP_CFLAGS)|' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
else \
	echo "OpenMP not supported"; \
	sed -e 's|@openmp_cflags@||' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
fi
OpenMP not supported
make[1]: Leaving directory '/tmp/RtmpUY19Lb/R.INSTALL1af4645e00ab1c/mixl/src'
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (mixl)