Package Details: triangle 1.6-9

Git Clone URL: https://aur.archlinux.org/archimedes-tools.git (read-only, click to copy)
Package Base: archimedes-tools
Description: A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.
Upstream URL: https://www.cs.cmu.edu/~quake/triangle.html
Licenses: custom
Submitter: eolianoe
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 9
Popularity: 0.000000
First Submitted: 2014-07-30 22:39 (UTC)
Last Updated: 2025-08-15 04:02 (UTC)

Dependencies (2)

Required by (8)

Sources (2)

Latest Comments

1 2 Next › Last »

carlosal1015 commented on 2025-08-10 21:57 (UTC)

Please add in the beginning of build() function: export CFLAGS=-std=gnu11 in order to compile, with gcc 15.1 the default is gnu23.

MartinDiehl commented on 2025-07-22 09:35 (UTC)

@acxz: Are you still maintaining this package?

acxz commented on 2020-02-03 02:36 (UTC)

Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.

eolianoe commented on 2018-10-25 17:18 (UTC)

@OvelixMax: should be fixed with the new package

OvelixMax commented on 2018-10-24 21:32 (UTC)

==> ERROR: pkgbase no debería de ser un «array»

The text is in Spanish, but it's the error that I get when trying to install triangle.

eolianoe commented on 2015-07-10 09:41 (UTC)

@XavierCLL: I corrected the pkgver

Xavier commented on 2015-07-09 19:13 (UTC)

Hi, the showme package after update to 1.6, it always show me that it need update from 1.3 to 1.6

eolianoe commented on 2014-07-31 08:23 (UTC)

@mortbauer Adopted and PKGBUILD changed to provide the library. I've also created a split package to provide triangle and showme [1] in separate packages. [1] https://aur.archlinux.org/packages/showme/

mortbauer commented on 2014-04-15 12:24 (UTC)

Hey since i need triangle as a library, could you consider to adapt the PKGBUILD, here is a version which works for me. http://codepad.org/GhlvcqBv Thanks