Last updated on 2020-09-17 02:08:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 44.12 | 104.32 | 148.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 31.60 | 77.09 | 108.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 199.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 182.75 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.3 | 108.00 | 193.00 | 301.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 30.56 | 100.39 | 130.95 | NOTE | |
r-patched-solaris-x86 | 0.2.3 | 246.50 | OK | |||
r-release-linux-x86_64 | 0.2.3 | 30.24 | 99.81 | 130.05 | NOTE | |
r-release-macos-x86_64 | 0.2.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.3 | 105.00 | 144.00 | 249.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.3 | 92.00 | 167.00 | 259.00 | OK |
Version: 0.2.3
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