#10240: pari-2.4.3.svn-12577.p9 incorrectly checks for the shared library on
Cygwin
------------------------+---------------------------------------------------
Reporter: mhansen | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Changes (by dimpase):
* status: new => needs_review
Old description:
> In spkg-install, the following code should check for "libpari.dll" on
> Cygwin.
>
> {{{
> if [ "$UNAME" = "Darwin" ]; then
> pari_shlib="libpari.dylib"
> else
> pari_shlib="libpari.so"
> fi
> }}}
New description:
In spkg-install, the following code should check for "libpari.dll" on
Cygwin.
{{{
if [ "$UNAME" = "Darwin" ]; then
pari_shlib="libpari.dylib"
else
pari_shlib="libpari.so"
fi
}}}
The (trivial) fix is here:
http://boxen.math.washington.edu/home/dima/packages/pari-2.4.3.alpha.p6.spkg
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10240#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.