Search Criteria
Package Details: oaknut-git 2.0.2.r0.g6b1d57e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/oaknut-git.git (read-only, click to copy) |
|---|---|
| Package Base: | oaknut-git |
| Description: | A C++20 assembler for AArch64 (ARMv8.0 to ARMv8.2) |
| Upstream URL: | https://github.com/merryhime/oaknut |
| Licenses: | MIT |
| Conflicts: | oaknut |
| Provides: | oaknut |
| Submitter: | abouvier |
| Maintainer: | abouvier |
| Last Packager: | abouvier |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-01-29 15:01 (UTC) |
| Last Updated: | 2024-01-30 12:43 (UTC) |
Dependencies (3)
Required by (4)
- dynarmic (requires oaknut) (make, aarch64)
- dynarmic (requires oaknut) (check)
- dynarmic-git (requires oaknut) (make, aarch64)
- dynarmic-git (requires oaknut) (check)
Latest Comments
rossome commented on 2024-03-06 07:10 (UTC) (edited on 2024-03-06 07:11 (UTC) by rossome)
fallout from yuzu?
abouvier commented on 2024-01-30 12:50 (UTC)
@tacosukoneko You only need to build with
--nocheck.@VlaDexa It's a header-only library, only the tests are compiled (but not packaged).
Anyway, it's now fixed upstream.
VlaDexa commented on 2024-01-30 08:22 (UTC)
Please mark the arch of this package to be
aarch64instead ofany.tacosukoneko commented on 2024-01-30 07:47 (UTC)
I have been able to bypass the error and succeed by using -DBUILD_TESTING=OFF instead of -DBUILD_TESTING="$CHECKFUNC"