1 # Contributor: antzek9 <antze.k9 at googlemail dot com>
7 pkgdesc="Some patches to improve the speed of R. Some of these speed up
8 particula functions; some reduce general interpretive overhead. The
9 total speed improvement is substantial (speedups of 25% can be
11 url="http://www.cs.toronto.edu/~radford/R-mods.html"
15 makedepends=('gcc-fortran')
22 source=("http://mirrors.softliste.de/cran/src/base/R-2/R-2.11.1.tar.gz"
23 "http://www.cs.toronto.edu/~radford/speed-patches.tar")
25 md5sums=('7421108ade3e9223263394b9bbe277ce'
26 'b0c0a38a4f9f471589560f59b79fc75b')
29 cd "$srcdir/R-$pkgver"
31 echo "Applying speed up patches"
32 ../speed-patches/apply-patches ../speed-patches/patch-*
34 ./configure --prefix=/usr
36 make DESTDIR="$pkgdir" install