Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256829 Details for
Bug 348360
econf "${myconf}" badness
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wcd-0.6.0.ebuild
wcd-0.6.0.ebuild (text/plain), 1.04 KB, created by
Martin Mokrejš
on 2010-12-10 12:47:36 UTC
(
hide
)
Description:
wcd-0.6.0.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2010-12-10 12:47:36 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic eutils > >DESCRIPTION="wcd clusters sequences (typically ESTs) by either of: d2 function, edit distance, common word heuristics." >HOMEPAGE="http://code.google.com/p/wcdest" >SRC_URI="http://wcdest.googlecode.com/files/wcd-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="mpi threads" > >DEPEND="mpi? ( sys-cluster/mpich2 )" >RDEPEND="" > >#src_prepare() { ># sed -e 's/--enable-MPI/--enable-mpi/' \ ># -e 's/--enable-PTHREADS/--enable-pthreads/' -i configure.ac ># eautoconf || die >#} > >src_compile(){ > local myconf="" > if use mpi; then > myconf="${myconf} --enable-mpi" > fi > > if use threads; then > myconf="${myconf} --enable-pthreads" > fi > > #econf "--target=i686-pc-linux-gnu ${myconf}" || die > econf ${myconf} || die > > emake || die > emake pdf || die > emake info || die > emake html || die >} > >src_install() { > emake PREFIX=/usr DESTDIR="${D}" LIBDIR="${D}"usr/$(get_libdir) install \ > || die "make install failed" >}
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 348360
: 256829