Search Criteria
Package Details: mlir 21.1.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mlir.git (read-only, click to copy) |
|---|---|
| Package Base: | mlir |
| Description: | Multi-Level IR Compiler Framework for LLVM |
| Upstream URL: | https://mlir.llvm.org/ |
| Licenses: | Apache-2.0 WITH LLVM-exception |
| Submitter: | HoshinoAya |
| Maintainer: | xantares |
| Last Packager: | xantares |
| Votes: | 6 |
| Popularity: | 0.034493 |
| First Submitted: | 2023-03-14 12:41 (UTC) |
| Last Updated: | 2025-11-24 17:41 (UTC) |
Dependencies (3)
- llvm-libs (llvm-libs-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
Required by (1)
Sources (4)
- https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/cmake-21.1.6.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/cmake-21.1.6.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/mlir-21.1.6.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/mlir-21.1.6.src.tar.xz.sig
Latest Comments
1 2 3 Next › Last »
MartinDiehl commented on 2025-11-18 21:24 (UTC)
thank!
xantares commented on 2025-11-18 18:15 (UTC)
done
MartinDiehl commented on 2025-11-18 12:38 (UTC)
I needed a small adjustment to get rid of
No such file or directory #include "mlir/Dialect/Vector/Transforms/VectorTransformsEnums.h.inc"krystophny commented on 2025-11-07 20:32 (UTC) (edited on 2025-11-07 20:32 (UTC) by krystophny)
Please bump version and change linker to lld in order to support also CachyOS (should still work on vanilla Arch).
New PKGBUILD:
e-kwsm commented on 2025-10-31 06:25 (UTC)
This version is broken, see https://github.com/llvm/llvm-project/issues/160896.
gonsolo commented on 2025-10-29 22:05 (UTC)
What wanghaoran said: Missing keys. Even installing the key doesn't help.
wanghaoran commented on 2025-10-29 06:59 (UTC)
missing validpgpkeys '71046D1E9C6656BDD61171873E83BABF4A4F9E85'# Cullen Rhodes cullen.rhodes@arm.com , so is flang
xantares commented on 2025-09-28 07:32 (UTC) (edited on 2025-09-28 09:47 (UTC) by xantares)
maybe try to uninstall any previous version of mlir first, or get rid of any cache/build files, also it takes a lot of memory if you have -jx MAKEFLAGS set in makepkg.conf
LeoTolstoi commented on 2025-09-27 12:32 (UTC)
When trying to install Flang (20.1.8) on CachyOS, the mlir compile fails with
/usr/bin/ld: /usr/lib/libLLVMTableGen.a: error adding symbols: file format not recognized collect2: error: ld returned 1 exit status make[2]: *** [tools/mlir-tblgen/CMakeFiles/mlir-tblgen.dir/build.make:477: bin/mlir-tblgen] Error 1 make[1]: *** [CMakeFiles/Makefile2:15329: tools/mlir-tblgen/CMakeFiles/mlir-tblgen.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'mlir-20.1.8-1': error: can't build flang-20.1.8-1, deps not satisfied: mlir>=20 error: packages failed to build: mlir-20.1.8-1 flang-20.1.8-1 PAKtC
How can this be fixed / how can I provide the necessary information? From problems I've had before of linking Fortran modules, I suspect that the compiler used for LLVM is different from the compiler used to build MLIR, but I don't have enough technical knowledge to debug further / fix the problem, sorry.
HurricanePootis commented on 2025-09-06 19:57 (UTC)
@xantares
Do you think that you could switch
mlirto use the Ninja backend for faster compile times? Also, please add yourself as maintainer to the top of the PKGBUILD. Furthermore, make thelicense()SPDX compliant.1 2 3 Next › Last »