Math::Pari doesn't work with 64-bit Windows. This is a very long standing issue, and it is mostly driven by not having an active maintainer. That isn't anyone's fault, since nobody is being paid to do it, and it sure doesn't look like a simple job. It works fine on *nix and MacOS, which means lots of devs and companies don't have much if any incentive.

KMX (Strawberry Perl dev) worked for quite a while on getting some alternatives for the common modules that rely on Math::Pari. A couple years ago it started shipping with some replacements for things like Crypt::RSA. Of course this doesn't help if you really want Math::Pari itself, but I suspect those people worldwide on Win64 could be counted in unary without taking off a shoe. Almost everyone, like yourself, just wants some other module that was written 10 years ago when Math::Pari was a quite reasonable (if not the only) choice.

As a module developer I find Strawberry Perl to be much nicer than ActiveState. A lot of that is just the model -- SP is much more like every other machine I use (Linux, FreeBSD, MacOS, AIX, Solaris, Cygwin, ...), while AS makes my life harder in trade for users not having a C compiler. I'm not thrilled that AS uses a weird beta MS compiler. My opinion might be different if I did simple pure-perl modules.


In reply to Re: Net::SSH::Perl, Math::Pari by danaj
in thread Net::SSH::Perl, Math::Pari by ralph2014

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.