Search Criteria
Package Details: unixbench 6.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/unixbench.git (read-only, click to copy) |
---|---|
Package Base: | unixbench |
Description: | UnixBench is a simple benchmark whose purpose is to provide a basic indicator of the performance of a Unix-like system. |
Upstream URL: | https://github.com/kdlucas/byte-unixbench |
Keywords: | benchmark system tool unix |
Licenses: | GPL |
Submitter: | moonman |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 33 |
Popularity: | 0.006334 |
First Submitted: | 2015-08-15 07:28 (UTC) |
Last Updated: | 2025-05-28 13:09 (UTC) |
Latest Comments
1 2 Next › Last »
m040601 commented on 2025-05-28 08:18 (UTC) (edited on 2025-05-28 08:19 (UTC) by m040601)
Thanks for maintaining the PKGBUILD.
pacman -Ql unixbench
tar tf unixbench-6.0.0.tar.gz
Please add those files to,
NOTE !!! The "README.md" and the "README" are different files. They serve different purposes.
Jian commented on 2025-05-27 20:32 (UTC) (edited on 2025-05-27 20:44 (UTC) by Jian)
This package can't be compiled with GCC 15. Compiling will result in the following major error.
This issue stems from the fact that the GCC default C standard has changed to C23 from C17. It can be fixed by appending
-std=gnu17
to the compiler flags. (see: https://gcc.gnu.org/gcc-15/porting_to.html#c23)mcardillo55 commented on 2024-06-13 17:14 (UTC)
@gilcu3 that fixed it. Thanks!
gilcu3 commented on 2024-06-12 12:19 (UTC)
@mcardillo55 unfortunately I kept the previous file name after updating to a recent commit. Therefore, AUR helpers do not download the file and fail. Erase the cache and it should work.
mcardillo55 commented on 2024-06-11 00:38 (UTC)
Getting checksum error for unixbench-5.1.3.tar.gz after the latest patch.
moonman commented on 2023-02-09 17:34 (UTC)
@hykilp
Why delete -march=native ? does it not build with Risc-V in this case? The test results will be skewed a little.
hykilp commented on 2023-02-09 16:18 (UTC) (edited on 2023-02-09 16:19 (UTC) by hykilp)
Just compiled successfully on the riscv64 platform. Please add the following patches to PKGBUILD:
moonman commented on 2020-08-16 19:02 (UTC)
@shizcow patch is part of base-devel group, and you have to have it installed for building AUR packages. Nothing is missing here.
shizcow commented on 2020-08-16 17:26 (UTC)
Missing make dependency
patch
1 2 Next › Last »