#14909: Gap package HAP does not load
--------------------------------------+--------------------------
Reporter: vbraun | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-5.12
Component: packages: optional | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Dependencies:
Stopgaps: |
--------------------------------------+--------------------------
Changes (by niles):
* cc: Snark, mmarco, tscrim, dimpase, niles (added)
Comment:
It seems that a number of packages fail to load, possibly for similar
reasons. Perhaps the people from #14682 know how to fix this:
{{{
sage: optional_packages()[0]
['database_gap-4.6.4', 'gap_packages-4.6.4']
sage: version()
'Sage Version 5.11.beta3, Release Date: 2013-06-21'
}}}
{{{
sage: gap_package_names =
['braid','crime','cryst','ctbllib','design','factint','gapdoc','grape','guava','hap','hapcryst','happrime','laguna','polymake','sonata','toric']
sage: for name in gap_package_names:
stat = gap('LoadPackage("{0}")'.format(name))
prefix = ' ' if str(stat) == 'true' else 'x'
print("{2} : {0: <8} got '{1}' when
loading.".format(name,stat,prefix))
....:
: braid got 'true' when loading.
: crime got 'true' when loading.
x : cryst got 'fail' when loading.
: ctbllib got 'true' when loading.
: design got 'true' when loading.
: factint got 'true' when loading.
: gapdoc got 'true' when loading.
: grape got 'true' when loading.
: guava got 'true' when loading.
x : hap got 'fail' when loading.
x : hapcryst got 'fail' when loading.
x : happrime got 'fail' when loading.
: laguna got 'true' when loading.
x : polymake got 'fail' when loading.
: sonata got 'true' when loading.
: toric got 'true' when loading.
}}}
This leads to a number of failing doctests:
{{{
$ ./sage -t --optional=gap_packages devel/sage/sage
----------------------------------------------------------------------
sage -t devel/sage/sage/coding/linear_code.py # 12 doctests failed
sage -t devel/sage/sage/combinat/designs/incidence_structures.py # 2
doctests failed
sage -t devel/sage/sage/combinat/designs/design_catalog.py # 1 doctest
failed
sage -t devel/sage/sage/groups/perm_gps/permgroup.py # 19 doctests failed
----------------------------------------------------------------------
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/14909#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 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.
For more options, visit https://groups.google.com/groups/opt_out.