Last updated on 2025-01-02 11:49:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 30.48 | 20.71 | 51.19 | 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 | 64.00 | 75.00 | 139.00 | OK | |
r-patched-linux-x86_64 | 0.3.7 | 41.02 | 24.86 | 65.88 | 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 | 77.00 | 156.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 | 82.00 | 86.00 | 168.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