42
42
Fork
You've already forked guru
9

dev-build/buildstream: new package, add 2.7.0 #17

Open
zyxhere wants to merge 6 commits from zyxhere/bst into dev AGit
pull from: zyxhere/bst
merge into: gentoo:dev
gentoo:master
gentoo:dev
First-time contributor
Copy link
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>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin +refs/pull/17/head:zyxhere/bst
git switch zyxhere/bst

Merge

Merge the changes and update on Forgejo.
git switch dev
git merge --no-ff zyxhere/bst
git switch zyxhere/bst
git rebase dev
git switch dev
git merge --ff-only zyxhere/bst
git switch zyxhere/bst
git rebase dev
git switch dev
git merge --no-ff zyxhere/bst
git switch dev
git merge --squash zyxhere/bst
git switch dev
git merge --ff-only zyxhere/bst
git switch dev
git merge zyxhere/bst
git push origin dev
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gentoo/guru!17
Reference in a new issue
gentoo/guru
No description provided.
Delete branch "zyxhere/bst"

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?