summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-08-18 00:34:21 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-08-18 00:34:21 +0000
commite6d10630d5ed5c59c348dace9e7e3a6f34d55fae (patch)
tree07726c57d8b15d8bff5cf3ac0cb46786aec03a90 /sys-cluster
parentPush /usr/include into the default searchpath for mpif90. #281283 (diff)
downloadgentoo-2-e6d10630d5ed5c59c348dace9e7e3a6f34d55fae.tar.gz
gentoo-2-e6d10630d5ed5c59c348dace9e7e3a6f34d55fae.tar.bz2
gentoo-2-e6d10630d5ed5c59c348dace9e7e3a6f34d55fae.zip
Remove -I hack for fortran
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/ChangeLog5
-rw-r--r--sys-cluster/openmpi/openmpi-1.3.3.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index a445d3db5f3b..21349f8b5e06 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/openmpi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.53 2009/08/18 00:32:27 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.54 2009/08/18 00:34:21 jsbronder Exp $
+
+ 18 Aug 2009; Justin Bronder <jsbronder@gentoo.org> openmpi-1.3.3.ebuild:
+ Remove -I hack for fortran
*openmpi-1.2.9-r1 (18 Aug 2009)
diff --git a/sys-cluster/openmpi/openmpi-1.3.3.ebuild b/sys-cluster/openmpi/openmpi-1.3.3.ebuild
index 504d58d03808..ae5ec93ca4a6 100644
--- a/sys-cluster/openmpi/openmpi-1.3.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.3.ebuild,v 1.2 2009/08/17 23:53:09 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.3.ebuild,v 1.3 2009/08/18 00:34:21 jsbronder Exp $
EAPI=2
inherit eutils multilib flag-o-matic toolchain-funcs fortran
@@ -75,9 +75,6 @@ src_configure() {
if use fortran; then
if [[ "${FORTRANC}" = "g77" ]]; then
myconf="${myconf} --disable-mpi-f90"
- elif [[ "${FORTRANC}" = "gfortran" ]]; then
- # Because that's just a pain in the butt.
- myconf="${myconf} --with-wrapper-fflags=-I/usr/include"
elif [[ "${FORTRANC}" = if* ]]; then
# Enabled here as gfortran compile times are huge with this enabled.
myconf="${myconf} --with-mpi-f90-size=medium"