[99922] trunk/dports/math/gnudatalanguage

takeshi at macports.org takeshi at macports.org
Tue Nov 20 23:33:05 PST 2012


Revision: 99922
          https://trac.macports.org/changeset/99922
Author:   takeshi at macports.org
Date:     2012-11-20 23:33:05 -0800 (Tue, 20 Nov 2012)
Log Message:
-----------
gnudatalanguage: incorporated the patch for new mpich in #37038

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Added Paths:
-----------
    trunk/dports/math/gnudatalanguage/files/
    trunk/dports/math/gnudatalanguage/files/configure.in.patch

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2012-11-21 05:38:01 UTC (rev 99921)
+++ trunk/dports/math/gnudatalanguage/Portfile	2012-11-21 07:33:05 UTC (rev 99922)
@@ -25,6 +25,7 @@
 set gshhsdata       gshhs_${dataversion}.zip
 distfiles           ${gdlsrc}:gdl
 worksrcdir                  gdl-${version}
+patchfiles          configure.in.patch
 
 checksums           ${gdlsrc} \
                     md5      7178304e6737a8dca910d2c1061ff63c \

Added: trunk/dports/math/gnudatalanguage/files/configure.in.patch
===================================================================
--- trunk/dports/math/gnudatalanguage/files/configure.in.patch	                        (rev 0)
+++ trunk/dports/math/gnudatalanguage/files/configure.in.patch	2012-11-21 07:33:05 UTC (rev 99922)
@@ -0,0 +1,13 @@
+--- configure.in.orig	2012-11-18 09:42:02.000000000 -0600
++++ configure.in	2012-11-18 10:08:03.000000000 -0600
+@@ -700,8 +700,8 @@
+ 
+ if test "x$with_mpich" != "xno"; then
+   if test "x$with_mpich" != "xyes"; then
+-    LIBS="$LIBS -L$with_mpich/lib -lmpich"
+-    INCLUDES="$INCLUDES -I$with_mpich/include"
++    LIBS="$LIBS -L$with_mpich/lib -lpmpich -lmpich -lopa -lmpl"
++    INCLUDES="$INCLUDES -I$with_mpich/include/mpich"
+   else
+     INCLUDES="$INCLUDES -I/usr/include"
+     LIBS="$LIBS -lmpich"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121120/a8861db8/attachment.html>


More information about the macports-changes mailing list