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

BLD: Don't specify runtime_library_dirs on Cygwin #1120

Merged
merged 2 commits into from Aug 21, 2022
Merged

Conversation

DWesl
Copy link
Contributor

@DWesl DWesl commented Aug 20, 2022

runtime_library_dirs isn't supported by PE/COFF, used by Windows and Cygwin; it seems to be an ELF thing.

Closes pyproj4#1113 (pyproj4#1113 (comment)), pypa/distutils#171

runtime_library_dirs isn't supported by PE/COFF, used by Windows and Cygwin; it seems to be an ELF thing.
@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

Merging #1120 (0083868) into main (6147e5d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1120   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files          20       20           
  Lines        1794     1794           
=======================================
  Hits         1725     1725           
  Misses         69       69           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@snowman2
Copy link
Member

Thanks @DWesl 👍

@snowman2 snowman2 added this to In progress in 3.4.0 Release via automation Aug 21, 2022
@snowman2 snowman2 merged commit 5b24799 into pyproj4:main Aug 21, 2022
3.4.0 Release automation moved this from In progress to Done Aug 21, 2022
@DWesl DWesl deleted the patch-1 branch August 29, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Unable to install using pip on Cygwin
2 participants