pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
postgresql-pgvector: clean up, remove unnecessary cmake dependency
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Mar 28 20:18:38 2024 +0100
Changeset: c6fd19934b0c34e0a57f8f4588cc97d92cc8390e
Modified Files:
postgresql-pgvector/Makefile
Log Message:
postgresql-pgvector: clean up, remove unnecessary cmake dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c6fd19934b0c34e0a57f8f4588cc97d92cc8390e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
postgresql-pgvector/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diffs:
diff --git a/postgresql-pgvector/Makefile b/postgresql-pgvector/Makefile
index 036e5f8b7e..5b16539d8e 100644
--- a/postgresql-pgvector/Makefile
+++ b/postgresql-pgvector/Makefile
@@ -4,9 +4,8 @@ DISTNAME= pgvector-0.6.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=pgvector/}
-GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
GITHUB_PROJECT= pgvector
-WRKSRC= ${WRKDIR}/${DISTNAME}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc%brianewell.com@localhost
HOMEPAGE= https://github.com/pgvector/pgvector
@@ -14,10 +13,8 @@ COMMENT= Open-source vector similarity search for Postgres
LICENSE= postgresql-license
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
-PGSQL_VERSIONS_ACCEPTED= 16 15 14 13 12
USE_TOOLS+= gmake
-.include "../../devel/cmake/build.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index