Depends on https://bugs.gentoo.org/976639
Depends on https://bugs.gentoo.org/976639
Depends on https://bugs.gentoo.org/976639
patch the pkgconfig .pc file to include include/roaring directory in cflags as
pyroaring (the only reverse dependency) failed to build with
CPPFLAGS=$(pkg-config --cflags roaring):
```
pyroaring/pyroaring.cpp:1171:10: fatal error: roaring.h: No such file or directory
1171 | #include "roaring.h"
| ^~~~~~~~~~~
compilation terminated.
```
Signed-off-by: zyxhere💭 <zyx@envs.net>
- Unbundle croaring and add -Iinclude/roaring to `${CPPFLAGS}` with
the patched croaring pkgconfig.pc file otherwise:
``
pyroaring/pyroaring.cpp:1171:10: fatal error: roaring.h: No such file or directory
1171 | #include "roaring.h"
| ^~~~~~~~~~~
compilation terminated.
```
Signed-off-by: zyxhere💭 <zyx@envs.net>
Signed-off-by: zyxhere💭 <zyx@envs.net>
Signed-off-by: zyxhere💭 <zyx@envs.net>
Signed-off-by: zyxhere💭 <zyx@envs.net>
- dev-build/buildstream-plugins required for the test suite (bst is also pretty
useless without bst-plugins)
Signed-off-by: zyxhere💭 <zyx@envs.net>
46fda97564
to e3156b79d1
e3156b79d1
to d1a1083e81
d1a1083e81
to d522702cc9
d522702cc9
to 14d05e270a
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?