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

Allow julia version 1.7.3 #392

Open
danielcjacobs opened this issue Jun 17, 2022 · 2 comments
Open

Allow julia version 1.7.3 #392

danielcjacobs opened this issue Jun 17, 2022 · 2 comments

Comments

@danielcjacobs
Copy link

Julia has a dnf package on Fedora, but it's version 1.7.3, which isn't compatible with the 1.6.0 requirement.

Seems like 1.7.3 still works, so would be nice to allow this version and avoid having to build from source.

@jbendes
Copy link
Member

jbendes commented Jun 17, 2022

@danielcjacobs you can actually just comment out that rule in your local repo if you'd like. If you do that, and verify that zcm compiles and works on that version, we can add it in as a supported version. Really just the 1.6.0 is only because that's the one we've checked out to work properly haha

@danielcjacobs
Copy link
Author

Yeah I got past the error by modifying the rule. I don't plan on using julia, I just wanted the to build with the --use-all flag.

I haven't actually verified that zcm does anything more than compile with that version.

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

2 participants