[arch-commits] Commit in iml/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:19:07 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:19:06
  Author: felixonmars
Revision: 658892

archrelease: copy trunk to community-staging-x86_64

Added:
  iml/repos/community-staging-x86_64/
  iml/repos/community-staging-x86_64/PKGBUILD
    (from rev 658891, iml/trunk/PKGBUILD)

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

Copied: iml/repos/community-staging-x86_64/PKGBUILD (from rev 658891, iml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:19:06 UTC (rev 658892)
@@ -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.5
+pkgrel=3
+pkgdesc="C Library of integer matrix algorithms"
+arch=(x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=(GPL)
+depends=(gmp cblas)
+source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+sha256sums=('1dad666850895a5709b00b97422e2273f293cfadea7697a9f90b90953e847c2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list