aspell: explicitly depend on ncurses#48163
aspell: explicitly depend on ncurses#48163fxcoudert merged 1 commit intoHomebrew:masterfrom idvorkin:master
Conversation
|
You probably want |
|
What's the guidance on when to use use_from_macos vs depends_on? In other
projects I've used the guidance have same logic as broadly as possible.
…On Sat, Dec 21, 2019 at 6:50 AM Bo Anderson ***@***.***> wrote:
You probably want uses_from_macos which is like depends_on but doesn't
apply on macOS.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#48163?email_source=notifications&email_token=AACETFJFN6FUZFQPBLB7QHDQZYULFA5CNFSM4J6HK3T2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHO5NJY#issuecomment-568186535>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACETFIXEVLS4NHQ422E23TQZYULFANCNFSM4J6HK3TQ>
.
|
Required for linuxbrew, otherwise won't link to ncurses
|
Updated to use use_from_macos |
|
On the mac repo, we use On mac we use the system ncurses (and most system libraries). On linux we need to depend on ncurses, as it is not provided by most systems. |
|
Hymn, looks like the CI build didn't complete? Do I need to do something? |
|
It's queued. We had some long builds lately, so there is some delay in the tests right now. |
|
Wow CI builds really are slow :) The error looks like a transient network connectivity issue (I can download the file now) is there a way to kick off a second run? |
Required for linuxbrew, otherwise won't link to ncurses
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 <formula>)?It works on linuxbrew, but on OSX it fails as follows - help on how to resolve would be awesome: