Hi Ondrej,

I found a few bugs with ternary quadratic equations and  I have been
correcting them
since yesterday. I'll make a commit when I fixed those and I'll send you
the link of the
commit afterwards.

Regards,
Thilina



On Thu, Aug 15, 2013 at 3:11 AM, Ondřej Čertík <ondrej.cer...@gmail.com>wrote:

> Hi Thilina,
>
> Thanks, I've merged it. Can you point me to the commit in your Diop.
> module?
> I'll have a look later tonight.
>
> Ondrej
>
> On Wed, Aug 14, 2013 at 3:00 PM, Thilina Rathnayake
> <thilina.r...@gmail.com> wrote:
> > Hi Ondrej,
> >
> > I made a Pull request updating the README file. Please let me know
> > If there's something to be changed. Here is the PR.
> >
> > https://github.com/certik/csympy/pull/60
> >
> > I also made a commit to the Diophantine equation Module. Please take a
> look
> > at it when you have some free time.
> >
> > Regards,
> > Thilina
> >
> >
> >
> >
> > On Wed, Aug 14, 2013 at 9:45 PM, Ondřej Čertík <ondrej.cer...@gmail.com>
> > wrote:
> >>
> >> On Wed, Aug 14, 2013 at 3:58 AM, Thilina Rathnayake
> >> <thilina.r...@gmail.com> wrote:
> >> > Hi Ondrej,
> >> >
> >> > I am using fedora 19. So the package libgmp-dev is gmp-devel and
> >> > binutils-dev is
> >> > binutils-devel for fedora users. It's good if we include instructions
> >> > separately for Debian
> >> > and RPM users. Even though the Readme says binutils-dev is optional,
> >> > trying
> >> > to install
> >> > csympy without it in my machine gave me the following error.
> >>
> >> Awesome, thanks for trying it out. Can you send a PR with these
> >> improvements to the README?
> >>
> >> >
> >> > CMake Error at
> >> > /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108
> >> > (message):
> >> >   Could NOT find BFD (missing: BFD_LIBRARY BFD_INCLUDE_DIR)
> >> > Call Stack (most recent call first):
> >> >   /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315
> >> > (_FPHSA_FAILURE_MESSAGE)
> >> >   cmake/FindBFD.cmake:8 (find_package_handle_standard_args)
> >> >   CMakeLists.txt:48 (find_package)
> >>
> >> You can do:
> >>
> >> cmake -DWITH_BFD=no .
> >>
> >> then it will not use BFD. But the stacktraces are very important for
> >> development, so I keep it on for now.
> >>
> >> >
> >> > After I installed both of the above packages, it successfully compiled
> >> > and
> >> > ran all the tests.
> >> > Very eagerly waiting to play with it !!!!
> >>
> >> Excellent. You'll also have to install the Python wrappers via:
> >>
> >> cmke -DWITH_PYTHON=yes .
> >>
> >> and for that you need Python and Cython. Finally, if you want to test
> >> speed, don't forget to compile with:
> >>
> >> cmake -DCMAKE_BUILD_TYPE="Release" .
> >>
> >> Then it will get a lot faster.
> >>
> >> Ondrej
> >
> >
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to