#10430: Add some bugfixes to the PARI package
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-4.6.2
Component: packages | Keywords: pari spkg bugs patches
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by leif):
I wonder if we really need the `make install-doc*` patch (TeX usage) since
apparently all errors are ignored... ;-)
I'd like to have ticket references also in `SPKG.txt` (Changelog).
Trial building with `-O3`...`-O0` won't work if `initial_CFLAGS` already
contain some (higher) optimization level (which I think isn't unlikely),
since `$optflag` gets '''pre'''pended.
I would start with `CFLAGS` as is, and then append `-O2` etc. in case the
previous ''build'' failed. Also, we IMHO shouldn't retry if `configure`
failed. (We could simply keep the `exit` in these cases.)
I'm not sure if all platforms support `ulimit -v`, although Linuces (where
GCC bugs showed up) certainly do. Perhaps we should test its exit status
(and skip trial building if the platform does not).
`test ... -ne ...` (etc.) is for '''numerical''' comparison, not for
comparing strings.
The changes aren't yet committed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10430#comment:22>
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.