Last updated on 2019-05-01 01:51:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 34.60 | 91.03 | 125.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 28.88 | 71.06 | 99.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 158.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 148.14 | NOTE | |||
r-patched-linux-x86_64 | 0.2.2 | 34.43 | 88.27 | 122.70 | NOTE | |
r-patched-solaris-x86 | 0.2.2 | 233.80 | OK | |||
r-release-linux-x86_64 | 0.2.2 | 35.00 | 87.54 | 122.54 | NOTE | |
r-release-windows-ix86+x86_64 | 0.2.2 | 109.00 | 222.00 | 331.00 | OK | |
r-release-osx-x86_64 | 0.2.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.2 | 101.00 | 211.00 | 312.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.2 | OK |
Version: 0.2.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, r-patched-linux-x86_64, r-release-linux-x86_64