[arch-commits] Commit in arpack/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Tue Jun 13 16:44:24 UTC 2017


    Date: Tuesday, June 13, 2017 @ 16:44:24
  Author: arodseth
Revision: 236645

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  arpack/repos/community-staging-i686/
  arpack/repos/community-staging-i686/PKGBUILD
    (from rev 236644, arpack/trunk/PKGBUILD)
  arpack/repos/community-staging-x86_64/
  arpack/repos/community-staging-x86_64/PKGBUILD
    (from rev 236644, arpack/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: arpack/repos/community-staging-i686/PKGBUILD (from rev 236644, arpack/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-13 16:44:24 UTC (rev 236645)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=arpack
+pkgver=3.5.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Fortran77 subroutines for solving large scale eigenvalue problems'
+url='https://github.com/opencollab/arpack-ng'
+license=('BSD')
+depends=('lapack' 'openmpi')
+makedepends=('git' 'gcc-fortran' 'openmpi')
+provides=('arpack-ng')
+source=("git+https://github.com/opencollab/arpack-ng#commit=9233f7f86f063ca6ca3793cb54dec590eb146e10")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname-ng"
+
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-ng"
+
+  ./configure --prefix=/usr --enable-mpi
+  make \
+    F77="mpif77" \
+    CFLAGS+=" `pkg-config --cflags ompi-f77` " \
+    LIBS+=" `pkg-config --libs ompi-f77` "
+}
+
+package() {
+  cd "$pkgname-ng"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:

Copied: arpack/repos/community-staging-x86_64/PKGBUILD (from rev 236644, arpack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-13 16:44:24 UTC (rev 236645)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=arpack
+pkgver=3.5.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Fortran77 subroutines for solving large scale eigenvalue problems'
+url='https://github.com/opencollab/arpack-ng'
+license=('BSD')
+depends=('lapack' 'openmpi')
+makedepends=('git' 'gcc-fortran' 'openmpi')
+provides=('arpack-ng')
+source=("git+https://github.com/opencollab/arpack-ng#commit=9233f7f86f063ca6ca3793cb54dec590eb146e10")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname-ng"
+
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-ng"
+
+  ./configure --prefix=/usr --enable-mpi
+  make \
+    F77="mpif77" \
+    CFLAGS+=" `pkg-config --cflags ompi-f77` " \
+    LIBS+=" `pkg-config --libs ompi-f77` "
+}
+
+package() {
+  cd "$pkgname-ng"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list