#8523: Optional package p_group_cohomology-1.2 fails to install on Solaris 10
SPARC, as well as Debian Linux x86/x86_64 and MacOSX 10.5 (PPC)
---------------------------------+------------------------------------------
Reporter: drkirkby | Owner: SimonKing
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4
Component: optional packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------------+------------------------------------------
Changes (by SimonKing):
* status: needs_info => needs_review
Comment:
Hi!
I created a new patch level version, which I was able to install on
sage.math by
{{{
./sage -i
http://sage.math.washington.edu/home/SimonKing/Cohomology/p_group_cohomology-1.2.p0.spkg
}}}
Changes:
- adding .hgignore
- modifying SPKG.txt (adding this change to the changelog, and putting
the changelog in reverse chronological order)
- modifying spkg-install.
The test for the presence of Small Groups is now
{{{
SMALL_GROUPS=`echo "SmallGroup(13,1); quit;" | $SAGE_ROOT/sage -gap -b -T
| grep "13"`
if [ "$SMALL_GROUPS" = "" ]; then
echo "It seems that GAP's SmallGroups library is missing."
echo "One way to install it is by doing"
echo " sage: install_package('database_gap')"
echo "in a Sage session."
exit 1
fi
}}}
Note that this is ''really'' a test for the Small Groups library, rather
than for the database_gap spkg. The error message is a bit more
descriptive as well.
hg status does not return question marks.
So, ready for review!
Cheers,
Simon
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8523#comment:29>
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.