Search Criteria
Package Details: deal-ii 9.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/deal-ii.git (read-only, click to copy) |
---|---|
Package Base: | deal-ii |
Description: | An Open Source Finite Element Differential Equations Analysis Library |
Upstream URL: | https://www.dealii.org/ |
Keywords: | fem pde science |
Licenses: | LGPL-2.1-or-later |
Submitter: | coincoin |
Maintainer: | coincoin (drwells) |
Last Packager: | drwells |
Votes: | 15 |
Popularity: | 0.000247 |
First Submitted: | 2013-09-11 11:11 (UTC) |
Last Updated: | 2024-12-24 03:10 (UTC) |
Dependencies (28)
- boost (boost-gitAUR)
- kokkosAUR (trilinosAUR)
- cmake (cmake-gitAUR) (make)
- adol-cAUR (adol-c-gitAUR, python-adolcAUR) (optional) – automatic differentiation library
- arpack (arpack-gitAUR) (optional) – Fortran77 subroutines designed to solve large scale eigenvalue problems
- assimp (assimp-gitAUR) (optional) – Library to import various well-known 3D model formats in an uniform manner
- cgal (cgal-gitAUR) (optional) – Computational Geometry Algorithms Library
- gmshAUR (gmsh-gitAUR, gmsh-binAUR) (optional) – An automatic 3D finite element mesh generator with pre and post-processing facilities
- gsl (gsl-gitAUR) (optional) – A modern numerical library for C and C++ programmers
- hdf5-openmpi (optional) – General purpose library and file format for storing scientific data
- intel-mkl (intel-oneapi-mkl) (optional) – Intel Math Kernel Library
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (optional) – Linear Algebra PACKage
- metisAUR (metis-gitAUR) (optional) – partitioning graphs, finite element meshes, fill reducing orderings for sparse matrices.
- muparser (optional) – A fast math parser library
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR) (optional) – Open CASCADE Technology, 3D modeling & numerical simulation
- openmpi (openmpi-gitAUR) (optional) – High performance message passing library (MPI)
- p4est-deal-iiAUR (optional) – The parallel forest (p4est) library, built to work with deal.II
- parmetisAUR (parmetis-gitAUR) (optional) – A parallel graph partitioning library
- petscAUR (petsc-gitAUR, petsc-complexAUR) (optional) – Portable, extensible toolkit for scientific computation
- scalapackAUR (optional) – subset of scalable LAPACK routines redesigned for distributed memory MIMD parallel computers
- Show 8 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
drwells commented on 2024-12-24 03:12 (UTC)
Thanks for flagging 9.6.1 (and 9.6.2).
FYI: I cannot presently build deal.II or Trilinos with LTO enabled. The way deal.II handles debug packages is also not compatible with what Arch expects, so cleaning that up is future work.
drwells commented on 2024-07-03 13:54 (UTC)
@bartus thanks - I pushed a fix!
bartus commented on 2024-07-03 13:15 (UTC) (edited on 2024-07-03 13:20 (UTC) by bartus)
Small bug in
prepare()
function.Using
$(pwd)
resoults in build failure when non-defaultSRCDEST
is used.Please use
${srcdir}
env var in pleace of a$(pwd)
https://wiki.archlinux.org/title/Makepkg#Package_output
drwells commented on 2024-06-19 03:16 (UTC)
I've updated to 9.5.2 and patched SUNDIALS.
9.6 should be out in the next month or two!
drwells commented on 2024-06-18 19:21 (UTC)
Thanks for the reports.
Backporting fixes will take some time - I'll try to get this done this week.
Alad commented on 2024-06-14 16:36 (UTC)
Also test #22 fails:
detailed output:
Alad commented on 2024-06-07 12:02 (UTC)
Sundials support no longer seems functional:
drwells commented on 2024-02-17 18:24 (UTC)
Thanks - we're actually putting out a new patch release soon (we need 9.5.2) so I'll change those once we finalize that.
carlosal1015 commented on 2024-02-10 22:41 (UTC)
Hi, I suggest make this two changes, first one related with this, otherwise namcap will show this error:
The last one is about extra signature checking.
drwells commented on 2023-07-18 15:16 (UTC)
I updated to 9.5.1 and made Trilinos a required dependency to avoid the conflict. Once the Trilinos package is updated to include
provides=('kokkos')
then we can switch this back and make kokkos the (correct) dependency.1 2 3 4 5 6 7 Next › Last »