Re: [dpdk-dev] [PATCH 1/2] build: fix libm detection in meson

2020-01-09 Thread Aaron Conole
David Marchand writes: > Using version 0.47.1, meson is unable to find the math library in Travis > for the 32bits job. > Quite surprisingly, this problem is not seen with the 64bits jobs. > > Switching to 0.48.0, the problem disappears. > > But we should pass 'm' to find_library instead of 'libm

Re: [dpdk-dev] [PATCH 1/2] build: fix libm detection in meson

2020-01-09 Thread David Marchand
On Thu, Jan 9, 2020 at 2:09 PM Bruce Richardson wrote: > > On Thu, Jan 09, 2020 at 01:59:15PM +0100, David Marchand wrote: > > Using version 0.47.1, meson is unable to find the math library in Travis > > for the 32bits job. > > Quite surprisingly, this problem is not seen with the 64bits jobs. > >

Re: [dpdk-dev] [PATCH 1/2] build: fix libm detection in meson

2020-01-09 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 01:59:15PM +0100, David Marchand wrote: > Using version 0.47.1, meson is unable to find the math library in Travis > for the 32bits job. > Quite surprisingly, this problem is not seen with the 64bits jobs. > > Switching to 0.48.0, the problem disappears. > > But we should

[dpdk-dev] [PATCH 1/2] build: fix libm detection in meson

2020-01-09 Thread David Marchand
Using version 0.47.1, meson is unable to find the math library in Travis for the 32bits job. Quite surprisingly, this problem is not seen with the 64bits jobs. Switching to 0.48.0, the problem disappears. But we should pass 'm' to find_library instead of 'libm' anyway. Fixes: 98edcbb5ab2f ("eal/