From 7f493f9eb92ae45b1585d4bfde831626700fc13f Mon Sep 17 00:00:00 2001 From: bicatali Date: Tue, 21 Mar 2006 22:29:35 +0000 Subject: cleaning git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@141 32389bae-6d03-0410-99cf-db05cde120eb --- sys-cluster/openmpi/Manifest | 2 +- sys-cluster/openmpi/openmpi-1.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-cluster/openmpi') diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest index a0217eb43..f7752ad54 100644 --- a/sys-cluster/openmpi/Manifest +++ b/sys-cluster/openmpi/Manifest @@ -1,4 +1,4 @@ MD5 5857c1a5ccb8ec1a1b24454e7f74a2d9 ChangeLog 342 MD5 914db9dc84c9ae3fdc732b8fb13fe21c files/digest-openmpi-1.0.1 67 MD5 c92d111706d0769823a1ff19c0abaacf metadata.xml 541 -MD5 2efb14e7a2f1ed98a2b6db6e76004018 openmpi-1.0.1.ebuild 1762 +MD5 126cfd0760bf81b47f6b640e690934f4 openmpi-1.0.1.ebuild 1761 diff --git a/sys-cluster/openmpi/openmpi-1.0.1.ebuild b/sys-cluster/openmpi/openmpi-1.0.1.ebuild index b668612e8..52a82bf8c 100644 --- a/sys-cluster/openmpi/openmpi-1.0.1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.0.1.ebuild @@ -39,7 +39,7 @@ src_compile() { use crypt && RSH=ssh || RSH=rsh; myconf="${myconf} --with-rsh=${RSH}" use threads && myconf="${myconf} --with-threads=posix --enable-mpi-threads" use pbs && append-ldflags "-L/usr/$(get_libdir)/pbs" - use fortran || myconf="${myconf} --disable-mpi-f77 --disable-mpi-f90" + use fortran || myconf="${myconf} --disable-mpi-f77 --disable-mpi-f90" use static && myconf="${myconf} --enable-static --disable-shared" econf \ -- cgit v1.2.3-65-gdbad