Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-25 Thread David Marchand
On Mon, Jun 24, 2024 at 10:15 AM Bruce Richardson wrote: > On Sun, Jun 23, 2024 at 01:30:23PM +0100, luca.bocca...@gmail.com wrote: > > From: Luca Boccassi > > > > We now require Meson 0.53 or later, so we can use this feature introduced > > in 0.51. This also fixes a build failure on SUSE Leap 1

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-24 Thread Luca Boccassi
On Mon, 24 Jun 2024 at 10:16, David Marchand wrote: > > On Sun, Jun 23, 2024 at 2:30 PM wrote: > > > > From: Luca Boccassi > > > > We now require Meson 0.53 or later, so we can use this feature introduced > > in 0.51. This also fixes a build failure on SUSE Leap 15.6. > > @Luca > The patch lgtm,

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-24 Thread Kevin Traynor
On 24/06/2024 10:15, David Marchand wrote: > On Sun, Jun 23, 2024 at 2:30 PM wrote: >> >> From: Luca Boccassi >> >> We now require Meson 0.53 or later, so we can use this feature introduced >> in 0.51. This also fixes a build failure on SUSE Leap 15.6. > > @Luca > The patch lgtm, but could you d

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-24 Thread David Marchand
On Sun, Jun 23, 2024 at 2:30 PM wrote: > > From: Luca Boccassi > > We now require Meson 0.53 or later, so we can use this feature introduced > in 0.51. This also fixes a build failure on SUSE Leap 15.6. @Luca The patch lgtm, but could you develop on what was wrong with SUSE? > Cc: sta...@dpdk.

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-24 Thread Bruce Richardson
On Sun, Jun 23, 2024 at 01:30:23PM +0100, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > We now require Meson 0.53 or later, so we can use this feature introduced > in 0.51. This also fixes a build failure on SUSE Leap 15.6. > > Cc: sta...@dpdk.org > > Signed-off-by: Luca Boccassi A

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-23 Thread Dmitry Kozlyuk
2024-06-23 13:30 (UTC+0100), luca.bocca...@gmail.com: > From: Luca Boccassi > > We now require Meson 0.53 or later, so we can use this feature introduced > in 0.51. This also fixes a build failure on SUSE Leap 15.6. > > Cc: sta...@dpdk.org > > Signed-off-by: Luca Boccassi Acked-by: Dmitry Koz

[PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-23 Thread luca . boccassi
From: Luca Boccassi We now require Meson 0.53 or later, so we can use this feature introduced in 0.51. This also fixes a build failure on SUSE Leap 15.6. Cc: sta...@dpdk.org Signed-off-by: Luca Boccassi --- buildtools/meson.build | 19 +-- 1 file changed, 5 insertions(+), 14 d