You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@glin and I saw some builds hang on Ubuntu 20.04 LTS during the byte-compiling grDevices step of the build.
From what we can tell, R <= ~3.5 is affected (3.4.3, 3.5.3 were seen hanging, while 3.6.3 and 4.0.0 seemed fine).
This has something to do with including libopenblas as a dependency - not entirely sure why the build hangs but removing this dependency allows the builds to complete.
@glin and I saw some builds hang on Ubuntu 20.04 LTS during the
byte-compiling grDevices
step of the build.From what we can tell, R <= ~3.5 is affected (3.4.3, 3.5.3 were seen hanging, while 3.6.3 and 4.0.0 seemed fine).
This has something to do with including
libopenblas
as a dependency - not entirely sure why the build hangs but removing this dependency allows the builds to complete.During the hang, a single CPU spins at 100%.
Related: #60
Related: #61
The text was updated successfully, but these errors were encountered: