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.