-
Notifications
You must be signed in to change notification settings - Fork 0
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
installation issue -- precompilation error #10
Comments
Hi, That is because https://github.com/bifurcationkit/HclinicBifurcationKit.jl/blob/main/Project.toml#L17. Can you try to update this and see if it works? |
I am not entirely sure if I understand correctly. I change the line to
I then updated BifurcationKit again to 0.4.4 and tried to install HclinicBifurcationKit, though it still reverted BifurcationKit to v0.3.6 and failed to precompile. Am I missing a step here? |
you probably need:
|
I installed BifurcationKit v0.4.4 and changed in the compat to
Now it still has errors in precompilation with v0.4.4.
|
That's because it is not exported by BK. Try |
I added BifurcationKit.@set in StandardShooting.jl, and then I could build the package but running it still leads to some issues. It complained about the ambiguity of
|
That's because the new syntax is |
Hi,
|
OK ill correct it asap |
it should be corrected on master. Ill push a tag soon |
Hey,
I currently installed the latest julia and BifucationKit.jl. When installing HclinicBifurcaitonKit.jl i get some complaint about compatibility:
Installation of the HclinicBifurcationKit.jl gives the following error and i don't know how i can fix this
The text was updated successfully, but these errors were encountered: