Search Criteria
Package Details: python-jaxlib 0.9.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-jaxlib.git (read-only, click to copy) |
|---|---|
| Package Base: | python-jaxlib |
| Description: | XLA library for JAX |
| Upstream URL: | https://github.com/jax-ml/jax |
| Keywords: | deep-learning google jax machine-learning xla |
| Licenses: | Apache-2.0 |
| Groups: | jax |
| Submitter: | daskol |
| Maintainer: | daskol |
| Last Packager: | daskol |
| Votes: | 8 |
| Popularity: | 0.001244 |
| First Submitted: | 2021-01-12 12:50 (UTC) |
| Last Updated: | 2026-02-17 14:51 (UTC) |
Dependencies (9)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- clang20 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
Required by (6)
- python-blackjax
- python-jax
- python-jax-bin
- python-jaxlib-cuda
- python-safetensors (optional)
- python-safetensors-bin (optional)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
mistersmee commented on 2026-02-22 14:27 (UTC)
@daskol, please drop the clang20 dependency, it fails to build with it, but builds fine on the normal latest clang.
Qurczak commented on 2026-02-19 08:34 (UTC)
@daskol, it is working now. Thanks.
daskol commented on 2026-02-17 14:52 (UTC)
@Qurczak @llde I have patched xla to use fresh BoringSSL (it has been outdated for about two years now).
Qurczak commented on 2026-02-17 11:48 (UTC)
@daskol I have similar bug to @llde.
And some logs:
llde commented on 2026-02-17 10:53 (UTC) (edited on 2026-02-17 11:00 (UTC) by llde)
CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -g -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -fstack-clash-protection -fcf-protection" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
maybe one of these flags is triggering the warning? Or act in clang implying "warning as errors"
daskol commented on 2026-02-16 20:45 (UTC)
@llde I took a look at that file. Clang is right about the compilation error. GCC can solve the issue, but Clang is recommended compiler, and
python-jaxlib-cudacan be hardly compiled with GCC (because of thenvccharness). So I stick toclangto reduce maintenance costs.Regarding to your issue, I can't reproduce it locally. Could you share some details? Failed compile commands?
CFLAGS/CXXFLAGSinmakepkg.conf?gcc/gcc-libsversion?llde commented on 2026-02-16 13:36 (UTC) (edited on 2026-02-16 18:54 (UTC) by llde)
COmpilation isn't working for me it's failing with: external/boringssl/src/crypto/fipsmodule/../internal.h:857:10: error: returning 'const void ' from a function with result type 'void ' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] It instead works if I don't use the clang override but keep the default compiler.gcc
llde commented on 2026-02-15 23:39 (UTC)
@daskol Adding tinyxxd as dependacy is breaking the install when other xxd provider like vim/gvim are installed. It should probably be "xxd"
carlosal1015 commented on 2026-02-09 15:21 (UTC)
No worries, since we are building in a clean chroot. No matter if is tinyxxd or vim https://github.com/arch4edu/cactus/actions/runs/21827911321/job/62988226467
1 2 3 4 5 6 .. 9 Next › Last »