#9025: PALP is building 32-bit on OpenSolaris - probably other platforms too.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.3
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by drkirkby):
* status: new => needs_review
Comment:
This was easily fixed by adding the flag -m64. I did this via 'sed' as it
was the simplest way to change a few bytes in a large file. The revised
package may be found here:
http://boxen.math.washington.edu/home/kirkby/patches/palp-1.1.p2.spkg
Now the files build 64-bit:
{{{
drkir...@hawk:~/sage-4.4.2$ file local/bin/*.x
local/bin/class.x: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped
local/bin/cws.x: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped
local/bin/nef.x: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped
local/bin/poly.x: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9025#comment:1>
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.