-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot build whippet... #49
Comments
Hi @nickschurch, your installation might be failing to build Blosc which is a dependency of HDF5.jl (not Whippet). I found an old issue thats potentially related (but maybe not) JuliaIO/HDF5.jl#234 . Can you try running Here is a link to the travis-build for the current master (which finishes cleanly on x86_64-pc-linux-gnu): https://travis-ci.com/timbitz/Whippet.jl/jobs/81877782 |
|
Oh great! Yah it thought you were missing the Yah the warnings are fine. Julia syntax has just been changing a little between v0.4, v0.5, and now v0.6 (which have been released fairly rapidly in the last couple years), so those are just deprecation warnings, suggesting that the old syntax will throw errors in the next version of Julia. Its the only downside to a language that isn't solidified at v1.0 yet... |
Hey @nickschurch, I added a quick note to the readme about the deprecated syntax warnings for code in dependent packages. Did you have any other trouble running Whippet? Can we close this issue? |
As of #55 which sets new dependencies on Julia v0.6, this is no longer relevant. |
I'm getting lots of compile errors when trying to install whippet:
The dependencies all seem fine, julia is v0.5.2:
The text was updated successfully, but these errors were encountered: