Commits
Marcus Calhoun-Lopez authored 42f0e4d5c73
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 github 1.0 |
5 + | PortGroup cmake 1.1 |
6 + | |
7 + | github.setup MmgTools mmg 5.3.10 v |
8 + | categories science math |
9 + | platforms darwin |
10 + | maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
11 + | license LGPL-3+ |
12 + | homepage https://www.mmgtools.org |
13 + | |
14 + | description An open source software for simplicial remeshing |
15 + | |
16 + | long_description mmg is an open source software for bidimensional and tridimensional surface and volume remeshing |
17 + | |
18 + | checksums rmd160 9029780873f2a71ad91f95fc0ec354ad67786a2c \ |
19 + | sha256 7d61fb3c98f00f408a6a2a89e0c41f2ad4d4e2a064ae75b87ce9b60023f4265c \ |
20 + | size 8106456 |
21 + | |
22 + | depends_lib-append port:zlib \ |
23 + | port:scotch |
24 + | |
25 + | configure.args-append \ |
26 + | -DBUILD_SHARED_LIBS=YES |
27 + | |
28 + | # Elas project cannot be found |
29 + | # https://github.com/SUscTools/Elas |
30 + | configure.args-append -DUSE_ELAS=NO |