Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-19 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 09:21:52PM +0200, Thomas Monjalon wrote: > 18/10/2017 21:13, Aaron Conole: > > Luca Boccassi writes: > > > On Wed, 2017-10-18 at 15:20 +0100, Bruce Richardson wrote: > > >> On Wed, Oct 18, 2017 at 01:24:54PM +0100, Bruce Richardson wrote: > > >> > On Wed, Oct 18, 2017 at 11

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Thomas Monjalon
18/10/2017 21:13, Aaron Conole: > Luca Boccassi writes: > > On Wed, 2017-10-18 at 15:20 +0100, Bruce Richardson wrote: > >> On Wed, Oct 18, 2017 at 01:24:54PM +0100, Bruce Richardson wrote: > >> > On Wed, Oct 18, 2017 at 11:14:07AM +0100, Luca Boccassi wrote: > >> > > On Wed, 2017-10-18 at 10:51 +

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Aaron Conole
Luca Boccassi writes: > On Wed, 2017-10-18 at 15:20 +0100, Bruce Richardson wrote: >> On Wed, Oct 18, 2017 at 01:24:54PM +0100, Bruce Richardson wrote: >> > On Wed, Oct 18, 2017 at 11:14:07AM +0100, Luca Boccassi wrote: >> > > On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: >> > > > On

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Luca Boccassi
On Wed, 2017-10-18 at 15:20 +0100, Bruce Richardson wrote: > On Wed, Oct 18, 2017 at 01:24:54PM +0100, Bruce Richardson wrote: > > On Wed, Oct 18, 2017 at 11:14:07AM +0100, Luca Boccassi wrote: > > > On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: > > > > On Wed, Oct 18, 2017 at 10:35:48

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 01:24:54PM +0100, Bruce Richardson wrote: > On Wed, Oct 18, 2017 at 11:14:07AM +0100, Luca Boccassi wrote: > > On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: > > > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > > > On Tue, Oct 17, 2017 at 0

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 01:20:11PM +0200, Thomas Monjalon wrote: > 18/10/2017 11:51, Bruce Richardson: > > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > > > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 11:14:07AM +0100, Luca Boccassi wrote: > On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: > > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > > > On Tue, 2017-10-17 at 19:11

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Thomas Monjalon
18/10/2017 11:51, Bruce Richardson: > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > > > > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote:

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Luca Boccassi
On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > > > > On Tue, 2017-10-17 at 17:12 +0100,

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > > > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > > > Since a number of libraries depend

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Bruce Richardson
On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > > Since a number of libraries depend on the maths lib, as well as > > > adding it > > > to the project args, we

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-17 Thread Luca Boccassi
On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > Since a number of libraries depend on the maths lib, as well as > > adding it > > to the project args, we also need to add it to the pkgconfig file > > args. > > > > Signed-off-

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-17 Thread Luca Boccassi
On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > Since a number of libraries depend on the maths lib, as well as > adding it > to the project args, we also need to add it to the pkgconfig file > args. > > Signed-off-by: Bruce Richardson > --- >  config/meson.build | 1 + >  1 file chan

[dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-17 Thread Bruce Richardson
Since a number of libraries depend on the maths lib, as well as adding it to the project args, we also need to add it to the pkgconfig file args. Signed-off-by: Bruce Richardson --- config/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/config/meson.build b/config/meson.build ind