-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
simview v0.1 (new formula) #142146
simview v0.1 (new formula) #142146
Conversation
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
needs: chipsalliance/Surelog#3913 and new release |
all set again |
Co-authored-by: Sean Molenaar <[email protected]>
At this stage, given the difficulties and number of things that need to be upstreamed to clean up the build, as well as the fact that this is a first release (0.1), I think we should wait for a future release with the issues fixed and simpler installation. |
I am going to close this pull request. Of course, we would be happy to reconsider in the future, when the issues are address. In the meantime, you can also host it in a personal tap, which is very easy to do: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?FYI @pieter3d