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

2022-08-27 Thread Antonio Rojas via arch-commits
Date: Saturday, August 27, 2022 @ 16:40:32
  Author: arojas
Revision: 1284829

archrelease: copy trunk to community-staging-x86_64

Added:
  sundials/repos/community-staging-x86_64/
  sundials/repos/community-staging-x86_64/PKGBUILD
(from rev 1284828, sundials/trunk/PKGBUILD)

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

Copied: sundials/repos/community-staging-x86_64/PKGBUILD (from rev 1284828, 
sundials/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-27 16:40:32 UTC (rev 1284829)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=6.3.0
+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 suitesparse)
+makedepends=(cmake gcc-fortran python)
+source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f368abc99da305da0b1bc64386d350023d7c5ba2d5c689eee36cd7846e3096d1')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_STATIC_LIBS=OFF \
+-DENABLE_MPI=ON \
+-DENABLE_PTHREAD=ON\
+-DENABLE_OPENMP=ON \
+-DENABLE_KLU=ON \
+-DKLU_LIBRARY_DIR=/usr/lib \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-04-22 Thread Antonio Rojas via arch-commits
Date: Friday, April 22, 2022 @ 17:27:29
  Author: arojas
Revision: 1187372

archrelease: copy trunk to community-staging-x86_64

Added:
  sundials/repos/community-staging-x86_64/
  sundials/repos/community-staging-x86_64/PKGBUILD
(from rev 1187371, sundials/trunk/PKGBUILD)

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

Copied: sundials/repos/community-staging-x86_64/PKGBUILD (from rev 1187371, 
sundials/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-22 17:27:29 UTC (rev 1187372)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=6.2.0
+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 suitesparse)
+makedepends=(cmake gcc-fortran python)
+source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f82939351d59fbc51693c131610f94706df13875097b5750de7287916a1ec295')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_STATIC_LIBS=OFF \
+-DENABLE_MPI=ON \
+-DENABLE_PTHREAD=ON\
+-DENABLE_OPENMP=ON \
+-DENABLE_KLU=ON \
+-DKLU_LIBRARY_DIR=/usr/lib \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 12, 2022 @ 20:46:40
  Author: arojas
Revision: 1101745

archrelease: copy trunk to community-staging-x86_64

Added:
  sundials/repos/community-staging-x86_64/
  sundials/repos/community-staging-x86_64/PKGBUILD
(from rev 1101744, sundials/trunk/PKGBUILD)

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

Copied: sundials/repos/community-staging-x86_64/PKGBUILD (from rev 1101744, 
sundials/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-12 20:46:40 UTC (rev 1101745)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=6.1.0
+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 suitesparse)
+makedepends=(cmake gcc-fortran python)
+source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('286ac6b3567a8b5c8d372391f9061024dc3c6415556c3eb0423be8bdf2de1e77')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="${CFLAGS} -fPIC -fcommon" \
+-DENABLE_MPI=ON \
+-DENABLE_PTHREAD=ON\
+-DENABLE_OPENMP=ON \
+-DENABLE_KLU=ON \
+-DKLU_LIBRARY_DIR=/usr/lib \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-02-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 3, 2021 @ 20:53:54
  Author: arojas
Revision: 843612

archrelease: copy trunk to community-staging-x86_64

Added:
  sundials/repos/community-staging-x86_64/
  sundials/repos/community-staging-x86_64/PKGBUILD
(from rev 843611, sundials/trunk/PKGBUILD)

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

Copied: sundials/repos/community-staging-x86_64/PKGBUILD (from rev 843611, 
sundials/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-03 20:53:54 UTC (rev 843612)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=5.7.0
+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 suitesparse)
+makedepends=(cmake gcc-fortran python)
+source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8d6dd094feccbb8d6ecc41340ec16a65fabac82ed4415023f6d7c1c2390ea2f3')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="${CFLAGS} -fPIC -fcommon" \
+-DENABLE_MPI=ON \
+-DENABLE_PTHREAD=ON\
+-DENABLE_OPENMP=ON \
+-DBUILD_FORTRAN77_INTERFACE=ON \
+-DENABLE_KLU=ON \
+-DKLU_LIBRARY_DIR=/usr/lib \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}