Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3Packages.llvmlite: make it statically link to llvm
Llvmlite doc says that they link to llvm statically, but it's not. Check - numba/llvmlite#1027. - https://github.com/numba/llvmlite/blob/ca123c3ae2a6f7db865661ae509862277ec5d692/docs/source/faqs.rst#why-static-linking-to-llvm This behavior causes problems when python uses another version of llvm, for example, mesa llvmpipe. This PR force llvmlite statically link to llvm. Besides, this PR also use llvm as buildInputs rather than nativeBuildInputs since it's a library that llvmlite use rather than a part of build system. This PR also cleans outdated patches.
- Loading branch information