Last updated on 2019-11-26 00:51:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 46.30 | 64.73 | 111.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 36.31 | 48.84 | 85.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 145.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 133.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 113.00 | 126.00 | 239.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.1 | 87.00 | 100.00 | 187.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 41.77 | 60.83 | 102.60 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 156.90 | OK | |||
r-release-linux-x86_64 | 0.1.1 | 36.69 | 61.14 | 97.83 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.1 | 96.00 | 141.00 | 237.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 64.00 | 88.00 | 152.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 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