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

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 25 21:23:13 PDT 2013


Revision: 110087
          https://trac.macports.org/changeset/110087
Author:   jeremyhu at macports.org
Date:     2013-08-25 21:23:13 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
arpack: openmpi always supports fortran now

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

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2013-08-26 02:21:56 UTC (rev 110086)
+++ trunk/dports/math/arpack/Portfile	2013-08-26 04:23:13 UTC (rev 110087)
@@ -39,13 +39,6 @@
    }
 
    if {[variant_isset openmpi]} {
-      if { ![active_variants openmpi gcc43] && ![active_variants openmpi gcc44] && \
-           ![active_variants openmpi gcc45] && ![active_variants openmpi gcc46] && \
-           ![active_variants openmpi gcc47] && ![active_variants openmpi gcc48] && \
-           ![active_variants openmpi g95] } {
-	ui_error "${name} with +openmpi requires that openmpi was built with a Fortran variant"
-	return -code error "openmpi needs Fortran variant"
-      }
       # see g95 variant below for explanation
       if { [active_variants openmpi g95] } {
         configure.args-append --disable-shared
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/57a71719/attachment.html>


More information about the macports-changes mailing list