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

Dependency installer should compare versions #6201

Open
maliberty opened this issue Nov 19, 2024 · 0 comments
Open

Dependency installer should compare versions #6201

maliberty opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@maliberty
Copy link
Member

          I noticed a limitation in the current dependency installer script. Currently, it installs yosys, sby, and eqy only if they are not found in the `/usr/local/` path. This means it does not update these dependencies if an older version is already installed. We might want to consider checking the installed version and updating it if it doesn't match the latest version.

I tried implementing this feature but was not successful at a first moment, so I am currently only doing the split tag for yosys and eqy/sby.

I noticed this behavior for yosys, eqy, and sby, but it could potentially occur with other dependencies as well.

Originally posted by @gudeh in #6140 (comment)

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