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.000053 |
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, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, 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) (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
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
Alad commented on 2022-02-27 18:01 (UTC)
I'm getting an error on the
tbb
quicktest:TBB version:
I'm building with all
optdepends
installed.drwells commented on 2022-02-26 18:44 (UTC)
@archaeal I apologize for the delay in my response.
deal.II does not use netcdf. I suspect this problem comes from the following circumstance: 1. an AUR copy of Trilinos was compiled, linking against the older soname version of netcdf 2. the system copy of netcdf was updated 3. the AUR copy of Trilinos now links against a nonexistant library
Hence updating Trilinos should fix it - this is not a problem we can address with deal.II's PKGBUILD.
@adigitoleo You're welcome. I have seen that failure before - the best fix is to disable Adelus in the Trilinos PKGBUILD. See
https://groups.google.com/g/dealii/c/uTkQoj7NYcM/m/16ElDi33DAAJ
and the links to Trilinos bug reports. The problem is with Trilinos' build system
adigitoleo commented on 2022-02-26 03:43 (UTC)
Many thanks for the package. For me, tests are all failing with trilinos 13.2:
I will try an older trilinos version.
archaeal commented on 2022-02-10 11:00 (UTC) (edited on 2022-02-10 11:02 (UTC) by archaeal)
I am able to compile the entire library, but every test fails with the same error:
I can only see
libnetcdf.so.19
in my lib paths.drwells commented on 2022-01-26 19:31 (UTC)
Both the oneAPI and boost problems have been fixed in the 9.3.3 release. The PKGBUILD is now updated accordingly.
drwells commented on 2022-01-09 22:14 (UTC)
Update - we have a patch ready that resolves the problem with boost 1.78. The oneAPI problem is in progress.
carlosal1015 commented on 2021-12-22 16:53 (UTC) (edited on 2021-12-22 16:55 (UTC) by carlosal1015)
Thanks a lot @drwells, best of luck in your excellence work! Often help me look debian experimental work or FreeBSD ports.
drwells commented on 2021-12-22 16:44 (UTC)
Regardless of the oneAPI problems, no version of deal.II is compatible with boost 1.78 due to changes in Boost.Geometry. We are working on a fix but its not simple.
drwells commented on 2021-12-12 11:55 (UTC)
@juliandoerner thanks. We have some patches in progress which convert deal.II to use oneAPI - once everything works on the release branch I will backport the changes.
juliandoerner commented on 2021-12-11 12:35 (UTC) (edited on 2021-12-11 12:56 (UTC) by juliandoerner)
By the recent update of tbb from version 2021.3.0 to 2021.4.0 deal-ii no longer builds software using for example mesh-worker, which relies on deprecated interfaces. This is caused by the revamp of tbb and already know to the authors of deal-ii, see here.
Downgrading tbb helps at the moment. Let me know if I can help in any other way.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »