blob: ee5f3a82926667d302a4b03dcc68b26573ed8d34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
pkgbase = deal-ii
pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
pkgver = 9.6.2
pkgrel = 1
url = https://www.dealii.org/
install = deal-ii.install
arch = i686
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cmake
depends = boost
depends = kokkos
optdepends = adol-c: automatic differentiation library
optdepends = arpack: Fortran77 subroutines designed to solve large scale eigenvalue problems
optdepends = assimp: Library to import various well-known 3D model formats in an uniform manner
optdepends = cgal: Computational Geometry Algorithms Library
optdepends = gmsh: An automatic 3D finite element mesh generator with pre and post-processing facilities
optdepends = gsl: A modern numerical library for C and C++ programmers
optdepends = hdf5-openmpi: General purpose library and file format for storing scientific data
optdepends = intel-mkl: Intel Math Kernel Library
optdepends = lapack: Linear Algebra PACKage
optdepends = metis: partitioning graphs, finite element meshes, fill reducing orderings for sparse matrices.
optdepends = muparser: A fast math parser library
optdepends = openmpi: High performance message passing library (MPI)
optdepends = opencascade: Open CASCADE Technology, 3D modeling & numerical simulation
optdepends = p4est-deal-ii: The parallel forest (p4est) library, built to work with deal.II
optdepends = parmetis: A parallel graph partitioning library
optdepends = petsc: Portable, extensible toolkit for scientific computation
optdepends = scalapack: subset of scalable LAPACK routines redesigned for distributed memory MIMD parallel computers
optdepends = slepc: Scalable library for Eigenvalue problem computations
optdepends = sundials: Suite of nonlinear differential/algebraic equation solvers
optdepends = symengine: Fast symbolic manipulation library
optdepends = tbb: High level abstract threading library
optdepends = trilinos: algorithms for the solution of large-scale scientific problems
optdepends = suitesparse: A collection of sparse matrix libraries
optdepends = vtk: Software system for 3D computer graphics, image processing, and visualization
optdepends = zlib: Compression library implementing the deflate compression method found in gzip and PKZIP
options = !lto
options = !debug
options = !strip
source = https://github.com/dealii/dealii/releases/download/v9.6.2/dealii-9.6.2.tar.gz
sha1sums = aad6d6f578baa51b0a66f21ea8113d3b49cc6d7e
pkgname = deal-ii
|