Last updated on 2019-04-13 01:57:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 36.56 | 68.76 | 105.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 29.25 | 53.70 | 82.95 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 135.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 127.53 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 83.00 | 104.00 | 187.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 35.93 | 67.06 | 102.99 | NOTE | |
r-patched-solaris-x86 | 1.0 | 169.00 | OK | |||
r-release-linux-x86_64 | 1.0 | 32.54 | 64.75 | 97.29 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 79.00 | 143.00 | 222.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 50.00 | 121.00 | 171.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 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