Search found 115 matches

Go to advanced search

by blorenz
09 Jun 2011, 14:48
Forum: Installing polymake
Topic: Compilation failure on Arch Linux
Replies: 9
Views: 13409

Re: Compilation failure on Arch Linux

Please apply the attached path with the following command:

Code: Select all

patch -p0 < /path/to/gcc46.patch
This has to be run in the main polymake directory and you have to insert the correct path to the downloaded file.

Benjamin
by blorenz
09 Jun 2011, 11:50
Forum: Installing polymake
Topic: Problems with the installation under Ubuntu 11.04
Replies: 24
Views: 34602

Re: Problems with the installation under Ubuntu 11.04

just some more digging into the problem, what files do you have in build.i686/external/nauty There should be at least a Makefile, if not (or even the directory does not exist) you need to rerun configure. If there is a Makefile, what is the result of the following command (run in the main polymake d...
by blorenz
08 Jun 2011, 22:38
Forum: Installing polymake
Topic: Compilation failure on Arch Linux
Replies: 9
Views: 13409

Re: Compilation failure on Arch Linux

I'm trying to install polymake on Arch Linux. Configure gives following warning: Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/lib/perl5/vendor_perl/Term/ReadLine/Gnu.pm line 249. This warning appears with any recent perl installation and is safe to...
by blorenz
29 Apr 2011, 15:31
Forum: Helpdesk
Topic: Editing extension on different computers
Replies: 1
Views: 3543

Re: Editing extension on different computers

Hello Simon, When working with extensions on different computers every copy should have its own main Makefile in the top directory and its own build.xxx directory. Just copy / commit all other directories. Makefile and build directory are (re)created on the other computer when calling import_extensi...
by blorenz
14 Apr 2011, 16:39
Forum: Helpdesk
Topic: script "tarballs" not working
Replies: 5
Views: 9036

Re: script "tarballs" not working

I can confirm that polymake 2.9.10 runs on opensuse 11.4 (x86_64) as this is one of our testsystems. The configure script should tell you if there is anything missing. If in doubt, just post any error message you get. One thing I would recommend for openSUSE 11.4 is to pass CXXOPT=-O1 to configure. ...

Go to advanced search