Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249321 Details for
Bug 339474
dev-libs/jemalloc-2.1.0 (new package) - a general-purpose scalable concurrent malloc(3) implementation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/jemalloc-9999.ebuild - for testing
jemalloc-9999.ebuild (text/plain), 975 bytes, created by
Hanno Zysik (geki)
on 2010-10-02 14:05:58 UTC
(
hide
)
Description:
dev-libs/jemalloc-9999.ebuild - for testing
Filename:
MIME Type:
Creator:
Hanno Zysik (geki)
Created:
2010-10-02 14:05:58 UTC
Size:
975 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >EGIT_REPO_URI="git://canonware.com/jemalloc.git" >EGIT_BRANCH="master" > >inherit autotools eutils flag-o-matic git > >DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" >HOMEPAGE="http://www.canonware.com/jemalloc/" > >SRC_URI="" > >LICENSE="bsd" >SLOT="0" >KEYWORDS="" >IUSE="debug profiling statistics" > >DEPEND="" >RDEPEND="" > >S="${WORKDIR}" > >src_prepare() { > git_path_fix > > # strip jemalloc optimization preset > epatch "${FILESDIR}/optimization.diff" > > # autotooling > eautoreconf >} > >src_configure() { > git_path_fix > > # configure > econf \ > $(use_enable debug) \ > $(use_enable profiling prof) \ > $(use_enable statistics stats) \ > || die "configure failed" >} > >src_install() { > git_path_fix > > # install > make DESTDIR="${D}" install >} > >git_path_fix() { > # PN twice > cd "${PN}" || die "${PN} path not found! has this been fixed?!" >}
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 339474
:
249319
|
249321
|
249322
|
249866