#19919: upgrade nauty to version 26 and make it standard
-------------------------------------+-------------------------------------
       Reporter:  dimpase            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-7.1
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/nauty26     |  076a8b5ceb7df52d62bccc09ed71a3bb099e248d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by dimpase):

 Replying to [comment:3 vbraun]:
 > This branch doesn't make it standard, we should have a formal vote for
 that as well I guess.
 >
 fixed and called up for vote...

 > A spkg-check script that runs runalltests would be nice.

 but that's what spkg-check already does, no?
 {{{
 #!/usr/bin/env bash

 if [ "$SAGE_LOCAL" = "" ]; then
    echo >&2 "SAGE_LOCAL undefined ... exiting";
    echo >&2 "Maybe run 'sage -sh'?"
    exit 1
 fi

 cd nauty*

 # runalltests doesn't exit with a zero status.
 # So we check $fails instead.

 $MAKE checks
 source ./runalltests

 if [ "${fails}" -ne "0" ]; then
    echo >&2 "Error checking nauty."
    exit 1
 fi
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19919#comment:5>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to