-
-
Notifications
You must be signed in to change notification settings - Fork 12.8k
cfitsio: fix .pc generation #212128
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
cfitsio: fix .pc generation #212128
Conversation
This has been fixed upstream: |
c51146b
to
6e8dcce
Compare
🤖 An automated task has requested bottles to be published to this PR. |
Head branch was pushed to by a user without write access
🤖 An automated task has requested bottles to be published to this PR. |
|
🤖 An automated task has requested bottles to be published to this PR. |
|
Is there something that needs to be fixed with bottle publishing? |
There was a bottle commit and it is removed but the bottle is actually published with the same name. @carlocab Sorry to bother you again, but here we need help. |
This comment was marked as off-topic.
This comment was marked as off-topic.
🤖 An automated task has requested bottles to be published to this PR. |
|
Also use pkg-config in test to catch regressions. Resolves Homebrew#212112.
5e192cb
to
d380e40
Compare
Actually, since we ship modified files, a revision bump makes sense. |
🤖 An automated task has requested bottles to be published to this PR. |
Also use pkg-config in test to catch regressions.
Resolves #212112.
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>
?