Skip to content

Fix for platforms where purelib!=platlib #511

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

Merged
merged 5 commits into from
Apr 2, 2025
Merged

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Apr 2, 2025

Fixes #474
Closes #510

aostrowski-hbn and others added 5 commits April 1, 2025 16:09
Those OSes have separate platlib and purelib directories.
Symengine was installed partially into both from version 0.10.0 onwards.

This change marks some of it's packages as ext_modules, which makes
setuptools treat the wheel as platform specific and install if fully
into platlib (lib64) instead of purelib (lib).

This should solve symengine#474.
@isuruf isuruf merged commit 3941bde into symengine:master Apr 2, 2025
20 checks passed
@isuruf isuruf deleted the cmake branch April 2, 2025 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PDM and Poetry can't install symengine properly
2 participants