Last updated on 2019-04-22 01:47:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-8 | 47.79 | 55.07 | 102.86 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-8 | 33.76 | 44.16 | 77.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-8 | 134.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-8 | 152.02 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-8 | 150.00 | 119.00 | 269.00 | OK | |
r-patched-linux-x86_64 | 1.1-8 | 40.84 | 55.05 | 95.89 | NOTE | |
r-patched-solaris-x86 | 1.1-8 | 155.20 | OK | |||
r-release-linux-x86_64 | 1.1-8 | 35.10 | 54.00 | 89.10 | OK | |
r-release-windows-ix86+x86_64 | 1.1-8 | 119.00 | 126.00 | 245.00 | OK | |
r-release-osx-x86_64 | 1.1-8 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-8 | 120.00 | 119.00 | 239.00 | OK | |
r-oldrel-osx-x86_64 | 1.1-8 | OK |
Version: 1.1-8
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
src/Makevars: it is not portable to include SHLIB_OPENMP_*' macros in PKG_CPPFLAGS
Use of these macros is discussed in sect 1.2.1.1 of 'Writing R
Extensions'. The macros for different languages may differ so the
matching macro must be used in PKG_CXXFLAGS (etc) and match that used
in PKG_LIBS (except for Fortran: see the manual).
PKG_CPPFLAGS is used for both C and C++ code so it is not portable to
use it for these macros.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64