summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFlorian Dang2015-08-05 14:35:35 +0200
committerFlorian Dang2015-08-05 14:35:35 +0200
commit6dc709d78ab51a1ea47e0efc37a35bb3e3a9e936 (patch)
tree26742520c8aebcc4a700665b8a0b6c10b3acf5f3 /.SRCINFO
downloadaur-6dc709d78ab51a1ea47e0efc37a35bb3e3a9e936.tar.gz
initial deal-ii 8.3.0 pkgbuild
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 24 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..768f4f66a01a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = deal-ii
+ pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
+ pkgver = 8.3.0
+ pkgrel = 1
+ url = http://www.dealii.org/
+ install = deal-ii.install
+ arch = i686
+ arch = x86_64
+ license = LGPL
+ makedepends = cmake
+ depends = boost
+ depends = lapack
+ depends = openmpi
+ 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
+
+pkgname = deal-ii
+