Skip to content

Commit 1ff0956

Browse files
BrewTestBotbotantony
authored andcommitted
faiss 1.14.2
1 parent 13833ae commit 1ff0956

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/f/faiss.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Faiss < Formula
22
desc "Efficient similarity search and clustering of dense vectors"
33
homepage "https://github.com/facebookresearch/faiss"
4-
url "https://github.com/facebookresearch/faiss/archive/refs/tags/v1.14.1.tar.gz"
5-
sha256 "fa61ba99973fc3f5cd8f54b112b02d9be162bf29c6cc7c393604cda2d11e0446"
4+
url "https://github.com/facebookresearch/faiss/archive/refs/tags/v1.14.2.tar.gz"
5+
sha256 "9a81835c98627f2225b55ca85402262b57956878717ec1bf8858033b9f7d1255"
66
license "MIT"
77

88
livecheck do
@@ -42,7 +42,7 @@ def install
4242

4343
test do
4444
cp pkgshare/"demos/demo_imi_flat.cpp", testpath
45-
system ENV.cxx, "-std=c++11", "demo_imi_flat.cpp", "-L#{lib}", "-lfaiss", "-o", "test"
45+
system ENV.cxx, "-std=c++17", "demo_imi_flat.cpp", "-L#{lib}", "-lfaiss", "-o", "test"
4646
assert_match "Query results", shell_output("./test")
4747
end
4848
end

0 commit comments

Comments
 (0)