-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
freeling, dynet, eigen, foma: conflicts_with + licenses #59716
Conversation
`freeling` installs its own copies of `dynet`, `eigen` and `foma`. Also added `license` for `eigen` and fixed it for `foma` and `freeling`.
🤖 A scheduled task has triggered a merge. |
|
🤖 A scheduled task has triggered a merge. |
|
@SMillerDev, is it just me, or is something going very subtly wrong with the CI? |
I don't think it's subtle 😅 |
Hmmm, the upload step seems to trip over a possibly-corrupt ZIP:
I'll try splitting this into separate PRs for each formula, to see if it solves that hiccup. |
🤖 A scheduled task has triggered a merge. |
freeling
installs its own copies of the other formulae, due to internal patches and concerns about usability: TALP-UPC/FreeLing#90 (comment)Also added
license
foreigen
and fixed it forfoma
andfreeling
.In support of #59707
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>
)?