Search Criteria
Package Details: dolfin 2019.1.0.post0-4
Git Clone URL: | https://aur.archlinux.org/dolfin.git (read-only, click to copy) |
---|---|
Package Base: | dolfin |
Description: | The C++ interface of FEniCS, providing a consistent PSE (Problem Solving Environment) for ordinary and partial differential equations (stable). |
Upstream URL: | https://bitbucket.org/fenics-project/dolfin |
Licenses: | LGPL3 |
Conflicts: | dolfin-git |
Submitter: | sigvald |
Maintainer: | nw2190 (Polly) |
Last Packager: | entshuld |
Votes: | 6 |
Popularity: | 0.000043 |
First Submitted: | 2018-01-08 14:06 (UTC) |
Last Updated: | 2022-06-20 17:41 (UTC) |
Dependencies (11)
- boost (boost-git)
- cppunit
- eigen (eigen-git)
- gl2ps (gl2ps-svn)
- petsc (petsc-git-release, petsc-git, petsc-complex)
- python-ffc
- suitesparse (suitesparse-mkl, suitesparse64)
- cmake (cmake-git) (make)
- hdf5 (hdf5-git, hdf5-openmpi) (optional) – for reading/writing hdf5 files
- scotch (scotch-git) (optional) – libraries for graph, mesh and hypergraph partitioning
- slepc (slepc-git) (optional) – eigenvalue problem solvers
Required by (4)
- mshr
- mshr-git
- octave-msh (optional)
- python-dolfin
Latest Comments
1 2 3 4 Next › Last »
evgenpog commented on 2022-10-13 16:30 (UTC) (edited on 2022-10-13 16:38 (UTC) by evgenpog)
(1) The error: "No such file or directory" can be fixed by modifying PKGBUILD file line 65, delete ${_base}-${pkgver}/ part of confusing path (because it is empty) (2) Line 29 is really not necessary, it much faster and still safe can be compiled at least on 8 cores (3) I hope it can support Trilinos somehow in future or fully drop support (I spent quite a while by building it) (4) Forgot to mention, now it (dolfin) is working fine for me (after installing python-dolfin and mshr, python-mshr)
carlosal1015 commented on 2022-06-30 03:19 (UTC)
This modified PKGBUILD is working from my side.
carlosal1015 commented on 2022-06-20 21:58 (UTC) (edited on 2022-06-20 22:13 (UTC) by carlosal1015)
Thanks @entshuld, now we have other errors, but is the way to find a fix. Thank you very much.
entshuld commented on 2022-06-20 17:42 (UTC)
@MartinDiehl let me know if disabling Trilinos and Sundials works :) .
entshuld commented on 2022-06-20 17:39 (UTC)
@carlosal1015 One month later, it's done. I hope I didn't break anything.
entshuld commented on 2022-05-27 12:25 (UTC)
@MartinDiehl: I don't actually have sundials nor trilinos, so I'll take your recommendation and add it to the PKGBUILD. Thanks.
entshuld commented on 2022-05-27 12:23 (UTC)
Hi @carlosal1015. I will add CMake as a build dependency. For the moment, can you try to install it manually?
MartinDiehl commented on 2021-09-13 07:26 (UTC)
Unfortunately, the current version of dolfin is not compatible with recent third party packages. Since dolfin/Fenics is currently in transition to a new generation, it is unlikely that 2019.1 will get any upstream fixes.
I have problems with Trilinos (particularly Tpetra) and sundials. Would it make sense to add
to
PKGBUILD
to avoid issues iftrilinos
orsundials
are installed?1 2 3 4 Next › Last »