Search Criteria
Package Details: vectorchord 1.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vectorchord.git (read-only, click to copy) |
|---|---|
| Package Base: | vectorchord |
| Description: | Scalable, fast, and disk-friendly vector search in Postgres, successor to pgvecto.rs |
| Upstream URL: | https://github.com/tensorchord/VectorChord |
| Licenses: | AGPL-3.0-ONLY OR Elastic-2.0 |
| Submitter: | AlexBocken |
| Maintainer: | usamoi |
| Last Packager: | usamoi |
| Votes: | 2 |
| Popularity: | 0.009336 |
| First Submitted: | 2025-06-08 20:46 (UTC) |
| Last Updated: | 2026-02-28 04:27 (UTC) |
Dependencies (4)
- pgvectorAUR
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR, postgresql17-docsAUR, postgresql17AUR, postgresql18-docsAUR, postgresql18AUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Latest Comments
1 2 Next › Last »
usamoi commented on 2025-12-14 17:44 (UTC)
That sounds reasonable. I've pushed vectorchord 1.0.0 and vectorchord-immich 0.5.3.
aliu commented on 2025-12-14 16:53 (UTC)
I think like the -bin packages we should maintain separate packages: one that's the latest version, and one that's the latest compatible with immich. (The immich-server AUR package already has version requirements that should prevent accidental upgrading.)
usamoi commented on 2025-12-14 16:16 (UTC)
jwh commented on 2025-12-10 17:49 (UTC)
Is there any chance of this being fixed with the comments from @usamoi? It's been broken for quite some time and obviously breaks things like immich that depend on it
usamoi commented on 2025-11-06 13:51 (UTC) (edited on 2025-11-06 14:17 (UTC) by usamoi)
Hi, @AlexBocken, upstream here. Thank you for maintaining the package! I have three notes below that might be useful.
pgvectoris not a build dependency ofvectorchord.vectorchordis built withgcc,clangis still a build dependency ofvectorchord. See also https://docs.vectorchord.ai/vectorchord/getting-started/installation.html.vectorchordis built withgcc, please addCFLAGS+=' -ffat-lto-objects'oroptions=(!lto)toPKGBUILD. Otherwise, C code and Rust code may fail to link correctly. Since the build artifact ofvectorchordis a shared library, the error will only appear at runtime. It's not needed if C code ofvectorchordis built withclang. See also https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20.aliu commented on 2025-11-05 23:21 (UTC)
It worked for me with both clang and gcc installed and
export CC=gccremoved.hashworks commented on 2025-11-05 20:07 (UTC)
Why did you add the
force update for rustup package usersanddo not litter in ~stuff? This is a non-issue in a chroot-build, and building outside a chroot shouldn't be supported.Fails to build with gcc, still expects clang:
Fails to build with clang only (
clangmakedep added, removedexport CC=gccas noted in PKGBUILD):It builds if one only adds the
clangmakedep, don't removeexport CC=gcc.Alas, I kept running into some runtime error I didn't have with the prebuild binaries:
miffe commented on 2025-11-03 16:35 (UTC)
Needs
clangin makedepends1 2 Next › Last »