[149280] trunk/dports/science/apbs/files/patch-tests-apbs_tester.py.diff

dstrubbe at macports.org dstrubbe at macports.org
Thu Jun 9 07:56:32 PDT 2016


Revision: 149280
          https://trac.macports.org/changeset/149280
Author:   dstrubbe at macports.org
Date:     2016-06-09 07:56:32 -0700 (Thu, 09 Jun 2016)
Log Message:
-----------
apbs: Add forgotten patchfile.

Added Paths:
-----------
    trunk/dports/science/apbs/files/patch-tests-apbs_tester.py.diff

Added: trunk/dports/science/apbs/files/patch-tests-apbs_tester.py.diff
===================================================================
--- trunk/dports/science/apbs/files/patch-tests-apbs_tester.py.diff	                        (rev 0)
+++ trunk/dports/science/apbs/files/patch-tests-apbs_tester.py.diff	2016-06-09 14:56:32 UTC (rev 149280)
@@ -0,0 +1,11 @@
+--- tests/apbs_tester.py.orig	2016-06-08 13:55:06.000000000 -0400
++++ tests/apbs_tester.py	2016-06-08 13:55:32.000000000 -0400
+@@ -59,7 +59,7 @@
+     output_file = open( output_name, 'w' )
+     
+     # Construct the system command and make the call
+-    command = [ binary, input_file ]
++    command = [ mpiexec, binary, input_file ]
+     subprocess.call( command, stdout = output_file )
+     
+     # Look for the results in the output file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160609/6f729d09/attachment.html>


More information about the macports-changes mailing list