Search Criteria
Package Details: hare-git r3759.ea9b3d0e-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: | 6 |
Popularity: | 0.001492 |
First Submitted: | 2022-04-24 17:34 (UTC) |
Last Updated: | 2024-03-19 07:24 (UTC) |
Dependencies (8)
- harec-gitAUR
- qbe-gitAUR
- git (git-gitAUR, git-glAUR) (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 (31)
- hare-atom (requires hare)
- hare-clrfmt (requires hare)
- hare-compress (requires hare)
- hare-ev (requires hare)
- hare-hook (requires hare) (make)
- 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)
- hare-redis (requires hare)
- hare-rss (requires hare)
- hare-scfg (requires hare)
- hare-ssh (requires hare)
- hare-ssh-git (requires hare) (make)
- hare-toml-git (requires hare)
- hare-xml (requires hare)
- Show 11 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
smlavine commented on 2022-10-11 02:23 (UTC)
makepkg
is failing right now for me:But searching for that string (or substrings of it) in either what is left of the build directory or in hare comes up nothing, so I don't know where it comes from.
apreiml commented on 2022-08-29 13:08 (UTC)
No, the main hare package checks out a fixed commit and afaik will point to future releases. hare-git will always checkout latest master.
Techcable commented on 2022-08-29 00:34 (UTC)
How does this currently differ from the main
hare
package?They both build the latest git commit (hare has no stable version yet).
whynothugo commented on 2022-07-25 08:02 (UTC)
Latest builds perfectly on aarch64, thanks!
apreiml commented on 2022-07-19 08:20 (UTC)
ok. pushed.
whynothugo commented on 2022-07-19 08:16 (UTC)
Need to use
$CARCH
, not$arch
. For some reason the latter is alsox86_64
, even on ARM.apreiml commented on 2022-07-19 08:10 (UTC)
Ah yes of course. Now it's in.
whynothugo commented on 2022-07-19 08:08 (UTC) (edited on 2022-07-19 08:08 (UTC) by whynothugo)
Also missing
arch=("x86_64" "aarch64")
, forgot to mention that one.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
aarch64
need 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
makepkg
and friends support cross-compilation, should that last change should not break anything.« First ‹ Previous 1 2 3 Next › Last »