Last updated on 2020-04-18 08:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 57.82 | 60.96 | 118.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 37.12 | 49.18 | 86.30 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 151.84 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 144.03 | NOTE | |||
r-patched-linux-x86_64 | 1.1 | 47.25 | 60.29 | 107.54 | NOTE | |
r-patched-osx-x86_64 | 1.1 | OK | ||||
r-patched-solaris-x86 | 1.1 | 173.70 | OK | |||
r-release-linux-x86_64 | 1.1 | 41.76 | 53.98 | 95.74 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 120.00 | 96.00 | 216.00 | OK | |
r-release-osx-x86_64 | 1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 124.00 | 134.00 | 258.00 | OK | |
r-oldrel-osx-x86_64 | 1.1 | OK |
Version: 1.1
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