-
-
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
lmdb: add lmdb.pc
#130515
lmdb: add lmdb.pc
#130515
Conversation
a80f1a7
to
d6d68fa
Compare
Ok, here's another problem: Should we add a symlink here? Or we could also add a workaround on |
Just add a symlink I think. |
Needed for Homebrew#130508. Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
d6d68fa
to
179f65f
Compare
ARM64 dependent tests seems stuck. This shouldn't affect any dependents, so I think we're good to merge this. |
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 doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Needed for #130508.