[107476] trunk/dports/math/arpack/Portfile

mmoll at macports.org mmoll at macports.org
Sun Jun 30 18:02:13 PDT 2013


Revision: 107476
          https://trac.macports.org/changeset/107476
Author:   mmoll at macports.org
Date:     2013-06-30 18:02:13 -0700 (Sun, 30 Jun 2013)
Log Message:
-----------
math/arpack: fix compilation issues with +openmpi and +mpich variants. closes #39588

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

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2013-06-30 22:01:36 UTC (rev 107475)
+++ trunk/dports/math/arpack/Portfile	2013-07-01 01:02:13 UTC (rev 107476)
@@ -77,7 +77,7 @@
     depends_lib-append     port:openmpi
     configure.args-delete  --disable-mpi
     configure.args-append  --enable-mpi
-    configure.env-append   F77=${prefix}/bin/openmpif77
+    configure.env-append   F77=${prefix}/bin/openmpif77 MPIF77=${prefix}/bin/openmpif77
 }
 
 variant mpich description {build PARPACK, with MPICH} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 openmpi {
@@ -85,7 +85,7 @@
     # unfortunately, by default mpich builds without Fortran support, which won't work here. ticket #39428
     configure.args-delete  --disable-mpi
     configure.args-append  --enable-mpi
-    configure.env-append   F77=${prefix}/bin/mpif77
+    configure.env-append   F77=${prefix}/bin/mpif77 MPIF77=${prefix}/bin/mpif77
 }
 
 if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130630/1c613627/attachment.html>


More information about the macports-changes mailing list