Search Criteria
Package Details: mfem 4.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mfem.git (read-only, click to copy) |
---|---|
Package Base: | mfem |
Description: | Lightweight, general, scalable C++ library for finite element methods |
Upstream URL: | https://github.com/mfem/mfem |
Keywords: | amr computational-science fem finite-elements high-order high-performance-computing hpc math-physics parallel-computing radiuss scientific-computing |
Licenses: | BSD-3-Clause |
Provides: | libmfem.so |
Submitter: | lmartinez-mirror |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.001714 |
First Submitted: | 2021-08-09 17:50 (UTC) |
Last Updated: | 2024-05-09 16:00 (UTC) |
Dependencies (6)
- blitzAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- hypreAUR
- metisAUR (metis-gitAUR)
- openmpi (openmpi-gitAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
lahwaacz commented on 2024-03-29 11:33 (UTC)
The
license
should be justBSD-3-Clause
, without thecustom:
prefix.japs commented on 2024-02-02 01:03 (UTC)
Hi, thanks for updating the PKGBUILD. There are two small mistakes in the new version:
-DMETIS_DIR=/usr/include/hypre
. This is of course wrong as it points to hypre's include dir. To the best of my knowledge, metis' AUR package correctly installsmetis.h
in/usr/include/
andlibmetis.so
in/usr/lib
. These being default locations, I think that the-DMETIS_DIR
flag in cmake can safely be omitted.Thanks again!
japs commented on 2024-01-11 00:45 (UTC)
Thanks for packaging MFEM. The current build is not parallel and I think most users would likely benefit from having MPI enabled, as all the parallel examples of the project would either not build or fail at runtime without it.
The following patch of the PKGBUILD enables the use of MPI and adds the dependencies required to run in parallel (I'm not sure I did it right, though). I also count cores and build in parallel.
Please kindly consider patching the AUR version.
carlosal1015 commented on 2023-06-15 18:20 (UTC)
Thanks @tsokar for heads up.
tsokar commented on 2023-06-15 07:23 (UTC)
Hi ! The package is not compiling anymore due to more strict language enforcement in g++. I had to apply the following patch and update the PKGBUILD. https://pastebin.com/wR271QGL (updated pkgbuild) https://pastebin.com/JSDdYnnT (patch)
T.