Search Criteria
Package Details: hare-git r4316.940f4062-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hare-git.git (read-only, click to copy) |
|---|---|
| Package Base: | hare-git |
| Description: | The Hare systems programming language |
| Upstream URL: | https://harelang.org |
| Licenses: | MPL2 |
| Conflicts: | hare |
| Provides: | hare |
| Submitter: | apreiml |
| Maintainer: | apreiml |
| Last Packager: | apreiml |
| Votes: | 7 |
| Popularity: | 0.002681 |
| First Submitted: | 2022-04-24 17:34 (UTC) |
| Last Updated: | 2025-08-09 17:36 (UTC) |
Dependencies (8)
- harec-gitAUR
- qbe-gitAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- scdoc (scdoc-gitAUR) (make)
- aarch64-linux-gnu-binutils (optional) – aarch64 cross compilation support
- aarch64-linux-gnu-gcc (optional) – aarch64 cross compilation support
- riscv64-linux-gnu-binutils (optional) – riscv64 cross compilation support
- riscv64-linux-gnu-gcc (riscv64-linux-gnu-gcc-fullAUR) (optional) – riscv64 cross compilation support
Required by (46)
- hare-adwaita (requires hare)
- hare-adwaita-git (requires hare)
- hare-atom (requires hare)
- hare-clrfmt (requires hare)
- hare-compress (requires hare)
- hare-ev (requires hare)
- hare-gi (requires hare)
- hare-gi-git (requires hare)
- hare-gtk4-layer-shell (requires hare)
- hare-gtk4-layer-shell-git (requires hare)
- hare-hook (requires hare) (make)
- hare-http (requires hare)
- hare-iobus (requires hare)
- hare-irc (requires hare)
- hare-json (requires hare)
- hare-linux (requires hare)
- hare-madeline (requires hare)
- hare-md5 (requires hare)
- hare-nbt (requires hare)
- hare-png (requires hare)
- Show 26 more...
Latest Comments
« First ‹ Previous 1 2 3
apreiml commented on 2022-07-18 17:38 (UTC)
whynothugo: I just added an aarch64 config file. The correct one should be copied during the build step. Can you try if this works?
whynothugo commented on 2022-07-18 15:14 (UTC) (edited on 2022-07-18 15:19 (UTC) by whynothugo)
Oh, disregard that last message, I figured it out.
For building on
aarch64need to just replace the arch in the config (put this inprepare()):And apply the following to the config (note: this can be applied to the file directly, it won't mess up building the package on amd64.
I don't think
makepkgand friends support cross-compilation, should that last change should not break anything.whynothugo commented on 2022-07-18 15:05 (UTC)
I'm trying to build this on aarch64, but the supplied
config.x86_64.mkis (obviously) architecture-specific.Any idea on where to get a
config.aarch64.mk?« First ‹ Previous 1 2 3