-
Notifications
You must be signed in to change notification settings - Fork 72
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
has_function
broken when CCompiler.output_dir
is set.
#64
Comments
Thanks for opening the issue. We came across this in https://trac.sagemath.org/ticket/32828 ( |
I looked at the patch and read the problem description, but it's not obvious to me where the flaw is. Do you have any more detail (traceback, repro)? I tried to reproduce it by building pyzmq, but it built fine:
|
It builds for me too - Python-3.8.11, setuptools-58.5.3, pyzmq-22.3 as well as current main branch. |
The code is expecting that |
For context of how pyzmq provokes this error: |
I've added a testcase in #65 |
This has broken
has_function
whenCCompiler.output_dir
is set.Originally posted by @mkoeppe in #31 (comment)
The text was updated successfully, but these errors were encountered: