#13376: Optional SPKG for SmallJac
-------------------------------------+--------------------------------------
Reporter: pavpanchekha | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone:
Component: optional packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by fbissey):
Don't like the spkgs. Both SPKG.txt aren't updated to reflect the version
changes. The first thing that I see in both is
{{{
#!/usr/bin/env bash
CFLAGS="-fPIC -mtune=k8 -pedantic -std=gnu99"
LDFLAGS="-static"
}}}
-fPIC and -static are kind of opposite but you will want to fold a library
that you only know how to build static into a shared object so you need
the -fPIC. Would be better to build shared in the first place. Is the
"-mtune=k8" the thing that impose 64bitness? Anyway that assume way too
much about the underlying cpu even on x86_64. We have people working on
arm and ppc64, that's 64bit too.
When you say 64bit do you mean x86_64 as in "I have used simmd
instructions that are only available on this cpus"(pet hate) or something
else?
If you have used x86_64 specific instructions I am not sure we can ever
move this out of optional since we support (or at least aim to) a larger
range of hardware.
And just looking I have found assembly....
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13376#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.