Re: library porting question - optional python bindings

2016-03-10 Thread Kubilay Kocak
On 3/03/2016 3:34 AM, Chris Inacio wrote: > > > On Tue, Mar 1, 2016 at 8:57 PM, Kubilay Kocak > wrote: > > On 1/03/2016 1:38 PM, Chris Inacio wrote: > > All, > > > > I'm trying to build a port definition for a library/application that can > > option

Re: library porting question - optional python bindings

2016-03-03 Thread Chris Inacio
On Thu, Mar 3, 2016 at 2:20 AM, Shane Ambler wrote: > On 03/03/2016 03:03, Chris Inacio wrote: > >> On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler >> wrote: >> >> On 01/03/2016 13:08, Chris Inacio wrote: >>> >>> All, I'm trying to build a port definition for a library/application that ca

Re: library porting question - optional python bindings

2016-03-02 Thread Shane Ambler
On 03/03/2016 03:03, Chris Inacio wrote: On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler wrote: On 01/03/2016 13:08, Chris Inacio wrote: All, I'm trying to build a port definition for a library/application that can optionally include Python bindings. The library/application generally depends

Re: library porting question - optional python bindings

2016-03-02 Thread Chris Inacio
On Tue, Mar 1, 2016 at 8:57 PM, Kubilay Kocak wrote: > On 1/03/2016 1:38 PM, Chris Inacio wrote: > > All, > > > > I'm trying to build a port definition for a library/application that can > > optionally include Python bindings. The library/application generally > > depends on other C libraries to

Re: library porting question - optional python bindings

2016-03-02 Thread Chris Inacio
On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler wrote: > On 01/03/2016 13:08, Chris Inacio wrote: > >> All, >> >> I'm trying to build a port definition for a library/application that can >> optionally include Python bindings. The library/application generally >> depends on other C libraries to exis

Re: library porting question - optional python bindings

2016-03-01 Thread Kubilay Kocak
On 1/03/2016 1:38 PM, Chris Inacio wrote: > All, > > I'm trying to build a port definition for a library/application that can > optionally include Python bindings. The library/application generally > depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you > enable Python support, t

Re: library porting question - optional python bindings

2016-03-01 Thread Shane Ambler
On 01/03/2016 13:08, Chris Inacio wrote: All, I'm trying to build a port definition for a library/application that can optionally include Python bindings. The library/application generally depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you enable Python support, then you nee

Re: library porting question - optional python bindings

2016-03-01 Thread Fernando Herrero Carrón
El 1 mar. 2016 3:38 a. m., "Chris Inacio" escribió: > > All, > > I'm trying to build a port definition for a library/application that can > optionally include Python bindings. The library/application generally > depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you > enable Pytho

Re: library porting question - optional python bindings

2016-02-29 Thread Chris Inacio
On Mon, Feb 29, 2016 at 10:04 PM, Chris H wrote: > On Mon, 29 Feb 2016 18:53:37 -0800 "Chris H" > wrote > > > On Mon, 29 Feb 2016 21:38:40 -0500 Chris Inacio > wrote > > > > > All, > > > > > > I'm trying to build a port definition for a library/application that > can > > > optionally include Py

Re: library porting question - optional python bindings

2016-02-29 Thread Chris H
On Mon, 29 Feb 2016 18:53:37 -0800 "Chris H" wrote > On Mon, 29 Feb 2016 21:38:40 -0500 Chris Inacio wrote > > > All, > > > > I'm trying to build a port definition for a library/application that can > > optionally include Python bindings. The library/application generally > > depends on other

Re: library porting question - optional python bindings

2016-02-29 Thread Chris H
On Mon, 29 Feb 2016 21:38:40 -0500 Chris Inacio wrote > All, > > I'm trying to build a port definition for a library/application that can > optionally include Python bindings. The library/application generally > depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you > enable Pyt