-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cython not found with --enable-python-bindings #15
Comments
So I found a fix. I replace the following lines in configure.ac
with
I don't have any insight into why one works and one doesn't, but maybe someone can look into it. |
Hi, thanks for the heads-up! Didn't get this error myself (assume this is sensitive to version of autoconf or some other detail of the system used). Your solution makes sense to me, will do some checks to make sure it doesn't break anything else. |
Could you give me the details of your system so I can try to reproduce the error? Version of autoconf, operating system, perl, m4, cython and python. |
Also, does it still work if you keep the square brackets around the arguments in |
I committed something similar to your change to the dev branch (3cdcebd). Can you check if that works for you? |
Closing this, let me know if you have further problems! |
Hello, I'm trying to upgrade to version 2.0 (I had the previous version installed and working fine), with python-binding enabled (I am using freesasa as a python library).
I am running the configure script like so:
This is identical to how I would run it before (except for the --disable-json flag), and everything was fine. Now, I get the error:
However, Cython is definitely available, and is located in the system path, and the previous version of freesasa did not have any trouble finding it.
What has changed that could be causing this, and how can I fix it? Thank you, and this is a great tool.
The text was updated successfully, but these errors were encountered: