[arch-commits] Commit in (iml iml/trunk iml/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 19 21:55:53 UTC 2014


    Date: Friday, December 19, 2014 @ 22:55:53
  Author: arojas
Revision: 124133

Splitting sage-mathematics

Added:
  iml/
  iml/trunk/
  iml/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: iml/trunk/PKGBUILD
===================================================================
--- iml/trunk/PKGBUILD	                        (rev 0)
+++ iml/trunk/PKGBUILD	2014-12-19 21:55:53 UTC (rev 124133)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="C Library of integer matrix algorithms"
+arch=('i686' 'x86_64')
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=('GPL')
+depends=('gmp' 'cblas')
+source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+md5sums=('b5958c8d6ba89fff96ee82af6854cf7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: iml/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list