Re: [sage-devel] support_order in SubmoduleWithBasis

2020-11-23 Thread 'Travis Scrimshaw' via sage-devel
Submodules need to do linear algebra to compute a basis from the generating set, as well as to pullback vectors into the subspace. The best way that I know of to do linear algebra is to write everything in terms of matrices, and so you need an ordering of your indices. Before, this feature of o

Re: [sage-devel] support_order in SubmoduleWithBasis

2020-11-23 Thread 'Reimundo Heluani' via sage-devel
On Nov 23, Andrew wrote: Sometime recently, possibly because of python3, the required argument `support_order` was been added to the class `sage.modules.with_basis.subquotient.SubmoduleWithBasis`. The documentation says: ``support_order`` -- an ordering of the support of ``basis`` expr

[sage-devel] support_order in SubmoduleWithBasis

2020-11-23 Thread Andrew
Sometime recently, possibly because of python3, the required argument `support_order` was been added to the class `sage.modules.with_basis.subquotient.SubmoduleWithBasis`. The documentation says: ``support_order`` -- an ordering of the support of ``basis`` expressed in ``ambient``

Re: [sage-devel] ImportError: failed to map segment from shared object

2020-11-23 Thread Dima Pasechnik
On Mon, Nov 23, 2020 at 10:01 AM François Bissey wrote: > > It is a very interesting memory management problem. > Wish I could find the bottom of it. > https://github.com/cschwan/sage-on-gentoo/issues/610 Thanks! I've posted a bit more info on the tracker there. It's comforting that it's not a qu

Re: [sage-devel] ImportError: failed to map segment from shared object

2020-11-23 Thread François Bissey
It is a very interesting memory management problem. Wish I could find the bottom of it. https://github.com/cschwan/sage-on-gentoo/issues/610 > On 23/11/2020, at 10:59 PM, Dima Pasechnik wrote: > > On a Gentoo machine I got the toolchain broken in an interesting way: > I get errors such as > > I

[sage-devel] ImportError: failed to map segment from shared object

2020-11-23 Thread Dima Pasechnik
On a Gentoo machine I got the toolchain broken in an interesting way: I get errors such as ImportError: local/lib/python3.7/site-packages/sage/ext/interpreters/wrapper_py.cpython-37m-x86_64-linux-gnu.so: failed to map segment from shared object on many, if not all, Cython modules, even though th