-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade to new C API of PRIMA #28
Comments
@emmt But I have something in mind before that the new version is released. I was thinking of that since last month. |
@amontoison |
Because if we do that, we will break all releases of PRIMA.jl that were working with PRIMA_jll 0.7.1. As soon as I merge the associated pull request in Yggdrasil, PRIMA_jll.jl 0.7.2 will be used by default by all users that have PRIMA.jl installed. We need to update the General registry directly to add the constraint on the version number of PRIMA_jll.jl if we do that. |
You're right, I didn't realize that! |
@zaikunzhang and @amontoison
I can see that the C interface has changed quite substancially since
PRIMA_jll
version 0.7.1 onto which the current JUlai interface is based. Maybe it is time to build a newPRIMA_jll
version. To me, the new C API is not backward compatible so, according to semantic versionning rules, the highest non-zero version number shall change which yields at least 0.8.0 forPRIMA_jll
.In the mean time, I can push a new releas of
PRIMA.jl
since they have been several commited changes in this code.What do you think?
The text was updated successfully, but these errors were encountered: