<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/24fbae3f1916d5c1a872889ccbb45e66965f7a8d">https://github.com/macports/macports-ports/commit/24fbae3f1916d5c1a872889ccbb45e66965f7a8d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 24fbae3f1916d5c1a872889ccbb45e66965f7a8d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Mar 19 09:27:00 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mumps: use makefile PG
</span>---
 math/mumps/Portfile | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/Portfile b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 75221de..43b089d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem                  1.0
</span> PortGroup                   mpi 1.0
 PortGroup                   linear_algebra 1.0
 PortGroup                   muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup                   makefile 1.0
</span> 
 name                        mumps
 version                     5.1.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,14 +42,8 @@ patchfiles-append           patch-shared.diff \
</span> 
 use_parallel_build          no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cmd               printenv
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.pre_args
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.universal_args
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.post_args         {>> Makefile.inc}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> build.target                alllib
 build.args-append           SHAREDFLAGS="-dynamiclib" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            PREFIX="${prefix}" \
</span>                             SHAREDLIBEXT=".dylib"
 
 configure.optflags          -O3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,7 +62,7 @@ if {![variant_isset universal] && ${build_arch} eq "i386"} {
</span>     configure.fflags-append -fno-expensive-optimizations
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-build {
</span>     configure.env-append    MACPORTS_BLAS=${linalglib}
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +95,7 @@ livecheck.regex             {>(\d+(?:\.\d+)*)<}
</span> 
 test.run                    yes
 test.target                 all
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.args-append            PREFIX="${prefix}" LPORD=../lib/libpord.a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.args-append            LPORD=../lib/libpord.a
</span> 
 post-test {
     if {![catch {sysctl hw.ncpu} result]} {
</pre><pre style='margin:0'>

</pre>