Last updated on 2025-01-02 07:50:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5.2.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.0.5.2.1 | 18.85 | 18.22 | 37.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5.2.1 | 70.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5.2.1 | 88.09 | NOTE | |||
r-devel-windows-x86_64 | 1.0.5.2.1 | 36.00 | 55.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.0.5.2.1 | 24.12 | 21.16 | 45.28 | OK | |
r-release-linux-x86_64 | 1.0.5.2.1 | 23.98 | 21.10 | 45.08 | OK | |
r-release-macos-arm64 | 1.0.5.2.1 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.0.5.2.1 | 37.00 | OK | |||
r-release-windows-x86_64 | 1.0.5.2.1 | 32.00 | 54.00 | 86.00 | OK | |
r-oldrel-macos-arm64 | 1.0.5.2.1 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.5.2.1 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.5.2.1 | 35.00 | 54.00 | 89.00 | OK |
Version: 1.0.5.2.1
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 "$DSDP_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