-
-
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
wcstools 3.9.7 (new formula) #202219
base: master
Are you sure you want to change the base?
wcstools 3.9.7 (new formula) #202219
Conversation
ac6b215
to
6004006
Compare
6004006
to
a6bbcc1
Compare
Formula/w/wcstools.rb
Outdated
include.install Dir["libwcs/*.h"] | ||
man1.install Dir["man/man1/*.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include.install Dir["libwcs/*.h"] | |
man1.install Dir["man/man1/*.1"] | |
(include/"libwcs").install buildpath.glob("libwcs/*.h") | |
man1.install buildpath.glob("man/man1/*.1") |
Do we really need to install these headers? We're not installing the library, so they don't seem very useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, There is no need for these headers as it may lead to conflict with wcslib
. if the version of wcslib
is difference
wcstools should worked without the headers.
Co-authored-by: Nanda H Krishna <[email protected]> Update Formula/w/wcstools.rb Co-authored-by: Carlo Cabrera <[email protected]> remove wcslib header There is no need Co-authored-by: Carlo Cabrera <[email protected]> Update Formula/w/wcstools.rb Co-authored-by: Carlo Cabrera <[email protected]>
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>
?