[110079] trunk/dports/math/arpack/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Aug 25 15:36:40 PDT 2013
Revision: 110079
https://trac.macports.org/changeset/110079
Author: jeremyhu at macports.org
Date: 2013-08-25 15:36:40 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
arpack: mpich always has fortran bits now
Modified Paths:
--------------
trunk/dports/math/arpack/Portfile
Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile 2013-08-25 22:35:57 UTC (rev 110078)
+++ trunk/dports/math/arpack/Portfile 2013-08-25 22:36:40 UTC (rev 110079)
@@ -51,19 +51,6 @@
configure.args-append --disable-shared
}
}
-
- if {[variant_isset mpich]} {
- # mpich has a path dependency on mpif77, which could be satisfied by mpich-devel instead
- # Fortunately, if mpif77 is present, this check is not needed.
- if { [_portnameactive mpich] } {
- if { ![active_variants mpich gcc43] && ![active_variants mpich gcc44] && \
- ![active_variants mpich gcc45] && ![active_variants mpich gcc46] && \
- ![active_variants mpich gcc47] } {
- ui_error "${name} with +mpich requires that mpich was built with a Fortran variant"
- return -code error "mpich needs Fortran variant"
- }
- }
- }
}
# Fortran compilers can not cross-compile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/75770920/attachment.html>
More information about the macports-changes
mailing list