-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
wownero 0.11.3.0 #201538
base: master
Are you sure you want to change the base?
wownero 0.11.3.0 #201538
Conversation
It does not build with the new boost version, but at least the workarounds are now gone |
any upstream issue for tracking the latest boost support? |
The error was:
I did not have time to check with upstream yet. |
Wownero is a fork of monero. See monero-project/monero#9596, they have/will have similar issue. CC @cho-m FYI. |
I have changed this to a draft. I am wondering why the repo URL changed, but https://wownero.org still links to https://git.wownero.com ... |
That's OK it's a redirect |
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>
?