-
Notifications
You must be signed in to change notification settings - Fork 330
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
Setup update #348
base: main
Are you sure you want to change the base?
Setup update #348
Conversation
@marwaneltoukhy |
They are included |
run got a warning: Makefile:48: warning: undefined variable 'MPW_TAG' afterwards get the expected files in dependencies. I get tool_versions.json created (attached) setup.log looks fine, (feature request - add timestamps) next I run wasn't sure how to test the
fails with a stacktrace I then removed dependencies, set PDK and OPENLANE ROOT and installed again. I was able to build the user project again. |
@mattvenn I can't replicate the issue you're seeing with opening the gui, this is an OS specific issue. Can you try adding |
This PR is intended to solve user issues where the environment isn't up to date with the latest releases from efabless.
make setup
to use a python script, making it easier to download and prettiermake setup
now uses central CI repo to fetch the versions from upstreammake setup
outputstool_versions.json
to indicate which tools the user is using in their environmentmake setup
now has a log file calledsetup.log
check_environment
which checks their tools versions and compares it to the upstream json file, if any version is outdated it will throw an error and exitopen-gui-<module-name>
andopen-odb-gui-<module_name>