#9029: sympow is buiding 32-bit on OpenSolaris x64 even when SAGE64 is set to
"yes"
------------------------+---------------------------------------------------
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:
With the attached patch and
http://boxen.math.washington.edu/home/kirkby/patches/sympow-1.018.1.p7.spkg
this now builds 64-bit.
{{{
gcc -O3 -m64 -c -o rootno.o rootno.c
gcc -O3 -m64 -c -o util.o util.c
mkdir -p datafiles
touch datafiles/param_data
gcc -O3 -m64 -o sympow analrank.o analytic.o compute.o compute2.o fpu.o
help.o conductors.o disk.o ec_ap.o ec_ap_bsgs.o ec_ap_large.o
eulerfactors.o factor.o generate.o init_curve.o main.o moddeg.o periods.o
prepare.o QD.o rootno.o util.o
real 0m4.465s
user 0m4.101s
sys 0m0.301s
Successfully installed sympow-1.018.1.p7
Now cleaning up tmp files.
rm: Cannot remove any directory in the path of the current working
directory
/export/home/drkirkby/sage-4.4.2/spkg/build/sympow-1.018.1.p7
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing sympow-1.018.1.p7.spkg
drkir...@hawk:~/sage-4.4.2$ file ./local/lib/sympow/sympow
./local/lib/sympow/sympow: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped, no debugging information available
}}}
The binary is now 64-bit, not 32-bit as before.
{{{
drkir...@hawk:~/sage-4.4.2$ file ./local/lib/sympow/sympow
./local/lib/sympow/sympow: ELF 64-bit LSB executable AMD64 Version 1,
dynamically linked, not stripped, no debugging information available
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9029#comment:4>
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.