<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/c8a7e534487d206cefffe67f4873bf767c6c04d3">https://github.com/macports/macports-ports/commit/c8a7e534487d206cefffe67f4873bf767c6c04d3</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 c8a7e534487 octopus: Fix to allow compilation with gcc >10.
</span>c8a7e534487 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c8a7e534487d206cefffe67f4873bf767c6c04d3
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Thu Jul 22 11:47:45 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> octopus: Fix to allow compilation with gcc >10.
</span>---
science/octopus/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/octopus/Portfile b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d868d2f8b5..56059f2ce13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,7 +67,7 @@ pre-configure {
</span> configure.cxxflags-append "-std=c++11"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[variant_isset gcc10]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[gcc_variant_isset]} {
</span> # avoid BOZ literal constant error in math/fft.F90
configure.fcflags-append "-fallow-invalid-boz"
}
</pre><pre style='margin:0'>
</pre>