Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278717 Details for
Bug 373607
sys-apps/likwid: new package for Lightweight performance tools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
likwid-2.2.1 ebuild
likwid-2.2.1.ebuild (text/plain), 780 bytes, created by
Ruggero Morsucci
on 2011-06-30 15:49:26 UTC
(
hide
)
Description:
likwid-2.2.1 ebuild
Filename:
MIME Type:
Creator:
Ruggero Morsucci
Created:
2011-06-30 15:49:26 UTC
Size:
780 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit base > >DESCRIPTION="Lightweight performance tools" >HOMEPAGE="http://code.google.com/p/likwid/" >SRC_URI="http://likwid.googlecode.com/files/${P}.tar.gz" > >KEYWORDS="~amd64 ~x86" >IUSE="bench instrument msrd" >SLOT="0" >LICENSE="GPL-2" > >S="${WORKDIR}/${PN}-2.2" > >src_configure() { > sed -i 's:^PREFIX = .*:PREFIX = '${D}'/usr:' config.mk > use instrument && sed -i 's:#DEFINES += -DPERFMON:DEFINES += -DPERFMON:' include_GCC.mk include_ICC.mk > use msrd && sed -i 's:^MSRDAEMON = .*:MSRDAEMON = $(PREFIX)/bin/likwid-msrD:' config.mk >} > >src_compile() { > emake > use bench && emake likwid-bench > if use msrd ; then > cd ${S}/src/msr-daemon > emake > fi >}
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 373607
:
278717
|
308089
|
398002
|
398004
|
398006
|
398008
|
398010
|
398108
|
398118
|
398198
|
398200