Skip to content
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

If wheel has no package directories, use lib_sdir as a suffix #210

Merged
merged 2 commits into from
Jun 7, 2024
Merged

If wheel has no package directories, use lib_sdir as a suffix #210

merged 2 commits into from
Jun 7, 2024

Conversation

skirpichev
Copy link
Contributor

Currently, there is no way to customize libs dir if the wheel has no package directory.

One use case is an extension, that offers C-API (like the gmpy2 package). With above patch you could set one to something common for all platforms.

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.93%. Comparing base (7f46f89) to head (a95f96c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   96.93%   96.93%           
=======================================
  Files          16       16           
  Lines        1307     1307           
=======================================
  Hits         1267     1267           
  Misses         40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HexDecimal HexDecimal self-assigned this Jun 7, 2024
@HexDecimal
Copy link
Collaborator

Sorry for taking so long to respond. I've rebased the PR, updated a test, and documented the feature better. I think your implementation fits well with the existing API.

@HexDecimal HexDecimal merged commit eb8a5bb into matthew-brett:master Jun 7, 2024
17 checks passed
@skirpichev skirpichev deleted the fix-lib-sdir branch June 8, 2024 03:17
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.

2 participants