cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
78 stars 26 forks source link

Error building sage-9999 (sage-10.1.beta1) #743

Closed strogdon closed 7 months ago

strogdon commented 1 year ago
Error compiling Cython file:
------------------------------------------------------------
...
from memory_allocator cimport MemoryAllocator

from sage.rings.real_double import RDF
from sage.libs.gsl.all cimport *
from sage.misc.sageinspect import sage_getargspec
from sage.ext.interpreters.wrapper_rdf cimport Wrapper_rdf
^
------------------------------------------------------------

sage/calculus/integration.pyx:35:0: 'sage/ext/interpreters/wrapper_rdf.pxd' not found

The sage/ext/interpreters folder is missing.

strogdon commented 1 year ago

See https://github.com/cschwan/sage-on-gentoo/issues/729. Is sage-9.8-build_ext.patch still needed?

kiwifb commented 1 year ago

I thought DISTUTILS_EXT=1 would be enough. I forgot it had to be tested in a vacuum.