summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Hornich2017-11-21 13:11:47 +0100
committerJulian Hornich2017-11-21 13:11:47 +0100
commita7d9293095023d3ed80ceaba041151748d695769 (patch)
treef14eff78c7c249f55e1ee29728a70f653aeffcec
parent17bd413b825d78cf3154b5029912204db0f663ad (diff)
downloadaur-a7d9293095023d3ed80ceaba041151748d695769.tar.gz
updated sed stuff due to changes upstream in config.mk
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c11289a1c2..fcc96e348a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Nov 21 12:11:44 UTC 2017
pkgbase = likwid-git
pkgdesc = Lightweight performance tools
- pkgver = r793
+ pkgver = r1486
pkgrel = 1
url = https://github.com/rrze-likwid/likwid
arch = x86_64
@@ -11,7 +13,6 @@ pkgbase = likwid-git
makedepends = perl
depends = lua
depends = hwloc
- depends = perl-template-toolkit
optdepends = perl: for likwid-mpirun and likwid-perfscope
optdepends = gnuplot: for likwid-perfscope
optdepends = openmpi: for likwid-mpirun
diff --git a/PKGBUILD b/PKGBUILD
index 9094d94b2577..ecc6a6c92bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Julian Hornich <julianhornich@googlemail.com>
pkgname=likwid-git
-pkgver=r793
+pkgver=r1486
pkgrel=1
pkgdesc="Lightweight performance tools"
url="https://github.com/rrze-likwid/likwid"
arch=('x86_64' 'i686')
source=('git+https://github.com/RRZE-HPC/likwid.git')
license=('GPLv3')
-depends=('lua' 'hwloc' 'perl-template-toolkit')
+depends=('lua' 'hwloc')
makedepends=('gcc' 'make' 'perl')
optdepends=('perl: for likwid-mpirun and likwid-perfscope'
'gnuplot: for likwid-perfscope'
@@ -23,7 +23,8 @@ pkgver() {
build() {
cd ${srcdir}/likwid
- sed -i "12s:/usr/local:/usr:; 13s:/man:/share/man:; 31s:/sbin:/bin:; 32s:/sbin:/bin:" config.mk
+ #sed -i "12s:/usr/local:/usr:; 13s:/man:/share/man:; 31s:/sbin:/bin:; 32s:/sbin:/bin:" config.mk
+ sed -i "12s:/usr/local:/usr:; 25s:/man:/share/man:; 48s:/sbin:/bin:; 49s:/sbin:/bin:" config.mk
sed -i "s:/sbin:/bin:" Makefile
make
}