Package Details: mmg 5.7.2-1

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.191965
First Submitted: 2020-06-02 22:27 (UTC)
Last Updated: 2024-03-27 08:21 (UTC)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

xantares commented on 2020-06-03 09:44 (UTC)

typo: repalces

haawda commented on 2020-06-02 22:29 (UTC)

I also uploaded a mmg package and filed a merge request.

haawda commented on 2020-06-02 22:19 (UTC)

Patch appplied in -3.

hacksd commented on 2020-06-02 13:34 (UTC)

Thanks @xantares That worked for me. :)

xantares commented on 2020-06-02 10:26 (UTC) (edited on 2020-06-02 10:27 (UTC) by xantares)

the simplest way is to retrieve it and apply on the fly from source:

cd "mmg-$pkgver"

curl -L https://github.com/MmgTools/mmg/commit/cbd4418093c549fd7205208f44df13fbfe155fbb.patch | patch -p1

else you can also download it, add it to sources, and patch -p1 -i $src/...

hacksd commented on 2020-06-01 22:30 (UTC)

@xantares I am facing the same issue. Can you guide me on how to apply that patch?

gdolle commented on 2020-05-29 10:33 (UTC) (edited on 2020-05-29 10:35 (UTC) by gdolle)

Maybe this package should be renamed as "mmg" with respect to the official website (since current build includes libmmg2d, libmmg3d, libmmgs and mmgs (apps). Or create separate packages for each one and an "mmg" with deps ?

xantares commented on 2020-05-19 10:16 (UTC) (edited on 2020-05-19 10:16 (UTC) by xantares)

maybe this patch will help:

https://github.com/MmgTools/mmg/commit/cbd4418093c549fd7205208f44df13fbfe155fbb

xantares commented on 2020-05-15 14:21 (UTC)

it fails to build with latest gcc:

/usr/sbin/ld: CMakeFiles/libmmg_so.dir/src/mmg2d/anisosiz_2d.c.o:(.bss+0x30): multiple definition of `MMG5_renumbering'; CMakeFiles/libmmg_so.dir/src/common/mmgexterns.c.o:(.bss+0x0): first defined here

haawda commented on 2019-10-13 17:01 (UTC)

please rename the downloaded tarball to something containing the pkgname, and 5.4.1 is out.