Thanks; that worked. David On Sun, Jan 24, 2016 at 4:10 AM, Jeroen Demeyer <[email protected]> wrote:
> On 2016-01-23 22:34, David Roe wrote: > >> python -u setup.py install >> ************************************************************************ >> Traceback (most recent call last): >> File "setup.py", line 47, in <module> >> from module_list import ext_modules, library_order, aliases >> File >> "/projects/7e31f8fa-d7fb-44ba-85ee-48e91861f432/sage/src/module_list.py", >> line 992, in <module> >> depends = flint_depends), >> NameError: name 'flint_depends' is not defined >> ************************************************************************ >> > > You can just remove this: > > include_dirs = [SAGE_INC + 'flint/'], > depends = flint_depends), > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
