-
Notifications
You must be signed in to change notification settings - Fork 0
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
compilation fails in spack environment #12
Comments
@thomas-saigre I identified the root of the issue. The problem isn’t within Feel++ itself but in the Spack libzip package. By default, libzip enables support for several libraries, but it doesn’t explicitly set openssl as a dependency. As a result, libzip finds and links to the openssl version on the host system. Since Feel++ also links to openssl via Spack, this mismatch in openssl versions leads to the linking conflicts we’re seeing. |
@thomas-saigre see #7 for more details |
this is related to #6 |
checkout spack/spack#47230 |
@prudhomm Compiling
mor
directory inside the spack environment fails :Log
The text was updated successfully, but these errors were encountered: