Package Details: gaviewer 0.86-5

Git Clone URL: https://aur.archlinux.org/gaviewer.git (read-only, click to copy)
Package Base: gaviewer
Description: Geometric Algebra scriptable 3D visualization tool
Upstream URL: http://www.geometricalgebra.net/downloads.html
Licenses: GPL2
Groups: math
Submitter: bertabus
Maintainer: bertabus
Last Packager: bertabus
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-10 19:46 (UTC)
Last Updated: 2017-11-10 23:55 (UTC)

Latest Comments

tantalum commented on 2024-07-06 22:47 (UTC)

The package did not immediately compile for me because of warnings. Setting CFLAGS did not seem to work but I was able get it to run by making replacements in the generated files.

./configure --prefix=/usr
replacer --go -- "-Werror=format-security" ""
replacer --go -- "-Wimplicit-int" ""
make