Last updated on 2018-10-19 01:46:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 40.53 | 62.84 | 103.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 31.32 | 50.05 | 81.37 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 132.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 127.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 84.00 | 124.00 | 208.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 41.44 | 56.70 | 98.14 | OK | |
r-patched-solaris-x86 | 0.1.1 | 138.80 | OK | |||
r-release-linux-x86_64 | 0.1.1 | 42.11 | 57.48 | 99.59 | OK | |
r-release-windows-ix86+x86_64 | 0.1.1 | 102.00 | 138.00 | 240.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 44.00 | 92.00 | 136.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.1 | OK |
Version: 0.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 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