1 # Contributor: Ivan Pulido <mefistofeles87@gmail.com>
5 pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
7 url="https://computation.llnl.gov/casc/sundials/main.html"
10 source=(https://computation.llnl.gov/casc/sundials/download/code/$pkgname-$pkgver.tar.gz)
11 md5sums=('4dbe9b98e66cf7670f42ecb73bf8216e') #generate with 'makepkg -g'
14 cd "$srcdir/$pkgname-$pkgver"
16 ./configure F77=gfortran --prefix=/usr --disable-mpi --with-cflags=-fPIC
18 make prefix="$pkgdir/usr/" install
21 # vim:set ts=2 sw=2 et: