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

Antonio Rojas arojas at archlinux.org
Sat Jan 26 08:53:39 UTC 2019


    Date: Saturday, January 26, 2019 @ 08:53:38
  Author: arojas
Revision: 427952

archrelease: copy trunk to community-x86_64

Added:
  sundials/repos/community-x86_64/PKGBUILD
    (from rev 427951, sundials/trunk/PKGBUILD)
Deleted:
  sundials/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 08:53:16 UTC (rev 427951)
+++ PKGBUILD	2019-01-26 08:53:38 UTC (rev 427952)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
-
-pkgname=sundials
-pkgver=4.0.1
-pkgrel=3
-pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
-arch=(x86_64)
-url="https://computation.llnl.gov/casc/sundials/main.html"
-license=(BSD)
-depends=(openmpi)
-makedepends=(cmake gcc-fortran python)
-source=("http://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('29e409c8620e803990edbda1ebf49e03a38c08b9187b90658d86bddae913aed4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DMPI_ENABLE=ON \
-    -DPTHREAD_ENABLE=ON	\
-    -DOPENMP_ENABLE=ON \
-    -DF77_INTERFACE_ENABLE=ON \
-    -DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: sundials/repos/community-x86_64/PKGBUILD (from rev 427951, sundials/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-26 08:53:38 UTC (rev 427952)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
+
+pkgname=sundials
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
+arch=(x86_64)
+url="https://computation.llnl.gov/casc/sundials/main.html"
+license=(BSD)
+depends=(openmpi)
+makedepends=(cmake gcc-fortran python)
+source=("http://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz")
+sha256sums=('6656d6938aed9142e61a001b1ed9f4ee4f7eaf003613bf5a887e98a85904d375')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DMPI_ENABLE=ON \
+    -DPTHREAD_ENABLE=ON	\
+    -DOPENMP_ENABLE=ON \
+    -DF77_INTERFACE_ENABLE=ON \
+    -DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+



More information about the arch-commits mailing list