<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/794f675b1c5eee63242e7a62a385e4a280aba2ce">https://github.com/macports/macports-ports/commit/794f675b1c5eee63242e7a62a385e4a280aba2ce</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 794f675b1c5eee63242e7a62a385e4a280aba2ce
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Jan 25 13:12:33 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    flint: add tests variant
</span>---
 math/flint/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/flint/Portfile b/math/flint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3682e37d8f1..9977cc2be78 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/flint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/flint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,10 @@ depends_lib-append          port:gmp \
</span> # NTL requires C++11
 configure.cxxflags-append   -std=c++11
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.run                    yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-test.target                 DYLD_FALLBACK_LIBRARY_PATH=${worksrcpath} check
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant tests description {Enable tests} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.run                yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -DBUILD_TESTING=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.args-append        DYLD_LIBRARY_PATH=${cmake.build_dir}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 livecheck.url               ${homepage}/downloads.html
</pre><pre style='margin:0'>

</pre>