Search Criteria
Package Details: bbk-cli 1.2.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bbk-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | bbk-cli |
| Description: | Measurement client for Bredbandskollen |
| Upstream URL: | https://www.bredbandskollen.se/en/bredbandskollen-cli |
| Licenses: | MIT |
| Submitter: | swearchnick |
| Maintainer: | swearchnick |
| Last Packager: | swearchnick |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-06 14:56 (UTC) |
| Last Updated: | 2025-09-27 09:48 (UTC) |
Latest Comments
« First ‹ Previous 1 2
harre commented on 2020-12-24 00:52 (UTC)
Aha, didn't know about that. Thanks for the heads-up.
swearchnick commented on 2020-12-23 09:55 (UTC)
@harre Thank you for the suggestion but i think the "correct" way is that you adjust this in your "/etc/makepkg.conf" file. See also https://wiki.archlinux.org/index.php/Makepkg.conf#Parallel_compilation
harre commented on 2020-12-22 23:55 (UTC)
The compile doesn't utilize all cores.
You can update the PGKBUILD-file with this line:
make -j$(cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l) GNUTLS=1
« First ‹ Previous 1 2