Search Criteria
Package Details: mmg 5.7.2-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.184363 |
First Submitted: | 2020-06-02 22:27 (UTC) |
Last Updated: | 2024-03-27 08:21 (UTC) |
Dependencies (14)
- pugixml (pugixml-gitAUR)
- python-mpi4py (python-mpi4py-intelAUR)
- scotchAUR (scotch-gitAUR)
- vtk (vtk-gitAUR, vtk93AUR)
- cmake (cmake-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, 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 (python37AUR, python311AUR, python310AUR) (make)
- qt6-base (qt6-base-gitAUR, 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-mpi4py
as a dependency.bartus commented on 2021-11-08 00:58 (UTC)
With
vtk>=9
find_package(VTK)
inmmgConfig.cmake
breaksfind_pacakge(mmg)
for every project (related bug report: https://bugs.archlinux.org/task/72653)Patch fixing the issue, enabling
vtk
and exporting/usr/include/vtk
include 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
vtk
any 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-git
maintainer here: I would like to use automatically generatedmmgConfig.cmake
instead of hand craftedFindMMG.cmake
but need some fix on your side as current packaging scheme result in brokenmmgTargets.cmake
because 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.so
and 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 »