-
Notifications
You must be signed in to change notification settings - Fork 28
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
2.7.2 prefix install fails #20
Comments
Hi, we had this problem with the releases 2.7.0 and 2.7.1. This should be fixed now. |
This has not been fixed (tried today, still same error) |
Hi, we had an issue with the prefix that was fixed in 2.7.2. I thought this had solved also your problem. However, this seems not to be the case. We will now have a look at your specific problem. Andrea |
https://github.com/coin-or/ADOL-C/blob/master/configure.ac#L663 it should be I tried with |
Sorry, not yet completely fixed. I spoke too early. This is with the latest master configure (note the libdir)
When running make install, the swig build uses the suffix
|
Hi, thanks a lot for the additional information. We will try to fix this as soon as possible. |
Hi, this issue has been hanging fire for over six months. Is there a plan for fixing it soon? |
Hi,
this is fixed now in the master
this is now provided, by default it is disabled, disabling also the swig build we still have to fix the problem with the suffix lib64 as location for the swig build It would be great if you could give it a try |
This should be really fixed now. |
Thanks. However, it is not completely fixed, since you did not commit the new |
Thanks for the hint, I commited the corresponding configure file a few minutes ago |
I can successfully make and install the C/C++ library, but then, the install rule eventually fails when running
make install
in the swig directory and I get the error below (prefix is not propagated)Also, I do not need the python wrappers, bu I do not see how I can disable it from configure
The text was updated successfully, but these errors were encountered: