Package Details: asmjit-git r562.a3199e8-1

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)

Required by (1)

Sources (1)

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/26

simona 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') and conflicts=('asmjit')?

Also, can you replace make with cmake --build . and make install DESTDIR="${pkgdir}" with DESTDIR="${pkgdir}" cmake --install .? In case someone use a different generator by default (with for example export CMAKE_GENERATOR=Ninja in makepkg.conf).