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.86 |
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-quiche-gitAUR, 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-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- snappy (snappy-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- python-build (make)
- Show 4 more dependencies...
Latest Comments
1 2 Next › Last »
Alad commented on 2024-07-06 10:45 (UTC)
Requires python-numpy>=2.0.0
intelfx commented on 2024-06-14 22:44 (UTC)
I have cooked up a better patch to unbreak build with GCC >= 14, please apply: https://0x0.st/Xct3.diff
h3ss commented on 2024-06-10 15:35 (UTC) (edited on 2024-06-10 15:36 (UTC) by h3ss)
If you're getting this error on building:
You can fix it by changing the compiler that will be used to
clang
. Specifically, you just need to add this line to the PKGBUILD at the top of thebuild()
function:For this to work, you'll have to have clang installed of course.
Alternatively, we could wait till the next release when this fix should be included.
Tomsod commented on 2024-05-25 20:47 (UTC)
The build error is caused by GCC 14 incompatibility, see here for a workaround: https://github.com/google/tensorstore/issues/161
xdewsz commented on 2024-05-23 05:57 (UTC) (edited on 2024-05-23 06:01 (UTC) by xdewsz)
Seconding the issue with building that 4rozenwolves discovered.
Edit: for those of you willing to go off the AUR, check the maintainer's github page for an informal repository of Arch AI-related packages.
4rozenwolves commented on 2024-05-10 07:20 (UTC) (edited on 2024-05-10 07:21 (UTC) by 4rozenwolves)
There is error building.
carsme commented on 2024-02-07 08:34 (UTC)
Here's a patch:
This takes into account that the ccache directory not necessarily is located at
$HOME/.ccache
.carsme commented on 2024-02-07 07:22 (UTC)
Can you please apply one of the suggested fixes the ccache issues? Feel free to add me as co-maintainer if you'd like me to do it. Much appreciated, thanks!
wheelsofindustry commented on 2024-02-04 09:33 (UTC) (edited on 2024-02-04 09:46 (UTC) by wheelsofindustry)
error was
"Failed to create temporary file for /$HOME/.ccache/tmp/*: Read-only file system
" in PKGBUILD I replacedwith
OR whatever ccache dir
appears to compile normally.
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
:1 2 Next › Last »