-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't install on Julia 1.11 #71
Comments
If |
when we tried (uh... 5 years ago), we could not get it to build with Yggdrasil. One issue IIRC was that Yggdrasil wanted to build libraries that were dynamically linkable with Julia, whereas we only wanted binary executables, and we had issues with the Fortran dependencies and dynamic linking (...I think). We also use a fork of the original code in order to have it print the results in high precision, so we can parse the output files to pass the info back to Julia in high precision. See https://github.com/ericphanson/SDPA_GMP_Builder I agree it would be good to move it to Yggdrasil, but I don't have any bandwidth for that right now (or maybe ever, I really don't like working on c++ compilation issues). If someone does want to go for it, note ericphanson/SDPA_GMP_Builder#1.
I have no plans, but I could probably help review PRs for it. I am also open to adding collaborators to this repo or transferring to an org if anyone wants to help maintain. (I left academia in 2020 and am not doing mathematical optimization in my job so it is hard to find time for this). |
I'd be willing to add support for generic types from JuMP here, but I'm afraid my goodwill is only enough for Julia code. Somebody else would have to take care of Yggdrasil. Have you submitted your patches upstream, though? That would certainly make things easier. |
I get unsatisfiable requirements because of
BinaryProvider
:Also, in the meanwhile
JuMP
has added support for generic types, are there any plans to support them here?The text was updated successfully, but these errors were encountered: