Hi, On 25 April 2012 20:33, Sergiu Ivanov <[email protected]> wrote:
> Hello, > > On Wed, Apr 25, 2012 at 9:30 PM, Kjetil brinchmann Halvorsen > <[email protected]> wrote: > > see below. > > > > On Wed, Apr 25, 2012 at 13:26, Joachim Durchholz <[email protected]> > wrote: > >> > >> It's seeing all these .c and .so files it knows nothing about, and > doesn't > >> know whether to delete them (so your "master" branch is indeed a > truthful > >> copy of origin) or integrate them (require a merge). > >> > >> You probably wanted to add these files to your work branch. Or somewhere > >> entirely else. > > > > > > All those .c and .so files are files made by "make" . So far I have not > > added anything myself. > > So I need to do "make clean" (orwhatever that is called in git) before I > can > > fetch? > > One doesn't need to run make to run SymPy. > > What purpose do you following by running make in SymPy source tree? > To compile certain modules with Cython to gain speed improvement (grep for @cythonized). > > Sergiu > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > Mateusz -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
