<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/749a291d69ceb820a4297981d62962854b6a9abc">https://github.com/macports/macports-ports/commit/749a291d69ceb820a4297981d62962854b6a9abc</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 749a291d69c libfaiss: update to 1.7.3, use path-style dependency for OpenBLAS
</span>749a291d69c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 749a291d69ceb820a4297981d62962854b6a9abc
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Jan 1 21:41:02 2023 +0700
<span style='display:block; white-space:pre;color:#404040;'> libfaiss: update to 1.7.3, use path-style dependency for OpenBLAS
</span>---
math/libfaiss/Portfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libfaiss/Portfile b/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b6c39c33279..4312cf880ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libfaiss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,11 +5,11 @@ PortGroup cmake 1.1
</span> PortGroup github 1.0
epoch 1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup facebookresearch faiss 1.7.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup facebookresearch faiss 1.7.3 v
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 9f44f7a55b76f397df57b63cc34bd55cc83ce302 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 d49b4afd6a7a5b64f260a236ee9b2efb760edb08c33d5ea5610c2f078a5995ec \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 740431
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 e2f447edf4bc8bb4add776f96c473074d3d71bff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 dda1b031957789e6a6f3b37d48ad135b9557a33c5013c1c245ef4bced2d787de \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 843640
</span>
name libfaiss
categories math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ configure.args-append \
</span> -DFAISS_ENABLE_PYTHON:BOOL=OFF
variant openblas description {Use OpenBLAS instead of Apple's Accelerate framework} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:OpenBLAS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/libopenblas.dylib:OpenBLAS
</span> build.env-delete "BLASLDFLAGS=-framework Accelerate"
build.env-append BLASLDFLAGS=${prefix}/lib/libopenblas.dylib
}
</pre><pre style='margin:0'>
</pre>