[arch-commits] Commit in superlu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Oct 25 16:22:44 UTC 2020


    Date: Sunday, October 25, 2020 @ 16:22:43
  Author: bgyorgy
Revision: 732830

archrelease: copy trunk to community-x86_64

Added:
  superlu/repos/community-x86_64/PKGBUILD
    (from rev 732829, superlu/trunk/PKGBUILD)
Deleted:
  superlu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 16:22:41 UTC (rev 732829)
+++ PKGBUILD	2020-10-25 16:22:43 UTC (rev 732830)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Joey Dumont <joey.dumont at gmail.com>
-# Contributor: Giuseppe Borzi <gborzi at ieee.org>
-# Contributor: Stefan Paquay <stefanpaquay at gmail.com>
-
-pkgname=superlu
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="Set of subroutines to solve a sparse linear system"
-arch=(x86_64)
-url="https://github.com/xiaoyeli/superlu/"
-license=(BSD)
-depends=(blas)
-makedepends=(cmake gcc-fortran)
-source=("https://github.com/xiaoyeli/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
-sha256sums=('470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c')
-
-prepare() {
-  [[ -d build ]] || mkdir build
-}
-
-build() {
-  cd build
-  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS:BOOL=ON \
-    -Denable_blaslib:BOOL=OFF \
-    -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/superlu/
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../$pkgname-$pkgver/DOC/ug.pdf "$pkgdir/usr/share/doc/$pkgname/ug.pdf"
-  install -Dm644 ../$pkgname-$pkgver/License.txt "$pkgdir/usr/share/licenses/$pkgname/License.txt"
-}

Copied: superlu/repos/community-x86_64/PKGBUILD (from rev 732829, superlu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-25 16:22:43 UTC (rev 732830)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Joey Dumont <joey.dumont at gmail.com>
+# Contributor: Giuseppe Borzi <gborzi at ieee.org>
+# Contributor: Stefan Paquay <stefanpaquay at gmail.com>
+
+pkgname=superlu
+pkgver=5.2.2
+pkgrel=2
+pkgdesc="Set of subroutines to solve a sparse linear system"
+arch=(x86_64)
+url="https://github.com/xiaoyeli/superlu/"
+license=(BSD)
+depends=(blas)
+makedepends=(cmake gcc-fortran)
+source=("https://github.com/xiaoyeli/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
+sha256sums=('470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS:BOOL=ON \
+    -Denable_internal_blaslib:BOOL=OFF \
+    -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/superlu/
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname-$pkgver/DOC/ug.pdf "$pkgdir/usr/share/doc/$pkgname/ug.pdf"
+  install -Dm644 ../$pkgname-$pkgver/License.txt "$pkgdir/usr/share/licenses/$pkgname/License.txt"
+}



More information about the arch-commits mailing list