Search Criteria
Package Details: zig-git 0.11.0.r3596.gfbb38a7682-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zig-git.git (read-only, click to copy) |
---|---|
Package Base: | zig-git |
Description: | a programming language prioritizing robustness, optimality, and clarity |
Upstream URL: | https://ziglang.org |
Keywords: | compiler language programming zig ziglang |
Licenses: | MIT |
Conflicts: | zig |
Provides: | zig |
Submitter: | PedroHLC |
Maintainer: | leopoldek |
Last Packager: | leopoldek |
Votes: | 12 |
Popularity: | 0.000030 |
First Submitted: | 2016-08-09 17:43 (UTC) |
Last Updated: | 2024-04-08 18:38 (UTC) |
Dependencies (5)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- lld (llvm-rocm-gitAUR, llvm-gitAUR)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (88)
- 2048.zig (requires zig) (make)
- asciigen (requires zig) (make)
- brightnessztl (requires zig) (make)
- bun (requires zig) (make)
- buongiorno (requires zig) (make)
- buongiorno-git (requires zig) (make)
- cargo-lambda-bin (requires zig)
- cleartouch-git (requires zig) (make)
- cmake-pkg (requires zig) (make)
- colorstorm (requires zig) (make)
- cyberscript (requires zig) (make)
- deshader-git (requires zig) (make)
- digisim-git (requires zig) (make)
- erasmus (requires zig) (make)
- est (requires zig) (make)
- gb-emu-zig-git (requires zig) (make)
- ghostty-git (requires zig) (make)
- ghostty-git-zen3 (requires zig) (make)
- Show 70 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5
tiehuis commented on 2019-07-23 00:21 (UTC)
Thanks for filing that issue. I'll check today if the currently changed behavior is sufficient to package and update on progress.
jonathon commented on 2019-07-21 20:59 (UTC)
I've reported a build failure here: https://github.com/ziglang/zig/issues/2928
I don't know if this is related to the new
ZIG_STATIC
configuration (https://github.com/ziglang/zig/pull/2858) or if it's just coincidence.tiehuis commented on 2019-04-20 08:29 (UTC)
Updated the patch. I've used git describe in the pkgver() as per your patch. Thanks for that. This patch will be removed fairly soon when I update upstream to fix the root issue.
jonathon commented on 2019-04-17 11:52 (UTC) (edited on 2019-04-18 17:30 (UTC) by jonathon)
Patch
no_stage2_artifacts.patch
fails to apply after around bc2d60c1.Here's a diff to update both patch files:
(Watch out for missing whitespace if you copy-and-paste, there's a full-text version here: https://bpaste.net/show/0c103164d943)
jonathon commented on 2019-04-09 14:41 (UTC)
The upstream tag of 0.4.0 might be a good opportunity to switch to a fully generated
pkgver
. ;)jonathon commented on 2018-10-02 18:07 (UTC) (edited on 2019-04-10 12:11 (UTC) by jonathon)
Something to consider, the wiki has some examples of
pkgver()
functions which don't require hard-coding a version number, e.g.:->
tiehuis commented on 2018-09-23 10:10 (UTC) (edited on 2018-09-23 10:11 (UTC) by tiehuis)
This is outdated and will not build until the system LLVM is updated to LLVM-7.0 [1]. For the mean time, if you require a master build, see the auto-built static binaries on the website [2].
[1] https://www.archlinux.org/todo/llvm-7/
[2] https://ziglang.org/builds/zig-linux-x86_64-master.tar.xz
tiehuis commented on 2018-04-30 05:35 (UTC)
Should be fixed now.
antoyo commented on 2018-04-30 02:34 (UTC)
Hi. I have the following error when trying to install this package:
==> Lancement de prepare()... patching file cmake/Findllvm.cmake Hunk #1 FAILED at 15. 1 out of 1 hunk FAILED -- saving rejects to file cmake/Findllvm.cmake.rej
Could you please fix this? Thanks.
« First ‹ Previous 1 2 3 4 5