Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55419 Details for
Bug 88110
HDF5 (sci-libs/hdf5) on AMD64 needs LAM MPI (sys-cluster/lam-mpi) compiled with -fPIC in order to have parallel support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lam-mpi-7.1.1.ebuild
lam-mpi-7.1.1.ebuild (text/plain), 1.43 KB, created by
Octavio Ruiz (Ta^3)
on 2005-04-05 18:51:59 UTC
(
hide
)
Description:
lam-mpi-7.1.1.ebuild
Filename:
MIME Type:
Creator:
Octavio Ruiz (Ta^3)
Created:
2005-04-05 18:51:59 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.1.ebuild,v 1.1 2005/02/21 08:56:35 spyderous Exp $ > >inherit fortran flag-o-matic > >IUSE="crypt" > >MY_P=${P/-mpi} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="the LAM MPI parallel computing environment" >SRC_URI="http://www.lam-mpi.org/download/files/${MY_P}.tar.bz2" >HOMEPAGE="http://www.lam-mpi.org" > >DEPEND="virtual/libc" ># we need ssh if we want to use it instead of rsh >RDEPEND="${DEPEND} > crypt? ( net-misc/openssh ) > !crypt? ( net-misc/netkit-rsh ) > !sys-cluster/mpich" > >SLOT="6" >KEYWORDS="~amd64 ~x86 ~sparc" >LICENSE="as-is" > >src_unpack() { > unpack ${A} > > cd ${S}/romio/util/ > sed -i "s|docdir=\"\$datadir/lam/doc\"|docdir=\"${D}/usr/share/doc/${PF}\"|" romioinstall.in >} > >src_compile() { > [ "${ARCH}" = "amd64" ] && append-flags -fPIC > > local myconf > > if use crypt; then > myconf="${myconf} --with-rsh=ssh" > else > myconf="${myconf} --with-rsh=rsh" > fi > > econf \ > --sysconfdir=/etc/lam-mpi \ > --enable-shared \ > --with-threads=posix \ > ${myconf} || die > > # sometimes parallel doesn't finish since it gets ahead of itself :) > > emake -j1 || die >} > >src_install () { > > make DESTDIR="${D}" install || die > > # There are a bunch more tex docs we could make and install too, > # but they might be replicated in the pdf. > dodoc README HISTORY LICENSE VERSION > cd ${S}/doc > dodoc {user,install}.pdf >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 88110
:
55418
|
55419
|
55434
|
58688
|
58973
|
59019
|
59021
|
59023
|
65985
|
65986