Search Criteria
Package Details: python-tensorstore 0.1.71-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tensorstore.git (read-only, click to copy) |
---|---|
Package Base: | python-tensorstore |
Description: | Library for reading and writing large multi-dimensional arrays. |
Upstream URL: | https://github.com/google/tensorstore |
Keywords: | hdf5 mat n5 zarr |
Licenses: | Apache |
Submitter: | daskol |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 4 |
Popularity: | 0.30 |
First Submitted: | 2023-02-16 11:12 (UTC) |
Last Updated: | 2024-12-13 23:12 (UTC) |
Dependencies (24)
- blosc (blosc-gitAUR)
- brotli (brotli-gitAUR)
- bzip2 (bzip2-gitAUR)
- c-ares (c-ares-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libavif (libavif-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libnghttp2 (libnghttp2-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- lz4 (lz4-gitAUR)
- pybind11 (pybind11-gitAUR)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- snappy (snappy-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
carsme commented on 2024-01-10 15:55 (UTC)
I'm unsure why the build fails with
ccache
enabled, might be related tobazel
, but I don't know.If the issue is unrelated to my environment, and the package is truly incompatible with
ccache
, it would be appropriate to disableccache
for this package specifically, by puttingoptions=(!ccache)
in thePKGBUILD
.You can try building with
ccache
enabled by removing the!
in front ofccache
in your/etc/makepkg.conf
:daskol commented on 2024-01-10 15:24 (UTC) (edited on 2024-01-10 15:25 (UTC) by daskol)
@carsme I didn't quite get it, what is the issue with
ccache
?carsme commented on 2024-01-10 15:22 (UTC)
Hey, building this package fails for me when using
ccache
:Could you please add
options=(!ccache)
. Thanks!truncs commented on 2023-12-29 21:28 (UTC)
Not sure if this is the right place to submit a patch but I updated using the following
« First ‹ Previous 1 2