Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398010 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-3.1.3.ebuild
likwid-3.1.3.ebuild (text/plain), 1.22 KB, created by
Brendan Horan
on 2015-03-04 09:14:30 UTC
(
hide
)
Description:
likwid-3.1.3.ebuild
Filename:
MIME Type:
Creator:
Brendan Horan
Created:
2015-03-04 09:14:30 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils fcaps linux-info > >DESCRIPTION="A lightweight performance-oriented tool suite for x86 multicore environments" >HOMEPAGE="https://code.google.com/p/likwid/" >SRC_URI="http://ftp.fau.de/pub/likwid/likwid-${PV}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="-fortran" > >DEPEND="dev-lang/perl > fortran? ( sys-devel/gcc[fortran] )" > >RDEPEND="${DEPEND}" > >CONFIG_CHECK="~X86_MSR" > >src_prepare() { > sed -i 's:^PREFIX = .*:PREFIX = '${D}'/usr:' config.mk > echo 'SHARED_LFLAGS += -Wl,-soname,$@' >> make/include_GCC.mk > sed -i Makefile -e '/^Q/d' > sed -i doc/* -e 's/<DATE>/12.02.2014/g' -e "s/VERSION/${PV}/g" > epatch "${FILESDIR}/${P}-accessClient.patch" > epatch "${FILESDIR}/${P}-Makefile.patch" > epatch "${FILESDIR}/${P}-include_GCC.patch" >} > >src_configure() { > use fortran && sed -i 's:^FORTRAN_INTERFACE = false:FORTRAN_INTERFACE = likwid.mod:' config.mk >} > >src_install () { > default > use fortran && doins likwid.mod > > doman doc/* >} > >pkg_postinst() { > fcaps -m $MODE -M $MODE cap_sys_rawio /usr/sbin/likwid-accessD > fcaps -m $MODE -M $MODE cap_sys_rawio /usr/bin/likwid-{perfctr,bench,powermeter} >}
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