Last updated on 2018-10-19 01:46:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 34.04 | 76.36 | 110.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 28.54 | 61.06 | 89.60 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 141.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 134.77 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 75.00 | 153.00 | 228.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 37.68 | 65.34 | 103.02 | OK | |
r-patched-solaris-x86 | 1.0 | 150.70 | OK | |||
r-release-linux-x86_64 | 1.0 | 35.57 | 64.29 | 99.86 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 87.00 | 152.00 | 239.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 52.00 | 97.00 | 149.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 not in PKG_CFLAGS
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 not in PKG_CFLAGS
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 F77: 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