On Mon, Mar 25, 2024 at 01:03:44PM +0100, Omar Polo wrote:
> On 2024/03/22 20:12:41 +0100, Otto Moerbeek wrote:
> > How about this? If you think it's ok, I'll try to see what upstream thinks
>
> the boost.py diff fails to apply for me, maybe it was generated against
> the previous version (1.3.x
On 2024/03/22 20:12:41 +0100, Otto Moerbeek wrote:
> How about this? If you think it's ok, I'll try to see what upstream thinks
the boost.py diff fails to apply for me, maybe it was generated against
the previous version (1.3.x)?
Index: patches/patch-mesonbuild_dependencies_boost_py
===
On Mon, Mar 25, 2024 at 08:43:56AM +0100, Otto Moerbeek wrote:
> On Fri, Mar 22, 2024 at 08:55:19PM +0100, Antoine Jacoutot wrote:
>
> > Ok
>
> Thanks,
>
> Committed and upstreamed: https://github.com/mesonbuild/meson/pull/13006
Awesome, thanks!
On Fri, Mar 22, 2024 at 08:55:19PM +0100, Antoine Jacoutot wrote:
> Ok
Thanks,
Committed and upstreamed: https://github.com/mesonbuild/meson/pull/13006
-Otto
>
> —
> Antoine
>
> > On 22 Mar 2024, at 20:12, Otto Moerbeek wrote:
> >
> > On Fri, Mar 22, 2024 at 05:55:22PM +0100, Ant
Ok
—
Antoine
> On 22 Mar 2024, at 20:12, Otto Moerbeek wrote:
>
> On Fri, Mar 22, 2024 at 05:55:22PM +0100, Antoine Jacoutot wrote:
>
>>> On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote:
>>> Hi,
>>>
>>> at PowerDNS we are starting to use meson builds and I hit upon a snag
>>>
On Fri, Mar 22, 2024 at 05:55:22PM +0100, Antoine Jacoutot wrote:
> On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote:
> > Hi,
> >
> > at PowerDNS we are starting to use meson builds and I hit upon a snag
> > wrt boost.
> >
> > When searching for libs, only .a's are found, all boost
On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote:
> Hi,
>
> at PowerDNS we are starting to use meson builds and I hit upon a snag
> wrt boost.
>
> When searching for libs, only .a's are found, all boost .so's are
> skipped. I tracked it down to line 608 in
>
> ./mesonbuild/dependenc
Hi,
at PowerDNS we are starting to use meson builds and I hit upon a snag
wrt boost.
When searching for libs, only .a's are found, all boost .so's are
skipped. I tracked it down to line 608 in
./mesonbuild/dependencies/boost.py:filter_libraries:
libs = [x for x in libs if x.version_matc