<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a2228121bebce723ad9b257b84d975aa0e653a12">https://github.com/macports/macports-ports/commit/a2228121bebce723ad9b257b84d975aa0e653a12</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 a2228121beb lapack @3.11.0: don't duplicate rpaths
</span>a2228121beb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a2228121bebce723ad9b257b84d975aa0e653a12
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Jan 20 17:57:13 2024 -0800

<span style='display:block; white-space:pre;color:#404040;'>    lapack @3.11.0: don't duplicate rpaths
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/68686
</span>---
 math/lapack/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lapack/Portfile b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 29264a528d5..6b69f08a03d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,11 +8,12 @@ if {${subport} eq ${name}} {
</span>     PortGroup           compilers 1.0
     compilers.choose    cc fc f77 f90
     compilers.setup     require_fortran -clang
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compilers.add_gcc_rpath_support no
</span> 
     PortGroup           cmake 1.0
     cmake.out_of_source yes
 }
<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 devel science
 license             BSD
 maintainers         {takeshi @tenomoto} openmaintainer
</pre><pre style='margin:0'>

</pre>