-
Notifications
You must be signed in to change notification settings - Fork 18
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
Versioned shared libraries installed by the Python package aren't shared links, but copies of each other #186
Comments
Thanks. How did you install it? Do you mean you did a "pip install ncrystal"? |
I've built it from source using PEP517 tools build and install. |
Please post your specific steps used here if you are doing something else that "pip install ./srcdir", since then you are doing something our other users do not. |
Sorry, that doesn't tell me what you did, only what output you got. |
@tkittel
|
I believe this is due to: scikit-build/scikit-build#625 (comment) So I guess the solution will be for me to simply coax CMake into avoiding the extra symlinks. |
Describe the bug
All these libraries are separate files:
Version: 3.9.0
Python 3.11
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: