<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/9f501323c1c44961487017900b11f1ba720d3390">https://github.com/macports/macports-ports/commit/9f501323c1c44961487017900b11f1ba720d3390</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9f501323c1c44961487017900b11f1ba720d3390
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Jun 2 01:22:57 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> R-fdacluster: require_fortran, since some versions of macOS seem to want it
</span>---
R/R-fdacluster/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/R/R-fdacluster/Portfile b/R/R-fdacluster/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aec5148284d..faa958d909e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/R/R-fdacluster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/R/R-fdacluster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup R 1.0
</span>
# Revert to GitHub once updated there.
R.setup cran astamm fdacluster 0.2.2
<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-append math
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,10 @@ depends_lib-append port:R-cli \
</span> port:R-tidyr \
port:R-withr
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# It is weird with this port: only macOS 12 on buildbots tries to link to libgfortran.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# However we rather avoid random failures and add fortran just in case for all.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.setup require_fortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_test-append port:R-fda \
port:R-funData \
port:R-future \
</pre><pre style='margin:0'>
</pre>