Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:weberho:postgresql-backport
pgvector
pgvector.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pgvector.spec of Package pgvector
# # spec file # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define pg_name @BUILD_FLAVOR@%{nil} %define ext_name pgvector %{pg_version_from_name} Name: %{pg_name}-%{ext_name} Version: 0.7.4 Release: 0 Summary: Open-source vector similarity search for Postgres License: PostgreSQL Group: Productivity/Databases/Tools URL: https://github.com/pgvector/pgvector Source: https://github.com/pgvector/%{ext_name}/archive/refs/tags/v%{version}.tar.gz#/%{ext_name}-%{version}.tar.gz BuildRequires: %{pg_name}-server-devel %pg_server_requires %if "%{pg_name}" == "" ExclusiveArch: do_not_build Name: %{ext_name} %endif %description Store your vectors with the rest of your data. Supports: exact and approximate nearest neighbor search L2 distance, inner product, and cosine distance any language with a Postgres client Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great features of Postgres %prep %autosetup -p1 -n %{ext_name}-%{version} %build %make_pgxs %install %make_install %files %license LICENSE %doc README.md CHANGELOG.md %{pg_config_pkglibdir}/vector*.so %{pg_config_sharedir}/extension/vector* %{pg_config_pkgincludedir}/server/extension/vector/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor