[71361] trunk/dports/devel/valgrind/Portfile
raimue at macports.org
raimue at macports.org
Fri Sep 10 03:50:21 PDT 2010
Revision: 71361
http://trac.macports.org/changeset/71361
Author: raimue at macports.org
Date: 2010-09-10 03:50:20 -0700 (Fri, 10 Sep 2010)
Log Message:
-----------
devel/valgrind: Fix +openmpi variant, #26424
Modified Paths:
--------------
trunk/dports/devel/valgrind/Portfile
Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile 2010-09-10 10:45:44 UTC (rev 71360)
+++ trunk/dports/devel/valgrind/Portfile 2010-09-10 10:50:20 UTC (rev 71361)
@@ -4,6 +4,7 @@
name valgrind
version 3.5.0
+revision 1
categories devel
platforms darwin
maintainers raimue
@@ -48,7 +49,7 @@
variant openmpi description {Use openmpi for MPI support} {
depends_lib-append port:openmpi
configure.args-delete --without-mpicc
- configure.args-append --with-mpicc=${prefix}/bin/mpicc
+ configure.args-append --with-mpicc=${prefix}/bin/openmpicc
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100910/ae104394/attachment.html>
More information about the macports-changes
mailing list