summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dang2016-03-22 09:59:26 +0100
committerFlorian Dang2016-03-22 09:59:26 +0100
commitd56d9efc6168d770486aa23d6b5c08d47092e033 (patch)
tree575e1724eba1bd4a66781babfc1c69272be5a46d
parent6dc709d78ab51a1ea47e0efc37a35bb3e3a9e936 (diff)
downloadaur-d56d9efc6168d770486aa23d6b5c08d47092e033.tar.gz
updated pkgbuild to 8.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
-rw-r--r--deal-ii.install2
3 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768f4f66a01a..35e8adb0cab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deal-ii
pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
- pkgver = 8.3.0
+ pkgver = 8.4.0
pkgrel = 1
url = http://www.dealii.org/
install = deal-ii.install
@@ -9,16 +9,16 @@ pkgbase = deal-ii
license = LGPL
makedepends = cmake
depends = boost
- depends = lapack
- depends = openmpi
+ optdepends = lapack: Linear Algebra PACKage
+ optdepends = openmpi: High performance message passing library (MPI)
optdepends = petsc: Portable, extensible toolkit for scientific computation
optdepends = slepc: Scalable library for Eigenvalue problem computations
optdepends = mumps: Sparse solver library using Gaussian elimination
optdepends = intel-tbb: High level abstract threading library
optdepends = trilinos: object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems
optdepends = metis: partitioning graphs, finite element meshes, fill reducing orderings for sparse matrices.
- source = https://github.com/dealii/dealii/releases/download/v8.3.0/dealii-8.3.0.tar.gz
- sha1sums = 274288b09c053b461239040816129a9eb9d45914
+ source = https://github.com/dealii/dealii/releases/download/v8.4.0/dealii-8.4.0.tar.gz
+ sha1sums = 559ef06969da4a35600adee38195f1b8be929721
pkgname = deal-ii
diff --git a/PKGBUILD b/PKGBUILD
index 1f8b235a1a8a..fede2317f14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
pkgname=deal-ii
_realname=dealii
-pkgver=8.3.0
+pkgver=8.4.0
pkgrel=1
pkgdesc="An Open Source Finite Element Differential Equations Analysis Library"
arch=("i686" "x86_64")
url="http://www.dealii.org/"
license=('LGPL')
-depends=('boost' 'lapack' 'openmpi')
-optdepends=('petsc: Portable, extensible toolkit for scientific computation'
+depends=('boost')
+optdepends=(
+ 'lapack: Linear Algebra PACKage'
+ 'openmpi: High performance message passing library (MPI)'
+ 'petsc: Portable, extensible toolkit for scientific computation'
'slepc: Scalable library for Eigenvalue problem computations'
'mumps: Sparse solver library using Gaussian elimination'
'intel-tbb: High level abstract threading library'
@@ -20,7 +23,7 @@ makedepends=('cmake')
install=deal-ii.install
source=(https://github.com/dealii/dealii/releases/download/v$pkgver/${_realname}-$pkgver.tar.gz)
# source=(https://dealii.googlecode.com/files/${_realname}-$pkgver.tar.gz)
-sha1sums=('274288b09c053b461239040816129a9eb9d45914')
+sha1sums=('559ef06969da4a35600adee38195f1b8be929721')
build() {
# cd "${srcdir}/${_realname}-$pkgver"
diff --git a/deal-ii.install b/deal-ii.install
index 9d72fcb67f83..d33700998df3 100644
--- a/deal-ii.install
+++ b/deal-ii.install
@@ -1,4 +1,4 @@
post_install() {
- echo 'deal.II 8.3.0 has an online documentation available at http://www.dealii.org/8.3.0/'
+ echo 'deal.II 8.4.0 has an online documentation available at http://www.dealii.org/8.4.0/'
echo 'deal.II examples are provided in /usr/examples/deal.II'
}