Search Criteria
Package Details: pgvecto.rs-immich 0.2.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/pgvecto.rs-immich.git (read-only, click to copy) |
---|---|
Package Base: | pgvecto.rs-immich |
Description: | Postgres extension that provides vector similarity search functions. It is written in Rust and based on pgrx. Version required for Immich. |
Upstream URL: | https://github.com/tensorchord/pgvecto.rs |
Licenses: | Apache-2.0 |
Conflicts: | pgvecto.rs |
Provides: | pgvecto.rs |
Submitter: | pikl |
Maintainer: | pikl |
Last Packager: | pikl |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-12-17 11:24 (UTC) |
Last Updated: | 2024-08-08 21:20 (UTC) |
Dependencies (17)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- ccache (ccache-gitAUR) (make)
- clang16AUR (make)
- flex (flex-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- libxslt (libxslt-gitAUR) (make)
- lsb-release (make)
- make (make-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (make)
- readline (readline-gitAUR) (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
- tzdata (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (1)
- immich-server (requires pgvecto.rs)
Latest Comments
pikl commented on 2025-01-26 08:31 (UTC)
I'm struggling to get this package to build @
0.3.0
withpostgresql-17
so please using the binary version for now.This package is currently only useful if you'd like to stick at
postgresql-16
.30p87 commented on 2025-01-14 01:03 (UTC) (edited on 2025-01-14 01:03 (UTC) by 30p87)
And yeah. Also got to bump _pgver to 17 over here. I suggest replacing
cargo pgrx init --pg16=/usr/bin/pg_config
withcargo pgrx init --pg${_pkgver}=/usr/bin/pg_config
.codified_mantel commented on 2025-01-13 08:08 (UTC)
doesn't seem to include support for postgresql 16?
szymon_j commented on 2024-06-08 14:02 (UTC)
Build are failing on two of my machines with an error:
When I create a symlink to clang-17 called clang-16, clang complains about lack of support for avx512.
Thanks!