<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/055843a51cd14c89a7d8c2269293fa006bb8e244">https://github.com/macports/macports-ports/commit/055843a51cd14c89a7d8c2269293fa006bb8e244</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 055843a sparskit: Move arg setting out of pre-fetch, where it may not get run in all needed cases.
</span>055843a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 055843a51cd14c89a7d8c2269293fa006bb8e244
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Mon Oct 15 15:18:11 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> sparskit: Move arg setting out of pre-fetch, where it may not get run in all needed cases.
</span>---
science/sparskit/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/sparskit/Portfile b/science/sparskit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c6c07e..0d1b6d7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/sparskit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/sparskit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,8 +44,11 @@ test.run yes
</span> test.args FFLAGS=-O3
# test requires FC, FFLAGS set because test makefiles lack explicit rule for .f -> .o and these are in the implicit rule
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-build {
</span> build.args-append F77=${configure.fc}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-test {
</span> test.args-append F77=${configure.fc} FC=${configure.fc}
}
</pre><pre style='margin:0'>
</pre>