William Stein wrote: > Hi, > > There are now 110 tickets that need review. See > > http://trac.sagemath.org/sage_trac/report/30 > > for a nice list sorted by component. If you have some time and know > how to referee tickets, please referee one. > > -- William >
The following ticket might not attract too much attention, but it is a really simple one to review, as it should be obvious that it can only effect one platform, which is HP-UX. The added code is simply: elif [ "$UNAME" = "HP-UX" ]; then DYLIB_NAME=$SAGE_LOCAL/lib/libreadline.sl.6 http://trac.sagemath.org/sage_trac/ticket/7164 Basically, the libreadline library has to be named different things on different platforms. The current readline.spkg has different names for OSX, Cygwin, OpenBSD and FreeBSD. This just adds yet one more name, for yet one more platform. Dave -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org