<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/c00bec5be6a026d8538a3e3dc74e8abb513b9cb8">https://github.com/macports/macports-ports/commit/c00bec5be6a026d8538a3e3dc74e8abb513b9cb8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c00bec5be6a026d8538a3e3dc74e8abb513b9cb8
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Mon Mar 27 14:42:40 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    quantum-espresso: Fix installation prefix.
</span>---
 science/quantum-espresso/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/quantum-espresso/Portfile b/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f41507c..ba888b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,7 @@ categories          science
</span> platforms           darwin
 license             GPL-2
 maintainers         dstrubbe openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         Plane-wave density-functional theory code
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,7 +85,7 @@ test {
</span> # error has been found to occur for Examples/PW/vdWDF
 # :info:test   running the graphite cell relaxation...application called MPI_Abort(MPI_COMM_WORLD, 1) - process 3
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   --prefix=${destroot}${prefix}/bin --with-scalapack=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   --prefix=${destroot}${prefix} --with-scalapack=no
</span> 
 pre-configure {
     # using cpp separately does not work because it tries to output .f90 to .F90, which is the same file in OSX
</pre><pre style='margin:0'>

</pre>