-
Notifications
You must be signed in to change notification settings - Fork 24
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 precompile with Julia v0.6.3 #91
Comments
results in |
results in |
I just ran into the same issue (CentOS-7, Julia v0.6.3, custom build). |
I opened an issue: JuliaLang/julia#27361 |
Until the Julia issue is fixed, would this do as a workaround? function (::Type{Mat4{T}})(q::Quaternions.Quaternion) where T
# ...
end
function (::Type{Mat3{T}})(q::Quaternions.Quaternion) where T
# ...
end |
I can't use GLVisualize at all, because when I import it it tries to precompile, and fails on GLAbstraction. |
If it solves it, feel free to open a PR :) |
(and thanks for figuring it out!) |
Question is, do we want to implement a workaround, and do an interim release of GLAbstraction, or hope for a speedy Julia-0.6.4. There seem to be more regressions in 0.6.3 (JuliaLang/julia#27381, JuliaLang/julia#27345), but I have no idea whether there will be a quick bug-fix release or not ... |
If you have it ready locally & it helps people, I'd be happy to merge & tag! |
Maybe the Rotation.jl package could be used for some functions in GLAbstraction, according to JuliaArrays/StaticArrays.jl#423 (comment) |
Would be nice! I have never looked a lot into this, since I've had GLMatrixMath, a 270 loc file, since forever and never needed anything more ;) Not sure if Rotations.jl even covers the functionality ... |
Should be fixed now: JuliaLang/METADATA.jl#15225 I |
@SimonDanisch , thanks! Sorry, I didn't get around to do the PR for you, was a bit overloaded. |
using GLAbstraction
leads to errorversioninfo()
The text was updated successfully, but these errors were encountered: