summaryrefslogtreecommitdiff
path: root/math/faiss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/faiss/Makefile')
-rw-r--r--math/faiss/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/faiss/Makefile b/math/faiss/Makefile
index b64c7cdd9051..e64bffca76f0 100644
--- a/math/faiss/Makefile
+++ b/math/faiss/Makefile
@@ -1,11 +1,8 @@
PORTNAME= faiss
DISTVERSIONPREFIX= v
-DISTVERSION= 1.11.0
+DISTVERSION= 1.12.0
CATEGORIES= math
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES= 01c7e647388f9e23fc828059a3fd9c61b43c0740.patch:-p1 # FreeBSD compatibility patch, https://github.com/facebookresearch/faiss/pull/4316
-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for efficient similarity search & clustering of dense vectors
WWW= https://github.com/facebookresearch/faiss
@@ -28,11 +25,9 @@ USES= cmake:testing compiler:c++11-lang localbase:ldflags # tests fail to compi
USE_GITHUB= yes
GH_ACCOUNT= facebookresearch
-#LDFLAGS+= -lgtest #-pthread
-
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING FAISS_ENABLE_GPU FAISS_ENABLE_PYTHON
-# tests as of 1.11.0: 99% tests passed, 1 tests failed out of 132, TestMemoryLeak.ivfflat (Timeout)
+# tests as of 1.12.0: 100% tests passed
.include <bsd.port.mk>