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

Antonio Rojas arojas at archlinux.org
Wed May 2 21:48:24 UTC 2018


    Date: Wednesday, May 2, 2018 @ 21:48:23
  Author: arojas
Revision: 318699

archrelease: copy trunk to community-staging-x86_64

Added:
  qrupdate/repos/community-staging-x86_64/
  qrupdate/repos/community-staging-x86_64/PKGBUILD
    (from rev 318698, qrupdate/trunk/PKGBUILD)

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

Copied: qrupdate/repos/community-staging-x86_64/PKGBUILD (from rev 318698, qrupdate/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-02 21:48:23 UTC (rev 318699)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Marco Maso <demind at gmail.com>
+# Contributor: Adrian Benson <adrian_benson at yahoo.co.nz>
+
+pkgname=qrupdate
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="Fortran library for fast updates of QR and Cholesky decompositions"
+url="http://sourceforge.net/projects/qrupdate"
+makedepends=(gcc-fortran)
+depends=(lapack)
+arch=(x86_64)
+license=(GPL3)
+source=( http://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/$pkgname-$pkgver.tar.gz)
+sha256sums=('e2a1c711dc8ebc418e21195833814cb2f84b878b90a2774365f0166402308e08')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr solib
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list