<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/c8f6a1410090de770f5c722a13f309c56bde655c">https://github.com/macports/macports-ports/commit/c8f6a1410090de770f5c722a13f309c56bde655c</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 c8f6a14  hpddm: Use ${frameworks_dir}
</span>c8f6a14 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c8f6a1410090de770f5c722a13f309c56bde655c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Sep 15 19:20:59 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    hpddm: Use ${frameworks_dir}
</span>---
 math/hpddm/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/hpddm/Portfile b/math/hpddm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b67887a..6fc20c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/hpddm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/hpddm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,13 +48,13 @@ pre-configure {
</span>         MPIF90=${configure.f90} \
         "MPIRUN=${prefix}/bin/${mpi.exec} -np" \
         MUMPS_INCS=-I${prefix}/include \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        PYTHON_INCS=-I${prefix}/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PYTHON_INCS=-I${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
</span>         "BLAS_LIBS=-L${prefix}/lib ${linalglib}" \
         "ARPACK_LIBS=-L${prefix}/lib -larpack" \
         "SCALAPACK_LIBS=-L${prefix}/lib -lscalapack" \
         "MUMPS_LIBS=-L${prefix}/lib -lmumps_common -lsmumps -ldmumps -lcmumps -lzmumps -lpord" \
         "HYPRE_LIBS=-L${prefix}/lib -lHYPRE" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        "PYTHON_LIBS=-L${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "PYTHON_LIBS=-L${frameworks_dir}/Python.framework/Versions/2.7/lib -lpython2.7"
</span>     } else {
     configure.env-append \
         MPICXX=${configure.cxx} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,13 +62,13 @@ pre-configure {
</span>         MPIF90=${configure.f90} \
         MPIRUN="${prefix}/bin/${mpi.exec} -np" \
         MUMPS_INCS=-I${prefix}/include \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        PYTHON_INCS=-I${prefix}/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PYTHON_INCS=-I${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
</span>         BLAS_LIBS="-L${prefix}/lib ${linalglib}" \
         ARPACK_LIBS="-L${prefix}/lib -larpack" \
         SCALAPACK_LIBS="-L${prefix}/lib -lscalapack" \
         MUMPS_LIBS="-L${prefix}/lib -lmumps_common -lsmumps -ldmumps -lcmumps -lzmumps -lpord" \
         HYPRE_LIBS="-L${prefix}/lib -lHYPRE" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        PYTHON_LIBS="-L${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PYTHON_LIBS="-L${frameworks_dir}/Python.framework/Versions/2.7/lib -lpython2.7"
</span>     }
 }
 configure.cmd         printenv
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,5 +102,5 @@ depends_test-append     port:py27-mpi4py \
</span>                         port:py27-scipy
 
 pre-test {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.args-append PATH=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin:$env(PATH)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.args-append PATH=${frameworks_dir}/Python.framework/Versions/2.7/bin:$env(PATH)
</span> }
</pre><pre style='margin:0'>

</pre>