Last updated on 2019-01-19 00:46:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.2 | 25.73 | 49.09 | 74.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.7.2 | 22.82 | 37.80 | 60.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.7.2 | 99.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.2 | 93.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.7.2 | 76.00 | 119.00 | 195.00 | OK | |
r-patched-linux-x86_64 | 1.7.2 | 27.20 | 44.85 | 72.05 | OK | |
r-patched-solaris-x86 | 1.7.2 | 121.60 | OK | |||
r-release-linux-x86_64 | 1.7.2 | 26.50 | 44.48 | 70.98 | OK | |
r-release-windows-ix86+x86_64 | 1.7.2 | 85.00 | 134.00 | 219.00 | OK | |
r-release-osx-x86_64 | 1.7.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.7.2 | 71.00 | 123.00 | 194.00 | OK | |
r-oldrel-osx-x86_64 | 1.7.2 | OK |
Version: 1.7.2
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