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
Describe the bug
The issue is described in detail in spack/spack#41899, please check there.
The workaround adopted for the spack-stack-1.6.0 release is that on the affected systems listed below, we build node.js manually outside of spack and add it directly to the list of modules in the site's compiler config. This is to avoid making node.js a dependency of py-jupyter-server and then declaring it as an external package on all systems (even those that don't need any changes):
Narwhal
Once we've come to a solution with the spack developers, will revert the above workaround and make the correct change in spack-stack develop (but not for spack-stack-1.6.0).
Note. I was not able to reproduce this problem today with spack-stack develop. I will keep an eye on this when we roll out spack-stack-1.7.0, and if it doesn't happen I'll close the issue as "it fixed itself".
Describe the bug
The issue is described in detail in spack/spack#41899, please check there.
The workaround adopted for the spack-stack-1.6.0 release is that on the affected systems listed below, we build
node.js
manually outside of spack and add it directly to the list of modules in the site's compiler config. This is to avoid makingnode.js
a dependency of py-jupyter-server and then declaring it as an external package on all systems (even those that don't need any changes):Once we've come to a solution with the spack developers, will revert the above workaround and make the correct change in spack-stack develop (but not for spack-stack-1.6.0).
To Reproduce
See spack/spack#41899
Expected behavior
The package builds correctly on all systems, independent of the
gcc
backend/compiler.System:
Narwhal, potentially others.
Additional context
n/a
The text was updated successfully, but these errors were encountered: