[aur-requests] [PRQ#4215] Deletion Request for ompi

notify at aur.archlinux.org notify at aur.archlinux.org
Mon Oct 19 22:42:08 UTC 2015


peT [1] filed a deletion request for ompi [2]:

New PKGBUILD:

# Maintainer: Antoine Lubineau <antoine at lubignon.info>

pkgname=ompi
pkgver=1.2.3
pkgrel=1
pkgdesc="A lightweight, open source OpenMP compiler and runtime system
for C"
arch=('i686' 'x86_64')
url="http://paragroup.cs.uoi.gr/wpsite/"
license=('GPL2')
source=("http://paragroup.cs.uoi.gr/wpsite/?download=345")
sha256sums=('29a1fc789020affdf6181fdf5f39bfedd6250228fbb76d568d778d386
5fff243')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix="$pkgdir/usr"
  make
}

check() {
  cd "$srcdir/$pkgname-$pkgver"
  make -k check
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make install
}

# vim:set ts=2 sw=2 et:

[1] https://aur.archlinux.org/account/peT/
[2] https://aur.archlinux.org/pkgbase/ompi/


More information about the aur-requests mailing list