#9703: Doctest failures caused by non-working sympow on 32-bit Solaris x86 and
32-bit OpenSolaris
--------------------------------------------+-------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-4.5.3
Component: build | Keywords:
Author: David Kirkby | Upstream: Reported upstream.
Little or no feedback.
Reviewer: Jeroen Demeyer, Mitesh Patel | Merged:
Work_issues: |
--------------------------------------------+-------------------------------
Comment(by drkirkby):
Replying to [comment:26 mpatel]:
> Can we close #9166 if/when this ticket is merged?
It should be possible, but you should wait for confirmation from Mike
Hansen.
Mike confirmed the earlier version I wrote had worked on Cygwin and passed
all tests. However, I had did make a small change since then.
The change was only the way I wrote the numbers in fpu.c. Initially I
wrote them as binary using {{{0b}}} in front of the 0's and 1's. Later I
converted the two binary numbers to hex, so used {{{0x}} instead. I found
using {{{0b}}} is not portable - it works with gcc, but not Sun Studio.
So the only changes from the patch that Mike said worked were
* Convert numbers from binary to hex form.
* Add a few more comments in SPKG.txt and/or fpu.c
* Committed the changes to the repository.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9703#comment:27>
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.