updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lam / PKGBUILD
blob163856b671d78d71f1b87b8c49c1ff2157fd4977
1 # Maintainer: Lance Hartung <lhartung AT wisc DOT edu>
2 pkgname=lam
3 pkgver=7.1.4
4 pkgrel=1
5 pkgdesc="Local Area Multicomputer is an MPI programming environment and development system for heterogeneous computers on a network"
6 arch=('i686' 'x86_64')
7 url="http://www.lam-mpi.org/"
8 license=('custom')
9 depends=('gcc')
10 options=('!libtool' '!emptydirs')
11 source=("http://www.lam-mpi.org/download/files/$pkgname-$pkgver.tar.bz2")
12 md5sums=('3f9240327fae75b1de479ae3f3e2c31a');
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17 # Using ssh by default instead of rsh
18 # Compiling without support for fortran
19   ./configure --prefix="/usr" --with-rsh="ssh -x" --without-fc
21   make || return 1
22   make DESTDIR="$pkgdir" install
24   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
26 # Removing wipe symlink as it conflicts with wipe package
27 # The command was renamed to lamwipe
28   rm $pkgdir/usr/bin/wipe