Last updated on 2020-08-07 01:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 39.90 | 69.59 | 109.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 26.23 | 53.83 | 80.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 147.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 130.78 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4 | 99.00 | 115.00 | 214.00 | OK | |
r-patched-linux-x86_64 | 1.4 | 29.60 | 67.81 | 97.41 | NOTE | |
r-patched-solaris-x86 | 1.4 | 175.00 | OK | |||
r-release-linux-x86_64 | 1.4 | 28.48 | 69.42 | 97.90 | NOTE | |
r-release-macos-x86_64 | 1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 1.4 | 100.00 | 156.00 | 256.00 | OK | |
r-oldrel-macos-x86_64 | 1.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.4 | 57.00 | 140.00 | 197.00 | OK |
Version: 1.4
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++
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