Skip to content
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

Package does not Compile for Julia v1.0 #29

Closed
pfarndt opened this issue Aug 23, 2018 · 3 comments
Closed

Package does not Compile for Julia v1.0 #29

pfarndt opened this issue Aug 23, 2018 · 3 comments

Comments

@pfarndt
Copy link

pfarndt commented Aug 23, 2018

There are quite a few warnings when compiling the package under Julia v0.7, which let the package compilation break under Julia v1.0.

@skariel
Copy link
Contributor

skariel commented Aug 29, 2018

I'll look into it

@dkarrasch
Copy link
Collaborator

It's because the current master branch is not tagged (#28), so when you ]add GeometricalPredicates the lastly tagged version is installed and used (which was written for Julia 0.6). The master branch did receive updates which make it work, but this is invisible to the package manager. If you really need it in Julia 1.0 until a new version release, you could ]add GeometricalPredicates#master.

@dkarrasch
Copy link
Collaborator

Fixed on v0.2.0. Just update with the package manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants