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/'
11 makedepends=('gcc-fortran')
12 source=("ftp://ftp.funet.fi/pub/sci/physics/elmer/src/mathlibs-$pkgver.tar.gz")
13 md5sums=('e8f5e85dc17e857f35879d41f0992f86')
19 ./configure --prefix=/opt/elmer || return 1
23 make DESTDIR="$pkgdir" install || return 1