Search found 337 matches

Go to advanced search

by gawrilow
02 Mar 2012, 23:11
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16385

Re: Fedora build challenges

The callable library, libpolymake.so, has two undefined symbols: xmlGetExternalEntityLoader xmlSetExternalEntityLoader I see that support/corelib.make builds Ext.so with LIBXML2_LIBS, but does not use those libraries when building the CallableLib target, which includes all of the *.o files in Ext.s...
by gawrilow
02 Mar 2012, 23:06
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16385

Re: Fedora build challenges

... The build stopped like this: make[1]: Leaving directory `/home/jamesjer/rpmbuild/BUILD/polymake-2.11/build.x86_64/apps/graph' /usr/bin/perl perl/polymake --script configure_java polymake: ERROR: Undefined subroutine &Polymake::User::reconfigure called at /home/jamesjer/rpmbuild/BUILD/polyma...
by gawrilow
02 Mar 2012, 10:42
Forum: Installing polymake
Topic: Nauty and bliss
Replies: 4
Views: 8910

Re: Nauty and bliss

Dear Jerry, we have been confronted with the same requests from the Debian community, so that we are currently working on separating some of the external bundled libraries from the core distribution. We expect to have this done by the end of April and then we'll produce a new release. We are definit...
by gawrilow
02 Mar 2012, 10:21
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16385

Re: Fedora build challenges

Yes, a clear stupid bug. Thanks a lot for watching out!
by gawrilow
03 Feb 2012, 11:07
Forum: Installing polymake
Topic: Perl versions Mac OS X 10.6 x86_64
Replies: 3
Views: 7978

Re: Perl versions Mac OS X 10.6 x86_64

polymake can be used with any perl starting with 5.8.1, but the following should be observed: Using the system's own perl is the preferred way to work with polymake. perl packages provided by Fink may or may not work, they are too numerous to be conscientiously supported by our team The architecture...
by gawrilow
01 Feb 2012, 18:00
Forum: Helpdesk
Topic: False results when computing bases/ranks on minors
Replies: 4
Views: 6995

Re: False results when computing bases/ranks on minors

Nothing simpler than that: you just log in under http://www.polymake.org/trac/polymake and click on "New Ticket".
by gawrilow
01 Feb 2012, 17:15
Forum: Helpdesk
Topic: False results when computing bases/ranks on minors
Replies: 4
Views: 6995

Re: False results when computing bases/ranks on minors

I'll look into it.

Generally, you'd better post such bug reports directly as Trac tickets. The Trac system shares the user credentials with the SVN repository.
by gawrilow
01 Feb 2012, 15:44
Forum: Helpdesk
Topic: Schlegel diagrams using jreality
Replies: 6
Views: 8901

Re: Schlegel diagrams using jreality

It must be a Mac-specific problem, this function works under Linux smoothly, so that I unfortunately can't help you directly. To get more insight, please try running polymake with -d switch. You'll see a lot of internal communication garbage, but hopefully some relevant diagnostics will also pop up....
by gawrilow
01 Feb 2012, 10:31
Forum: Helpdesk
Topic: obtaining information from incidence matrices
Replies: 3
Views: 6353

Re: obtaining information from incidence matrices

There is also a more compact form of this query: print $M->(1,2); It has the same performance as the expression above, but saves some typing and also works as lvalue , that is, if the matrix $M is not write-protected, you can assign to it any boolean expression: $M->(1,2) = 0; $M->(2,1) = $a &&a...
by gawrilow
30 Jan 2012, 16:40
Forum: Helpdesk
Topic: Concatenating matrices in 2.11 produces segfaults
Replies: 4
Views: 5844

Re: Concatenating matrices in 2.11 produces segfaults

This bug has already been reported elsewhere in the forum and is also already fixed in the development branch. Do you have an access to it, or do you want to get it?

Go to advanced search