Search Criteria
Package Details: asmjit-git r562.a3199e8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/asmjit-git.git (read-only, click to copy) |
---|---|
Package Base: | asmjit-git |
Description: | Machine code generation for C++ |
Upstream URL: | https://asmjit.com/ |
Licenses: | zlib |
Conflicts: | asmjit |
Provides: | asmjit, libasmjit.so |
Submitter: | alucryd |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-14 08:59 (UTC) |
Last Updated: | 2025-08-27 15:50 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
simona commented on 2025-08-27 16:37 (UTC) (edited on 2025-08-27 16:37 (UTC) by simona)
no: this error is of python-pytorch-opt-rocm. this is another problem I dont have.
abouvier commented on 2025-08-27 15:44 (UTC)
The problem is in
python-pytorch
: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/26simona commented on 2025-08-27 11:48 (UTC)
asmjit-git: /usr/include/asmjit/core/target.h è già presente nel filesystem (appartiene a python-pytorch)
and others...
abouvier commented on 2022-03-20 03:02 (UTC) (edited on 2022-03-20 03:02 (UTC) by abouvier)
Can you add
provides=('asmjit')
andconflicts=('asmjit')
?Also, can you replace
make
withcmake --build .
andmake install DESTDIR="${pkgdir}"
withDESTDIR="${pkgdir}" cmake --install .
? In case someone use a different generator by default (with for exampleexport CMAKE_GENERATOR=Ninja
inmakepkg.conf
).