1 # Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
2 # Maintainer: Rémy Oudompheng <oudomphe@clipper.ens.fr>
6 pkgdesc="C Library of integer matrix algorithms"
8 url="http://www.cs.uwaterloo.ca/~z4chen/iml.html"
11 source=(#http://www.cs.uwaterloo.ca/~z4chen/iml-$pkgver.tar.gz
12 http://ftp.de.debian.org/debian/pool/main/i/iml/iml_$pkgver.orig.tar.gz
15 cd "$startdir/src/iml-$pkgver"
16 patch -p0 < ../configure-patch
17 ln -s /usr/include/gsl/gsl_cblas.h src/cblas.h
18 sed -i -e 's/mpz_init_ui/mpz_init_set_ui/g' src/nullspace.c
20 ./configure --prefix=/usr --enable-shared
22 make DESTDIR="$startdir/pkg" install
25 md5sums=('8e000d82f3b47cf5bfc0247bb7dbfd47'
26 '42eeb911c93707ddd9c0f3ef3c1753e3')