Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.0 | 44.51 | 128.00 | 172.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.0 | 37.53 | 98.13 | 135.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.0 | 222.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.0 | 213.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.0 | 121.00 | 197.00 | 318.00 | OK | |
r-patched-linux-x86_64 | 0.0.0 | 38.63 | 125.12 | 163.75 | NOTE | |
r-patched-solaris-x86 | 0.0.0 | 358.10 | OK | |||
r-release-linux-x86_64 | 0.0.0 | 37.92 | 124.68 | 162.60 | NOTE | |
r-release-macos-x86_64 | 0.0.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0.0 | 112.00 | 260.00 | 372.00 | OK | |
r-oldrel-macos-x86_64 | 0.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.0 | 76.00 | 170.00 | 246.00 | OK |
Version: 0.0.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