1 # Maintainer: Lance Hartung <lhartung AT wisc DOT edu>
5 pkgdesc="Local Area Multicomputer is an MPI programming environment and development system for heterogeneous computers on a network"
7 url="http://www.lam-mpi.org/"
10 options=('!libtool' '!emptydirs')
11 source=("http://www.lam-mpi.org/download/files/$pkgname-$pkgver.tar.bz2")
12 md5sums=('3f9240327fae75b1de479ae3f3e2c31a');
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
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