Search found 337 matches

Go to advanced search

by gawrilow
17 Oct 2011, 14:31
Forum: Helpdesk
Topic: Defining not pointed polyhedra via POINTS
Replies: 8
Views: 9590

Re: Defining not pointed polyhedra via POINTS

The parser for rulefiles has changed since the released version 2.10, so that the presented patch probably does not fit your code base. You would be on a safer side if you apply it to the current SVN snapshot, but if your solution works fine for you, you can surely leave it as is.
by gawrilow
26 Sep 2011, 19:02
Forum: Helpdesk
Topic: Reconfigure error under Ubuntu 11.04
Replies: 6
Views: 9151

Re: Reconfigure error under Ubuntu 11.04

'make install-shared' does nothing else but copies the files from the unpacked tar ball to the final destination under /usr/local/... . If you directly patch the files at the destination, you obviously don't need any further copying, thus the 'make' step is superfluous (and impossible, because there...
by gawrilow
26 Sep 2011, 15:29
Forum: Helpdesk
Topic: Reconfigure error under Ubuntu 11.04
Replies: 6
Views: 9151

Re: Reconfigure error under Ubuntu 11.04

I had no clue where to find the make-file necessary for applying the patch. Actually, this patch can be directly applied to the installed package as well, because it only modifies some perl modules and does not require any recompilation. You have to navigate into /usr/local/share/polymake (or whate...
by gawrilow
25 Sep 2011, 10:24
Forum: Helpdesk
Topic: Reconfigure error under Ubuntu 11.04
Replies: 6
Views: 9151

Re: Reconfigure error under Ubuntu 11.04

Please try the attached patch. It should solve both problems you have encountered.
Apply it to the unpacked source tree:

Code: Select all

cd .../polymake-2.10 patch -p1 <YOUR_DOWNLOADS/reconfigure_v10340_10342.patch make install-shared
by gawrilow
06 Sep 2011, 17:21
Forum: Installing polymake
Topic: "Can't locate loadable object..." on Mac OS
Replies: 3
Views: 8256

Re: "Can't locate loadable object..." on Mac OS

Dear Raman, please look at first at the head line in the executable polymake main script. It should start with something like #!/usr/bin/arch . The architecture and perl interpreter path should exactly match those used during configuration and compilation phases (check the file build.darwin.XXX/conf...
by gawrilow
02 Sep 2011, 08:51
Forum: Helpdesk
Topic: Extending %Visual::Graph::decorations
Replies: 2
Views: 5971

Re: Extending %Visual::Graph::decorations

It's not your fault, it looks like a bug in polymake. I suspect, it is caused by the fact that you are referring to options defined in another application, which is not imported into yours. How did you declare your application, did you put any IMPORT or USE commands in its rules? Would adding "...
by gawrilow
16 Jul 2011, 12:15
Forum: Helpdesk
Topic: Problems USEing matroid in 2.10
Replies: 4
Views: 6066

Re: Problems USEing matroid in 2.10

First of all, I'm not lucky about the idea of introducing dependences between applications at the extension level. We should probably constrain the allowed appearances of USE and IMPORT commands to the primary main.rules of each application. Anyway, in your concrete case you are trying to establish ...
by gawrilow
12 Jul 2011, 18:05
Forum: Installing polymake
Topic: Problems with the installation under Ubuntu 11.04
Replies: 24
Views: 34555

Re: Problems with the installation under Ubuntu 11.04

polymake just calls make. Whatever was configured at the very beginning and stored in build.*/conf.make, is then used for temporary compilations as well. If you have stored short program names there like gcc and g++, and install a new GCC version later, or just change your PATH, then surely you will...
by gawrilow
22 Jun 2011, 13:18
Forum: Installing polymake
Topic: Compilation failure on Arch Linux
Replies: 9
Views: 13389

Re: Compilation failure on Arch Linux

Due to a mishap, the tarball exposed at the download page is still missing the latest patch for perl 5.14. It will be replaced very soon, please watch for changes. We apologize for the inconvenience.
by gawrilow
22 Jun 2011, 13:15
Forum: Installing polymake
Topic: Problems with the installation under Ubuntu 11.04
Replies: 24
Views: 34555

Re: Problems with the installation under Ubuntu 11.04

A healthy gcc does not require such weird settings. I strongly suspect your installation is seriously corrupted, messed up, or just ill-born. I would suggest to install a clean gcc out of the box (4.3, 4.4, or 4.6) completely aside the system compiler, and then reconfigure and rebuild polymake from ...

Go to advanced search