[71354] trunk/dports/devel/valgrind-devel/Portfile

raimue at macports.org raimue at macports.org
Thu Sep 9 17:52:54 PDT 2010


Revision: 71354
          http://trac.macports.org/changeset/71354
Author:   raimue at macports.org
Date:     2010-09-09 17:52:53 -0700 (Thu, 09 Sep 2010)
Log Message:
-----------
devel/valgrind-devel: Fix +openmpi variant, #26424

Modified Paths:
--------------
    trunk/dports/devel/valgrind-devel/Portfile

Modified: trunk/dports/devel/valgrind-devel/Portfile
===================================================================
--- trunk/dports/devel/valgrind-devel/Portfile	2010-09-10 00:41:29 UTC (rev 71353)
+++ trunk/dports/devel/valgrind-devel/Portfile	2010-09-10 00:52:53 UTC (rev 71354)
@@ -6,7 +6,7 @@
 svn.revision    11208
 set vex_revision 1986
 version         3.6.0-r${svn.revision}
-revision        1
+revision        2
 categories      devel
 platforms       darwin
 maintainers     raimue
@@ -54,7 +54,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 none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100909/d9ea86dd/attachment-0001.html>


More information about the macports-changes mailing list