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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/62a240f7128099554a22ecf60314cbbf6dc48ea5">https://github.com/macports/macports-ports/commit/62a240f7128099554a22ecf60314cbbf6dc48ea5</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 62a240f7128 Gildas: fixed destroot for ARM.
</span>62a240f7128 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 62a240f7128099554a22ecf60314cbbf6dc48ea5
</span>Author: Sebastien Bardeau <bardeau@iram.fr>
AuthorDate: Thu Jul 8 14:44:20 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Gildas: fixed destroot for ARM.
</span>---
 science/gildas/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gildas/Portfile b/science/gildas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f28e8cfc82..bebdb7b0077 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gildas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gildas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,9 @@ PortGroup           active_variants 1.1
</span> 
 name                gildas
 version             202107a
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set my_version      [string tolower [clock format [clock scan 2000-[string range ${version} 4 5]-10] -format %b]][string range ${version} 2 3][string range ${version} 6 end]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set my_machine      [if {[string match *arm* ${os.arch}]} {list arm64} {list x86_64}]
</span> categories          science
 platforms           darwin
 maintainers         {bardeau @bardeau}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,7 +87,7 @@ configure {
</span> }
 
 build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "source admin/gildas-env.sh -c ${configure.fc} ${my_build_opts} -s ${prefix}/include:${prefix}/lib:/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Versions/Current/ && export GAG_SLDFLAGS='-shared -o ${prefix}/lib/gildas/x86_64-darwin-gfortran/lib/\$(notdir \$@) -install_name ${prefix}/lib/gildas/x86_64-darwin-gfortran/lib/\$(notdir \$@)' && export DYLD_LIBRARY_PATH=${worksrcpath}/integ/x86_64-darwin-gfortran/lib && export GAG_ADDO [...]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "source admin/gildas-env.sh -c ${configure.fc} ${my_build_opts} -s ${prefix}/include:${prefix}/lib:/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Versions/Current/ && export GAG_SLDFLAGS='-shared -o ${prefix}/lib/gildas/${my_machine}-darwin-gfortran/lib/\$(notdir \$@) -install_name ${prefix}/lib/gildas/${my_machine}-darwin-gfortran/lib/\$(notdir \$@)' && export DYLD_LIBRARY_PATH=${worksrcpath}/integ/${my_machine}-darwin-gfortran/l [...]
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,6 +107,6 @@ destroot {
</span>     reinplace -W ${destroot}${prefix}/bin s|@PREFIX@|${prefix}|g astro class clic greg mapping mira mrtcal sic sched-30m imager
 
     # delete broken module
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    delete ${destroot}${prefix}/lib/gildas/x86_64-darwin-gfortran/python/pyclassfiller
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${destroot}${prefix}/lib/gildas/${my_machine}-darwin-gfortran/python/pyclassfiller
</span>     
 }
</pre><pre style='margin:0'>

</pre>