I all, I try to install opencv via brew... i notice that they install the old one 2.2 version and not the new one 2.3 what i can do for change that!? thx lenny
On 11 Jul 2011, at 13:37, Leonardo Parisi wrote: > I try to install opencv via brew... > i notice that they install the old one 2.2 version and not the new one 2.3 > what i can do for change that!? Edit the opencv formula and make a pull request for the changes to 2.3. Thanks! -- Mike McQuaid http://mikemcquaid.com
Hi mike, is the first time that i try to do a pull request. I try but something's gone wrong.. I do: 1) brew edit opencv 2) save change 3) cd `brew --prefix` 4) git add Library/Formula/opencv.rb 5) git commit -m "Pull request for opencv 2.3" 6) git push git@github.com:myname/homebrew.git the last command doesn't work. I don't no also if is the correct procedure... lenny On Jul 11, 2011, at 2:39 PM, Mike McQuaid wrote: > > On 11 Jul 2011, at 13:37, Leonardo Parisi wrote: > >> I try to install opencv via brew... >> i notice that they install the old one 2.2 version and not the new one 2.3 >> what i can do for change that!? > > > Edit the opencv formula and make a pull request for the changes to 2.3. > > Thanks! > > -- > Mike McQuaid > http://mikemcquaid.com >
Have you forked the homebrew github repo ? On Mon, Jul 11, 2011 at 2:56 PM, Leonardo Parisi <leonardo.parisi@gmail.com>wrote: > Hi mike, is the first time that i try to do a pull request. > I try but something's gone wrong.. > > I do: > > 1) brew edit opencv > 2) save change > 3) cd `brew --prefix` > 4) git add Library/Formula/opencv.rb > 5) git commit -m "Pull request for opencv 2.3" > 6) git push git@github.com:myname/homebrew.git > > the last command doesn't work. > I don't no also if is the correct procedure... > > lenny > > On Jul 11, 2011, at 2:39 PM, Mike McQuaid wrote: > > > > > On 11 Jul 2011, at 13:37, Leonardo Parisi wrote: > > > >> I try to install opencv via brew... > >> i notice that they install the old one 2.2 version and not the new one > 2.3 > >> what i can do for change that!? > > > > > > Edit the opencv formula and make a pull request for the changes to 2.3. > > > > Thanks! > > > > -- > > Mike McQuaid > > http://mikemcquaid.com > > > >
i don't think so... On Jul 11, 2011, at 3:01 PM, Matthieu Dubet wrote: > Have you forked the homebrew github repo ? > > On Mon, Jul 11, 2011 at 2:56 PM, Leonardo Parisi <leonardo.parisi@gmail.com> wrote: > Hi mike, is the first time that i try to do a pull request. > I try but something's gone wrong.. > > I do: > > 1) brew edit opencv > 2) save change > 3) cd `brew --prefix` > 4) git add Library/Formula/opencv.rb > 5) git commit -m "Pull request for opencv 2.3" > 6) git push git@github.com:myname/homebrew.git > > the last command doesn't work. > I don't no also if is the correct procedure... > > lenny > > On Jul 11, 2011, at 2:39 PM, Mike McQuaid wrote: > > > > > On 11 Jul 2011, at 13:37, Leonardo Parisi wrote: > > > >> I try to install opencv via brew... > >> i notice that they install the old one 2.2 version and not the new one 2.3 > >> what i can do for change that!? > > > > > > Edit the opencv formula and make a pull request for the changes to 2.3. > > > > Thanks! > > > > -- > > Mike McQuaid > > http://mikemcquaid.com > > > >
On Monday, July 11, 2011, Leonardo Parisi <leonardo.parisi@gmail.com> wrote: > i don't think so... > On Jul 11, 2011, at 3:01 PM, Matthieu Dubet wrote: > Have you forked the homebrew github repo ? See: http://help.github.com For instructions on how to fork and issue pull requests. -Charlie
thank you for the help!! i have just pull the request!! lenny On Jul 11, 2011, at 4:35 PM, Charlie Sharpsteen wrote: > On Monday, July 11, 2011, Leonardo Parisi <leonardo.parisi@gmail.com> wrote: >> i don't think so... >> On Jul 11, 2011, at 3:01 PM, Matthieu Dubet wrote: >> Have you forked the homebrew github repo ? > > See: > > http://help.github.com > > For instructions on how to fork and issue pull requests. > > -Charlie