1 # Contributor: Christoph Siegenthaler < csi@gmx.ch >
2 # Contributor: Thomas Dziedzic
7 pkgdesc='Elmer is a simulation tool for CFD, FEM, electromagnetics, heat transfer and others featuring a PDE solver.'
8 url='http://www.csc.fi/elmer/'
10 arch=('i686' 'x86_64')
11 makedepends=('gcc-fortran' 'blas')
12 source=("ftp://ftp.funet.fi/pub/sci/physics/elmer/src/hutiter-$pkgver.tar.gz")
13 md5sums=('a6a127e75292173328293922e4788b33')
20 ./configure --prefix=/opt/elmer || return 1
24 make DESTDIR="$pkgdir" install || return 1