Package Details: geomspace 0.14-1

Git Clone URL: https://aur.archlinux.org/geomspace.git (read-only, click to copy)
Package Base: geomspace
Description: A browser for geometric (i.e. Euclidean, Riemann, Minkowski) spaces
Upstream URL: https://sourceforge.net/projects/geomspace/
Licenses: GPL
Submitter: PhotonX
Maintainer: PhotonX
Last Packager: PhotonX
Votes: 1
Popularity: 0.000000
First Submitted: 2011-04-17 11:17 (UTC)
Last Updated: 2016-07-17 08:56 (UTC)

Latest Comments

PhotonX commented on 2014-12-08 20:35 (UTC)

Thanks calegria for the report and patch. Don't know how I could miss it for that long. :( Updated to 0.13 and applied the fix.

calegria commented on 2014-02-20 19:33 (UTC)

Got some errors during the compilation. The files: - /usr/lib/libfltk_gl.a - /usr/lib/libfltk_images.a - /usr/lib/libfltk.a do not exist. The correct files for current fltk (1.3.2-5) are: - /usr/lib/libfltk_gl.so - /usr/lib/libfltk_images.so - /usr/lib/libfltk.so Created the current patches and could successfully compile: ------------------------------------------------------ PKGBUILD.patch ------------------------------------------------------ 38,39c38,40 < cd $srcdir/GeomSpace/make < patch Makefile < $srcdir/make.patch --- > cd $srcdir/GeomSpace/make > patch Makefile < $srcdir/make.patch > patch linux.mk < $srcdir/linux.mk.patch ------------------------------------------------------ ------------------------------------------------------ linux.mk.patch ------------------------------------------------------ 3c3 < LDSTATICFLAGS = /usr/lib/libfltk_gl.a -lGLU -lGL /usr/lib/libfltk_images.a -lpng -lz -ljpeg /usr/lib/libfltk.a -lXext -lpthread -ldl -lm -lX11 -lXpm -lXft -lfontconfig -lXinerama --- > LDSTATICFLAGS = /usr/lib/libfltk_gl.so -lGLU -lGL /usr/lib/libfltk_images.so -lpng -lz -ljpeg /usr/lib/libfltk.so -lXext -lpthread -ldl -lm -lX11 -lXpm -lXft -lfontconfig -lXinerama ------------------------------------------------------

lahwaacz commented on 2013-06-29 18:44 (UTC)

Yeah, my mistake, there surely must be ", not '. Sorry for the confusion.

PhotonX commented on 2013-06-29 10:09 (UTC)

Hi, sorry for the late reply! This is really strange, I cannot reproduce the problem. On the other hand I get a problem with your modification, since for some reason $pkgver is not resolved in the source array with the ' signs and therefore the download fails. I exchanged the ' to " and uploaded the modified version and now it works find so I uploaded it. Thanks for testing and contributing!

lahwaacz commented on 2013-06-24 19:42 (UTC)

I got some errors during compilation: Compile GeomSpace version () for linux platform g++: error: algebra/*.o: No such file or directory g++: error: geometry/*.o: No such file or directory g++: error: graphics/*.o: No such file or directory g++: error: io/*.o: No such file or directory g++: error: *.o: No such file or directory (If you want to change it, modify make/platform file) make: *** [build_common] Error 1 Also in package(), relative references to parent folder (by '..') were wrong, for example 5Cubes.gmsp was not found.

PhotonX commented on 2013-06-24 19:32 (UTC)

Dumb question: What was the problem and what exactly did you change? :)

lahwaacz commented on 2013-06-24 15:17 (UTC)

I've fixed the PKGBUILD: https://gist.github.com/lahwaacz/5850808