Search Criteria
Package Details: zig-git 0.15.0.r769.g4d7980645961-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zig-git.git (read-only, click to copy) |
---|---|
Package Base: | zig-git |
Description: | General-purpose programming language and toolchain |
Upstream URL: | https://ziglang.org/ |
Keywords: | compiler language programming zig ziglang |
Licenses: | MIT |
Conflicts: | zig |
Provides: | zig |
Submitter: | PedroHLC |
Maintainer: | wgottwalt |
Last Packager: | wgottwalt |
Votes: | 14 |
Popularity: | 1.26 |
First Submitted: | 2016-08-09 17:43 (UTC) |
Last Updated: | 2025-06-10 05:21 (UTC) |
Dependencies (13)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- icu (icu-gitAUR)
- libffi (libffi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- lld (llvm-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- ncurses (ncurses-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR) (check)
Required by (19)
- allay-launcher-git (requires zig) (make)
- anyzig (requires zig) (make)
- awtfdb (requires zig) (make)
- bintools (requires zig) (make)
- brightnessztl (requires zig) (make)
- buongiorno-git (requires zig) (make)
- cargo-lambda-bin (requires zig)
- celeste-mod-cli (requires zig) (make)
- cmake-pkg (requires zig) (make)
- colorstorm (requires zig) (make)
- comlink (requires zig) (make)
- comlink-git (requires zig) (make)
- cyberscript (requires zig) (make)
- deshader-git (requires zig) (make)
- digisim-git (requires zig) (make)
- erasmus (requires zig) (make)
- falcond (requires zig) (make)
- flow-control (requires zig) (make)
- flow-control-git (requires zig) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
cajm commented on 2021-12-25 18:04 (UTC) (edited on 2021-12-27 00:42 (UTC) by cajm)
@jonathon Got it. The problem with calling
make
is that sometimes theCMAKE_GENERATOR
environment variable set toNinja
, making CMake generate abuild.ninja
instead of aMakefile
. Usingcmake --build
(as demonstrated in the AUR CMake packaging guidelines detects whether it should callmake
orninja
based on what it generated. If you want for forcemake
usage, I suggest adding-G 'Unix Makefiles'
to thecmake
parameters. Otherwise you get an error sayingmake: *** No targets specified and no makefile found. Stop.
jonathon commented on 2021-12-22 12:02 (UTC)
@cajm, the PKGBUILD mostly follows the upstream build instructions.
cajm commented on 2021-12-02 15:03 (UTC)
Please use
cmake --build build
andcmake --install build
instead of runningmake
directly. Not everyone usesmake
as their cmake generator.tas commented on 2021-11-12 04:50 (UTC)
The Zig repository has been moved to 'https://github.com/ziglang/zig.git'. While GitHub still forwards the old path to the new one, the old organization name (and repository path) is now up for grabs, so please update this package to the new URL when you can.
diegovsky commented on 2021-04-28 03:58 (UTC)
A patch to use llvm 12 is needed. This isn't building rn. I guess we wait for llvm 12 to reach pacman's repos or we patch to use the AUR llvm.
wbthomason commented on 2020-06-26 14:21 (UTC)
@tiehuis: Thanks!
katt commented on 2020-06-26 12:40 (UTC) (edited on 2020-06-26 12:41 (UTC) by katt)
The new pkgver no longer complies with the VCS package guidelines. https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function
It should at the very least contain the revision
tiehuis commented on 2020-06-26 12:39 (UTC) (edited on 2020-06-26 12:40 (UTC) by tiehuis)
Apologies for the delay here. I've updated the PKGBUILD as per jonathon's patch and added him as a co-maintainer at his request to ensure there can be more timely updates in the case I am busy in the future.
Thank you jonathon for the patch.
wbthomason commented on 2020-06-25 15:25 (UTC)
@tiehuis: Could you please update the PKGBUILD with @jonathon's patch? As noted in the 2020-05-05 out-of-date flag message, the existing PKGBUILD no longer works.
jonathon commented on 2020-04-19 11:39 (UTC) (edited on 2020-04-22 13:53 (UTC) by jonathon)
Here's a
git diff
for 0.6.0 and LLVM 10 support. It tidies the PKGBUILD a little bit too:« First ‹ Previous 1 2 3 4 5 6 Next › Last »