librelist archives

« back to archive

opencv 2.3

opencv 2.3

From:
Leonardo Parisi
Date:
2011-07-11 @ 12:37
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

Re: [homebrew] opencv 2.3

From:
Mike McQuaid
Date:
2011-07-11 @ 12:39
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

Re: [homebrew] opencv 2.3

From:
Leonardo Parisi
Date:
2011-07-11 @ 12:56
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
> 

Re: [homebrew] opencv 2.3

From:
Matthieu Dubet
Date:
2011-07-11 @ 13:01
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
> >
>
>

Re: [homebrew] opencv 2.3

From:
Leonardo Parisi
Date:
2011-07-11 @ 13:06
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
> >
> 
> 

Re: [homebrew] opencv 2.3

From:
Charlie Sharpsteen
Date:
2011-07-11 @ 14:35
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

Re: [homebrew] opencv 2.3

From:
Leonardo Parisi
Date:
2011-07-11 @ 14:44
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