Commits
Marcus Calhoun-Lopez authored 2aeafc36228
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup cmake 1.1 |
5 + | |
6 + | name mmg3d4 |
7 + | version 4.0.2 |
8 + | categories science math |
9 + | platforms darwin |
10 + | maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
11 + | license GPL-3+ |
12 + | homepage https://www.mmgtools.org |
13 + | |
14 + | description An open source software for simplicial remeshing (compatibility version) |
15 + | |
16 + | long_description mmg is an open source software for bidimensional and tridimensional surface and volume remeshing (compatibility version). |
17 + | |
18 + | master_sites https://gforge.inria.fr/frs/download.php/file/34531/${name} |
19 + | distname ${name}-${version}-Source |
20 + | |
21 + | checksums rmd160 1734928f83e427712527005afd6d556b7cc62cf9 \ |
22 + | sha256 5067cab6fa5b7478ccfd50f7ae1a00a356d66c8cbc014c20b89ad54857c227dd \ |
23 + | size 167168 |
24 + | |
25 + | depends_lib-append port:scotch |
26 + | |
27 + | configure.args-append -DLIBMMG3D4_SHARED=ON |
28 + | |
29 + | # this port is only used for compatibility |
30 + | livecheck.type none |