#9281: METATICKET - missing spkg-check files / OpenSolaris & Solaris 10 test
results.
--------------------------+-------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-wishlist
Component: spkg-check | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Description changed by drkirkby:
Old description:
> The purposes of this ticket are to
>
> * Identify what standard packages have an spkg-check file present. At
> the time the ticket was opened, only 19 packages had spkg-check files out
> of 98 packages. (Some don't need them, such as where the package just
> copies a database)
> * Document whether the package passes tests when Sage is built with
> SAGE_CHECK="yes" on !OpenSolaris x64. (Currently, neither Maxima or R
> build on !OpenSolaris, and the resulting build is very unstable -
> segfaulting just trying to run it).
> * Document whether the package passes tests when Sage is built with
> SAGE_CHECK="yes" on Solaris 10 on SPARC, compiled as 32-bit.
> * Document whether the package passes tests when Sage is built with
> SAGE_CHECK="yes" on Solaris 10 on SPARC, compiled as 64-bit. (Currently,
> the 64-bit build of Sage needs various patches, and is rather unstable)
> * Add any '''brief''' notes - giving a reference to a ticket number if
> possible.
>
> The aim of this ticket is not to give details about build issues for the
> packages. The aim is to show what packages have spkg-check files, and
> collect data on what the results from the tests are.
>
> || '''Package''' || '''spkg-check present''' || '''!OpenSolaris x64''' ||
> '''32-bit SPARC''' || '''64-bit SPARC''' || '''Notes''' ||
> || atlas || Yes || - || || || ||
> || blas || No || - || || || ||
> || boehm_gc || Yes || Pass || Pass|| Pass || ||
> || boost || No || - || || || ||
> || cddlib || Yes || Pass || Pass || Pass || ||
> || cephes || No || - || || || ||
> || cliquer || No || - || || || ||
> || conway_polynomials || No || - || || || ||
> || cvxopt || No || - || || || ||
> || cython || No || - || || || ||
> || docutils || No || - || || || ||
> || ecl || No || - || || || ||
> || eclib || Yes || Pass || Pass || Pass || ||
> || ecm || Yes || Pass || || || ||
> || elliptic_curves || No || - || || || ||
> || examples || No || - || || || ||
> || extcode || No || - || || || ||
> || f2c || Yes || Pass || Pass || Pass || ||
> || flint || Yes || Pass || || || ||
> || flintqs || No || - || || || ||
> || fortran || No || - || || || ||
> || freetype || No || - || || || ||
> || gap || No || - || || || ||
> || gd || No || - || || || ||
> || gdmodule || No || - || || || ||
> || genus2reduction || No || - || || || ||
> || gfan || No || - || || || ||
> || ghmm || - || || || ||
> || glpk || Yes || Pass || Pass || Pass || ||
> || givaro || Yes || Does not run reliably ||Does not run reliably
> ||Does not run reliably || #9352||
> || gnutls || No || - || || || ||
> || graphs || No || - || || || ||
> || gsl || Yes, but broken #9531 || Fail || Fail || Fail || #9533 updates
> GSL and allows all tests to pass||
> || iconv || Yes || || || || ||
> || iml || No || - || || || ||
> || ipython || - || || || ||
> || jinja || No || - || || || ||
> || jinja2 || No || - || || || ||
> || lapack || No || - || || || ||
> || lcalc || No || - || || || ||
> || libfplll || Yes || - || || || ||
> || libgcrypt || Yes || Pass || || || ||
> || libgpg_error || No || - || || || ||
> || libm4ri || #9475 || - || || || ||
> || libpng || No || - || || || ||
> || linbox || No || - || || || ||
> || matplotlib || No || - || || || ||
> || maxima || No || - || || || Does not build !OpenSolaris||
> || mercurial || No || - || || || ||
> || moin || No || - || || || ||
> || mpfi || No || - || || || ||
> || mpfr || Yes || Pass || || || ||
> || mpir || Yes || || || || ||
> || mpmath || No || - || || || ||
> || networkx || No || - || ||
> || ntl || Yes || Pass || || || ||
> || numpy || No || - || || || #8086 ||
> || opencdk || No || - || || || ||
> || palp || No || - || || || ||
> || pari || No, but one attached to #9343|| - || || || ||
> || pexpect || No || - || || || ||
> || pil || No || - || || || ||
> || polybori || No || - || || || ||
> || polytopes_db || No || - || || || ||
> || pycrypto || No, but #9338 adds one || Pass || || || ||
> || pygments || No || - || || || ||
> || pynac || No || - || || || ||
> || python || Yes || Fail #9299 || Fail #9297|| || ||
> || python_gnutls || No || - || || || ||
> || r || Yes || - || || || Does not build on !OpenSolaris||
> || ratpoints || No || - || || || ||
> || readline || No || - || || || ||
> || rubiks || No || - || || || ||
> || sage || No || - || || || ||
> || sage_scripts || No || - || || || ||
> || sagenb || No || - || || || ||
> || sagetex || Yes || - || || ||see #9351 ||
> || scipy || Yes || - || || || ||
> || scipy_sandbox || No || - || || || ||
> || scons || No || - || || || ||
> || setuptools || No || - || || || ||
> || singular || No || - || || || ||
> || sphinx || No || - || || || ||
> || sqlalchemy || Yes, but totally useless || - || || || Needs nose to
> work||
> || sqlite || No || - || || || ||
> || symmetrica || No || - || || || ||
> || sympow || No || - || || || ||
> || sympy || No || - || || || ||
> || tachyon || No || - || || || ||
> || termcap || No || - || || || ||
> || twisted || No || - || || || ||
> || weave || No || - || || || ||
> || zlib || No || - || || || ||
> || zn_poly || Yes || - || || || ||
> || zodb3 || No || - || || || ||
New description:
The purposes of this ticket are to
* Identify what standard packages have an spkg-check file present. At the
time the ticket was opened, only 19 packages had spkg-check files out of
98 packages. (Some don't need them, such as where the package just copies
a database)
* Document whether the package passes tests when Sage is built with
SAGE_CHECK="yes" on !OpenSolaris x64. (Currently, neither Maxima or R
build on !OpenSolaris, and the resulting build is very unstable -
segfaulting just trying to run it).
* Document whether the package passes tests when Sage is built with
SAGE_CHECK="yes" on Solaris 10 on SPARC, compiled as 32-bit.
* Document whether the package passes tests when Sage is built with
SAGE_CHECK="yes" on Solaris 10 on SPARC, compiled as 64-bit. (Currently,
the 64-bit build of Sage needs various patches, and is rather unstable)
* Add any '''brief''' notes - giving a reference to a ticket number if
possible.
The aim of this ticket is not to give details about build issues for the
packages. The aim is to show what packages have spkg-check files, and
collect data on what the results from the tests are.
|| '''Package''' || '''spkg-check present''' || '''!OpenSolaris x64''' ||
'''32-bit SPARC''' || '''64-bit SPARC''' || '''Notes''' ||
|| atlas || Yes || - || || || ||
|| blas || No || - || || || ||
|| boehm_gc || Yes || Pass || Pass|| Pass || ||
|| boost || No || - || || || ||
|| cddlib || Yes || Pass || Pass || Pass || ||
|| cephes || No || - || || || ||
|| cliquer || No || - || || || ||
|| conway_polynomials || No || - || || || ||
|| cvxopt || No || - || || || ||
|| cython || No || - || || || ||
|| docutils || No || - || || || ||
|| ecl || No || - || || || ||
|| eclib || Yes || Pass || Pass || Pass || ||
|| ecm || Yes || Pass || || || ||
|| elliptic_curves || No || - || || || ||
|| examples || No || - || || || ||
|| extcode || No || - || || || ||
|| f2c || Yes || Pass || Pass || Pass || ||
|| flint || Yes || Pass || || || ||
|| flintqs || No || - || || || ||
|| fortran || No || - || || || ||
|| freetype || No || - || || || ||
|| gap || No || - || || || ||
|| gd || No || - || || || ||
|| gdmodule || No || - || || || ||
|| genus2reduction || No || - || || || ||
|| gfan || No || - || || || ||
|| ghmm || - || || || ||
|| glpk || Yes || Pass || Pass || Pass || ||
|| givaro || Yes || Does not run reliably ||Does not run reliably ||Does
not run reliably || #9352||
|| gnutls || No || - || || || ||
|| graphs || No || - || || || ||
|| gsl || Yes, but broken #9531 || Fail || Fail || Fail || #9533 updates
GSL and allows all tests to pass||
|| iconv || Yes || || || || ||
|| iml || No || - || || || ||
|| ipython || - || || || ||
|| jinja || No || - || || || ||
|| jinja2 || No || - || || || ||
|| lapack || No || - || || || ||
|| lcalc || No || - || || || ||
|| libfplll || Yes || - || || || ||
|| libgcrypt || Yes || Pass || || || ||
|| libgpg_error || No || - || || || ||
|| libm4ri || #9475 || - || || || ||
|| libpng || No || - || || || ||
|| linbox || No, see #9613 || - || || || ||
|| matplotlib || No || - || || || ||
|| maxima || No || - || || || Does not build !OpenSolaris||
|| mercurial || No || - || || || ||
|| moin || No || - || || || ||
|| mpfi || No || - || || || ||
|| mpfr || Yes || Pass || || || ||
|| mpir || Yes || || || || ||
|| mpmath || No || - || || || ||
|| networkx || No || - || ||
|| ntl || Yes || Pass || || || ||
|| numpy || No || - || || || #8086 ||
|| opencdk || No || - || || || ||
|| palp || No || - || || || ||
|| pari || No, but one attached to #9343|| - || || || ||
|| pexpect || No || - || || || ||
|| pil || No || - || || || ||
|| polybori || No || - || || || ||
|| polytopes_db || No || - || || || ||
|| pycrypto || No, but #9338 adds one || Pass || || || ||
|| pygments || No || - || || || ||
|| pynac || No || - || || || ||
|| python || Yes || Fail #9299 || Fail #9297|| || ||
|| python_gnutls || No || - || || || ||
|| r || Yes || - || || || Does not build on !OpenSolaris||
|| ratpoints || No || - || || || ||
|| readline || No || - || || || ||
|| rubiks || No || - || || || ||
|| sage || No || - || || || ||
|| sage_scripts || No || - || || || ||
|| sagenb || No || - || || || ||
|| sagetex || Yes || - || || ||see #9351 ||
|| scipy || Yes || - || || || ||
|| scipy_sandbox || No || - || || || ||
|| scons || No || - || || || ||
|| setuptools || No || - || || || ||
|| singular || No || - || || || ||
|| sphinx || No || - || || || ||
|| sqlalchemy || Yes, but totally useless || - || || || Needs nose to
work||
|| sqlite || No || - || || || ||
|| symmetrica || No || - || || || ||
|| sympow || No || - || || || ||
|| sympy || No || - || || || ||
|| tachyon || No || - || || || ||
|| termcap || No || - || || || ||
|| twisted || No || - || || || ||
|| weave || No || - || || || ||
|| zlib || No || - || || || ||
|| zn_poly || Yes || - || || || ||
|| zodb3 || No || - || || || ||
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9281#comment:30>
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.