<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/06825062cf9db974ca171ea80490f4ef36cc6b50">https://github.com/macports/macports-ports/commit/06825062cf9db974ca171ea80490f4ef36cc6b50</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 06825062cf9 paramonte: do not install test binary
</span>06825062cf9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 06825062cf9db974ca171ea80490f4ef36cc6b50
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Jun 13 20:39:56 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> paramonte: do not install test binary
</span>---
math/paramonte/Portfile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/paramonte/Portfile b/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d022369a18e..467e684f26c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/paramonte/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,13 @@ PortSystem 1.0
</span> PortGroup cmake 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup mpi 1.0
</span> PortGroup linear_algebra 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup mpi 1.0
</span>
# Using commit since release is broken: https://github.com/cdslaborg/paramonte/issues/20
github.setup cdslaborg paramonte 08b5ee74e1dc9045fca8fd7d94e3bbc979a3c425
version 1.5.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories math science fortran
license MIT
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,3 +69,9 @@ test.cmd-prepend DYLD_LIBRARY_PATH=${prefix}/lib/libgcc:${cmake.build_dir}/ob
</span> # Yeah, it is a mess: data files are placed into bin, while a binary is sitting in obj. Eh.
test.dir ${cmake.build_dir}/test/bin
test.target
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Given how oddly everything is placed, rather not move things around and get new errors
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# but trash a test binary here, otherwise it gets installed.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${prefix}/var/macports/build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>