Last updated on 2025-01-05 03:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | 38.02 | 26.20 | 64.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 29.69 | 21.20 | 50.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.7 | 129.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.7 | 135.45 | NOTE | |||
r-devel-windows-x86_64 | 0.3.7 | 78.00 | 78.00 | 156.00 | OK | |
r-patched-linux-x86_64 | 0.3.7 | 43.71 | 24.98 | 68.69 | OK | |
r-release-linux-x86_64 | 0.3.7 | 39.88 | 24.79 | 64.67 | OK | |
r-release-macos-arm64 | 0.3.7 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.3.7 | 72.00 | OK | |||
r-release-windows-x86_64 | 0.3.7 | 79.00 | 79.00 | 158.00 | OK | |
r-oldrel-macos-arm64 | 0.3.7 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.7 | 114.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.7 | 77.00 | 95.00 | 172.00 | OK |
Version: 0.3.7
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 99 (should be 'b = a'):
if test "xx$COMPILE_ZSTD" == "xx"; then
possible bashism in configure.ac line 104 (should be 'b = a'):
if test "xx${zstd_ver_ok}" == "xxyes"; then
possible bashism in configure.ac line 113 (should be 'b = a'):
if test xx$COMPILE_ZSTD == "xxtrue"; then
possible bashism in configure.ac line 149 (should be 'b = a'):
if test "xx$COMPILE_LIBDEFLATE" == "xx"; then
possible bashism in configure.ac line 154 (should be 'b = a'):
if test "xx${libdeflate_ver_ok}" == "xxyes"; then
possible bashism in configure.ac line 163 (should be 'b = a'):
if test xx$COMPILE_LIBDEFLATE == "xxtrue"; then
possible bashism in configure.ac line 192 (should be 'b = a'):
if test "xx$USE_BUNDLED_SIMDE" == "xx"; then
possible bashism in configure.ac line 197 (should be 'b = a'):
if test "xx${simde_ver_ok}" == "xxyes"; then
Flavor: r-devel-linux-x86_64-fedora-gcc