Search Criteria
Package Details: ompp 0.8.5-3
Git Clone URL: | https://aur.archlinux.org/ompp.git (read-only, click to copy) |
---|---|
Package Base: | ompp |
Description: | Profiling tool for OpenMP applications |
Upstream URL: | http://www.ompp-tool.com/ |
Licenses: | |
Submitter: | lynix |
Maintainer: | None |
Last Packager: | eolianoe |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2010-11-22 19:34 |
Last Updated: | 2015-06-27 20:08 |
Latest Comments
eolianoe commented on 2015-02-05 08:46
@lynix: I'm starting to use this package, and I'll be glade to maintain it.
lynix commented on 2015-02-04 19:21
@eolianoe: Thanks, updated!
I'm always a bit behind because I don't use ompp anymore and don't see upstream updates coming. Are you willing to take over? I'd orphan it if you like.
lynix commented on 2015-02-04 19:20
eolianoe commented on 2015-02-04 18:21
Here is a proposal for an updated PKGBUILD: http://pastebin.com/NQxYmsek.
If you do not maintain this package anymore could you orphan it please.
justinzane commented on 2013-09-18 22:08
# Contributor: lynix <lynix47@googlemail.com>
# Contributor: justinzane <justin@justinzane.com>
# Maintainer: lynix <lynix47@googlemail.com>
pkgname=ompp
pkgver=0.8.0
pkgrel=1
pkgdesc="The OpenMP Profiler ompP"
arch=('i686' 'x86_64')
url='http://www.cs.utk.edu/~karl/ompp.html'
license=('GPLv2')
depends=('gcc')
makedepends=('make')
source=("http://projekt17.pub.lab.nm.ifi.lmu.de/ompp/downloads/$pkgname-$pkgver.tgz")
md5sums=('5909576b8577c18ecdb3e713fabd69f1')
build() {
cd "$srcdir/$pkgname-$pkgver"
mkdir -p -m 755 $pkgdir/usr/{lib,bin,include,lib/test}
make INSTDIR=/usr OMPCC=gcc OMPFLAG=-fopenmp DOCDIR=/usr/share/doc
}
package() {
cd "$srcdir/$pkgname-$pkgver"
cp opari/tool/opari $pkgdir/usr/bin
cp lib/libompp*.a $pkgdir/usr/lib
cp include/opari_omp.h $pkgdir/usr/include
cp include/pomp_lib.h $pkgdir/usr/include
cp kinst/kinst-ompp* $pkgdir/usr/bin
cp -r test/* $pkgdir/usr/lib/test
chmod 755 $pkgdir/usr/bin/opari
chmod 755 $pkgdir/usr/bin/kinst-ompp*
chmod 644 $pkgdir/usr/lib/libompp*.a
chmod 644 $pkgdir/usr/include/pomp_lib.h
chmod 644 $pkgdir/usr/include/opari_omp.h
}
# vim:set ts=2 sw=2 et:
Georgios commented on 2012-12-24 12:31
please update the d/l link and md5sum. also this package conflicts with openmpi (the opari binary is provided by both)
Anonymous comment on 2012-04-06 12:42
Something strange with this line "cp opari/tool/opari $pkgdir/usr/bin"
Not sure, but I have to change it twice to compile thil properly.
And the source link is broken - here is correct http://projekt17.pub.lab.nm.ifi.lmu.de/ompp/