<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/a4f9ebc17cc13153adb56cd339b36e1e1fbc34c9">https://github.com/macports/macports-ports/commit/a4f9ebc17cc13153adb56cd339b36e1e1fbc34c9</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 a4f9ebc17cc abinit: Run tests in parallel, use correct python version, don't use MPI3.
</span>a4f9ebc17cc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a4f9ebc17cc13153adb56cd339b36e1e1fbc34c9
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Sun Aug 23 17:52:56 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    abinit: Run tests in parallel, use correct python version, don't use MPI3.
</span>---
 science/abinit/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/abinit/Portfile b/science/abinit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d2bb8686fd9..2b69db5aeff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/abinit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/abinit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,11 +85,12 @@ destroot.target   install-exec install-data-local
</span> universal_variant   no
 
 test.run            yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.cmd            tests/runtests.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.cmd            tests/runtests.py -j ${build.jobs}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # args -t0 for no timeout since it cannot be found anyway; or: set depends_test-append port:timeout
 test.target         libxc built-in fast tutorespfn tutorial unitary
 #test.target         built-in fast tutorespfn tutorial unitary v1 v2 v3 v4 v5 v6 v67mbpt v7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_test-append port:py-pandas
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_test-append port:py27-pandas
</span> 
 pre-test {
     if {[mpi_variant_isset]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,10 +107,10 @@ pre-configure {
</span>     configure.args-append  FCCPP="${configure.cc} -E -ansi"
     if {[mpi_variant_isset]} {
         configure.args-append  --with-mpi --enable-mpi-io="yes" --enable-mpi-inplace
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if {[mpi_variant_name] eq "mpich" || [mpi_variant_name] eq "mpich-devel"} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            # with OpenMPI, causes compilation error in m_profiling_abi.F90 related to MPI_COMM_WORLD
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            configure.args-append --with-mpi-level=3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # causes compilation error in m_profiling_abi.F90 related to MPI_COMM_WORLD
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # This looks like a possible mistake in not including the mpi module
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # configure.args-append --with-mpi-level=3
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>