Last updated on 2019-12-14 05:47:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 39.81 | 74.61 | 114.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 28.78 | 56.95 | 85.73 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 148.16 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 144.19 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 72.00 | 121.00 | 193.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 82.00 | 168.00 | 250.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 30.88 | 66.74 | 97.62 | NOTE | |
r-patched-solaris-x86 | 1.0 | 169.40 | OK | |||
r-release-linux-x86_64 | 1.0 | 33.58 | 67.31 | 100.89 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 67.00 | 113.00 | 180.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 59.00 | 103.00 | 162.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
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.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
src/Makevars.win: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
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).
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, r-release-linux-x86_64