Search Criteria
Package Details: mmg 5.8.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mmg.git (read-only, click to copy) |
|---|---|
| Package Base: | mmg |
| Description: | Anisotropic tetrahedral remesher and moving mesh generator |
| Upstream URL: | http://www.mmgtools.org/ |
| Licenses: | GPL |
| Conflicts: | mmg3d |
| Provides: | mmg3d |
| Replaces: | mmg3d |
| Submitter: | haawda |
| Maintainer: | gpettinello |
| Last Packager: | gpettinello |
| Votes: | 8 |
| Popularity: | 0.000093 |
| First Submitted: | 2020-06-02 22:27 (UTC) |
| Last Updated: | 2025-06-21 12:07 (UTC) |
Dependencies (14)
- pugixml (pugixml-gitAUR)
- python-mpi4py (python-mpi4py-intelAUR)
- scotch (scotch-gitAUR)
- vtk (vtk-gitAUR, vtk93AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- libogg (libogg-gitAUR) (make)
- libtheora (libtheora-gitAUR) (make)
- netcdf (netcdf-openmpi) (make)
- onetbb (make)
- proj (proj-gitAUR) (make)
- python (make)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR) (make)
Required by (3)
- elmerfem
- freefem (requires mmg3d) (optional)
- python-pymesh-git (make)
Latest Comments
1 2 3 Next › Last »
a.kudelin commented on 2023-04-06 19:14 (UTC)
Please consider adding
python-mpi4pyas a dependency.bartus commented on 2021-11-08 00:58 (UTC)
With
vtk>=9find_package(VTK)inmmgConfig.cmakebreaksfind_pacakge(mmg)for every project (related bug report: https://bugs.archlinux.org/task/72653)Patch fixing the issue, enabling
vtkand exporting/usr/include/vtkinclude path to cmake projects: http://ix.io/3Ekn/diff (tested with elemrfem-git)Merge with
git am -s < <(curl -s http://ix.io/3Ekn)bartus commented on 2021-10-28 13:34 (UTC) (edited on 2021-10-28 13:56 (UTC) by bartus)
@haada: thanks, ~btw. why drop the
vtkany issue there?~ ok, now I see, vtk:9.0.3 has broken CMake config ¯\_(ツ)_/¯bartus commented on 2021-10-23 20:01 (UTC) (edited on 2021-10-23 20:04 (UTC) by bartus)
elmerfem-gitmaintainer here: I would like to use automatically generatedmmgConfig.cmakeinstead of hand craftedFindMMG.cmakebut need some fix on your side as current packaging scheme result in brokenmmgTargets.cmakebecause of missing static libs.I've also reported upstream the issue mentioned by @gpettinello and created a rudimental fix for it. https://github.com/MmgTools/mmg/issues/109
Could you check out and perhaps merge this patch: http://ix.io/3CBY/diff
Merge with:
git am -s < <(curl -s http://ix.io/3CBY)gpettinello commented on 2021-10-23 10:40 (UTC) (edited on 2021-10-23 14:25 (UTC) by gpettinello)
I get an error while compiling gmsh: while linking il says that in libmmg.so there is a missing reference to vtkIOMPIImage_AutoInit_Destruct() How to fix it?
Edit: if I run ld /usr/lib/libmmg.so I get the same error. There is probably a link error
lahwaacz commented on 2021-05-06 19:52 (UTC)
@sylphio
libmmg.soand other libs are linked with VTK libraries.sylphio commented on 2021-05-06 17:13 (UTC)
Why is vtk required? As far as I can tell for the documentation of mmg, vtk is optional.
lahwaacz commented on 2021-03-01 12:08 (UTC)
Building in a clean chroot still does not work:
saxonbeta commented on 2021-02-25 00:41 (UTC)
To compile the package, 'proj' is needed as a dependency.
1 2 3 Next › Last »