-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyter-server doesn't build on MacOS using apple-clang@15.0.0 compilers #995
Comments
You may be hitting the same error that I encountered on Narwhal, or something related, or something unrelated. The error I am seeing is:
The issue/workaround for Narwhal are described in #928 and spack/spack#41899. Especially check spack/spack#41899 (comment) |
@srherbener Are you still seeing this issue? I don't, I don't know any other macOS users who reported this failure, and we don't see it in CI either (but CI may not be using 15.0.0). |
Unfortunately, I'm still seeing this error using the spack-stack develop branch and spack bugfix/hdf_appleclang15_oneapi branch as of Friday Mar 15. I'll look into the workaround mentioned above. |
I think this is unrelated to the compiler. Can you run this please:
and report the output here. Thanks. |
Here's what I get:
( |
Thanks. This confirms my suspicion that there is a hidden dependency in |
Describe the bug
Using the latest branches of JCSDA spack-stack and spack (after the big merge with the authoritative spack repo), py-jupyter-server does not build. Here are the error messages:
To Reproduce
Follow instructions for building on MacOS. Use the unified-env template.
Expected behavior
Build of py-jupyter-server succeeds
System:
What system(s) are you running the code on?
MacOS Sonoma 14.2.1, apple-clang%15.0.0, gnu fortran 12.3.0
Additional context
py-jupyter-server builds successfully on older versions of apple-clang.
The text was updated successfully, but these errors were encountered: