Last updated on 2025-01-09 01:49:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.57.5 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.1.57.5 | 8.28 | 18.39 | 26.67 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.57.5 | 53.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.57.5 | 60.40 | NOTE | |||
r-devel-windows-x86_64 | 0.1.57.5 | 26.00 | 45.00 | 71.00 | OK | |
r-patched-linux-x86_64 | 0.1.57.5 | 10.62 | 21.43 | 32.05 | OK | |
r-release-linux-x86_64 | 0.1.57.5 | 10.55 | 21.76 | 32.31 | OK | |
r-release-macos-arm64 | 0.1.57.5 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.1.57.5 | 37.00 | OK | |||
r-release-windows-x86_64 | 0.1.57.5 | 25.00 | 44.00 | 69.00 | OK | |
r-oldrel-macos-arm64 | 0.1.57.5 | 27.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.57.5 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.57.5 | 27.00 | 46.00 | 73.00 | OK |
Version: 0.1.57.5
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 19 (test -a/-o):
if test [-n "$PKG_CFLAGS" -a -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 22 (test -a/-o):
if test [-n "$PKG_CFLAGS" -o -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 38 (test -a/-o):
if test [-z "$FOUND_ALL" -a -n "$CSDP_DIR"] ; then
possible bashism in configure.ac line 87 (should be 'b = a'):
if test "${ac_cv_header_declarations_h}" == no; then
Flavor: r-devel-linux-x86_64-fedora-gcc