-
-
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
itk 4.13.2 (new formula) #39138
itk 4.13.2 (new formula) #39138
Conversation
|
|
Fixed
I think I can't do anything to solve this. I can't detect what cmake option is generating the cmake file in the lib folder and the formula from the homebrew-sci repo generate this cmake file too. |
That does not make it suitable for homebrew-core. |
Migrated from Homebrew/science
libminc (vendored by itk) needs updating it's CMakeLists.txt. I've added a patch, and submitted a PR to ITK, which is being investigated upstream of that by MINC too. @fblupi do you mind if I force push to your branch with my changes (and rebased onto a more recent homebrew-core/master)? |
@fblupi I hope you don't mind: I'm going to force push to your branch so that this can get tested with CI. |
@zbeekman No problem. Feel free :) |
|
Yes, we know brew testbot... |
@fxcoudert what are your thoughts on merging it? It looks like the upstream of the upstream is patching this, and the upstream package is going to incorporate that patch. |
Thanks for your contribution to Homebrew! 🎉 🥇 Without awesome contributors like you, it would be impossible to maintain Homebrew to the high level of quality users have come to expect. Thank you!!!! |
Thank you too @zbeekman for your help with the issue I had! 🍻 |
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>
)?Moving formula from homebrew-sci as they say they don't keep maintaining the repo. I have renamed the formula from insighttoolkit to itk and updated it to a more recent version.