1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
7 pkgdesc="C Library of integer matrix algorithms"
9 url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
12 source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
13 sha256sums=('1dad666850895a5709b00b97422e2273f293cfadea7697a9f90b90953e847c2a')
17 ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
23 make DESTDIR="$pkgdir" install