From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/likwid/, sys-apps/likwid/files/
Date: Fri, 21 Feb 2014 16:19:17 +0000 (UTC) [thread overview]
Message-ID: <1392772959.a4fbcb6accadc4c31ef64abcfbee3845f42a242f.jlec@gentoo> (raw)
commit: a4fbcb6accadc4c31ef64abcfbee3845f42a242f
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed Feb 19 01:22:39 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 01:22:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a4fbcb6a
simplified path setting for access daemon
---
sys-apps/likwid/files/likwid-3.1.1-paths.patch | 7 +------
sys-apps/likwid/likwid-3.1.1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/sys-apps/likwid/files/likwid-3.1.1-paths.patch b/sys-apps/likwid/files/likwid-3.1.1-paths.patch
index a5d2824..79fa0ca 100644
--- a/sys-apps/likwid/files/likwid-3.1.1-paths.patch
+++ b/sys-apps/likwid/files/likwid-3.1.1-paths.patch
@@ -1,7 +1,7 @@
diff -ru likwid-3.1.1/config.mk likwid-3.1.1-nju/config.mk
--- likwid-3.1.1/config.mk 2014-02-12 17:14:16.000000000 +0100
+++ likwid-3.1.1-nju/config.mk 2014-02-19 00:22:02.530917183 +0100
-@@ -10,12 +10,12 @@
+@@ -10,8 +10,8 @@
# Path were to install likwid
PREFIX = /usr/local#NO SPACE
@@ -11,11 +11,6 @@ diff -ru likwid-3.1.1/config.mk likwid-3.1.1-nju/config.mk
# For the daemon based secure msr/pci access configure
# the absolute path to the msr daemon executable.
# $(PREFIX)/bin/likwid-accessD
--ACCESSDAEMON = $(PREFIX)/bin/likwid-accessD#NO SPACE
-+ACCESSDAEMON = PREFIX_MARKER/likwid-accessD#NO SPACE
-
- # Build the accessDaemon. Have a look in the WIKI for details.
- BUILDDAEMON = true#NO SPACE
@@ -26,7 +26,7 @@
ACCESSMODE = accessdaemon#NO SPACE
diff --git a/sys-apps/likwid/likwid-3.1.1.ebuild b/sys-apps/likwid/likwid-3.1.1.ebuild
index 9406a26..5ce618e 100644
--- a/sys-apps/likwid/likwid-3.1.1.ebuild
+++ b/sys-apps/likwid/likwid-3.1.1.ebuild
@@ -18,11 +18,11 @@ IUSE=""
src_prepare() {
epatch "${FILESDIR}/${P}-paths.patch"
epatch "${FILESDIR}/${P}-shared_lib.patch"
- sed -i -e "s:PREFIX_MARKER:${EPREFIX}/usr/bin:" -e "s:/usr/local:${ED}/usr:" config.mk || die "Couldn't set directories!"
+ sed -i -e "s:/usr/local:${ED}/usr:" config.mk || die "Couldn't set directories!"
}
src_compile() {
- default
+ emake PREFIX="${EPREFIX}/usr"
emake likwid-bench
}
next reply other threads:[~2014-02-21 16:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 16:19 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-21 16:19 [gentoo-commits] proj/sci:master commit in: sys-apps/likwid/, sys-apps/likwid/files/ Justin Lecher
2014-02-21 16:19 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392772959.a4fbcb6accadc4c31ef64abcfbee3845f42a242f.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox