[arch-commits] Commit in sundials/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jan 17 16:56:28 UTC 2019
Date: Thursday, January 17, 2019 @ 16:56:26
Author: arojas
Revision: 423798
archrelease: copy trunk to community-x86_64
Added:
sundials/repos/community-x86_64/PKGBUILD
(from rev 423797, sundials/trunk/PKGBUILD)
Deleted:
sundials/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-17 16:55:49 UTC (rev 423797)
+++ PKGBUILD 2019-01-17 16:56:26 UTC (rev 423798)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
-
-pkgname=sundials
-pkgver=4.0.1
-pkgrel=2
-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 \
- -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 423797, sundials/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-17 16:56:26 UTC (rev 423798)
@@ -0,0 +1,39 @@
+# 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
+}
+
More information about the arch-commits
mailing list