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
We have noted problems on some - not all - platforms with [email protected] when we switched from zlib to zlib-ng in spack-stack-1.7.0. These issues went away when using a different version of the compiler (anything between 2021.3.0 and 2021.11.0).
One problem users have reported is errors when using git clone:
fatal: The remote end hung up unexpectedly
Another problem seems to be running pip install.
It is therefore recommended to avoid using [email protected] unless it is the only option - add this to our compiler compatibility table.
To Reproduce
On Discover SCU16 or S4, build unified environment for spack-stack-1.7.0 with [email protected] and try to run git clone
Expected behavior
None of the errors described above
System:
Discover SCU16 and S4 (these are the one we know are affected), potentially others
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
We have noted problems on some - not all - platforms with
[email protected]
when we switched fromzlib
tozlib-ng
in spack-stack-1.7.0. These issues went away when using a different version of the compiler (anything between 2021.3.0 and 2021.11.0).One problem users have reported is errors when using
git clone
:Another problem seems to be running
pip install
.It is therefore recommended to avoid using
[email protected]
unless it is the only option - add this to our compiler compatibility table.To Reproduce
On Discover SCU16 or S4, build unified environment for spack-stack-1.7.0 with
[email protected]
and try to rungit clone
Expected behavior
None of the errors described above
System:
Discover SCU16 and S4 (these are the one we know are affected), potentially others
Additional context
n/a
The text was updated successfully, but these errors were encountered: