In the new git directory layout an optional package is a new subdirectory build/pkgs/... and populated just like a standard package. The only difference is that it is not built by default, i.e. not added to build/deps and build/install.
On Wednesday, March 19, 2014 7:02:26 AM UTC-4, Nathann Cohen wrote: > > Helloooooo everybody !! > > Jernej asked a question on MathOverflow [1], and Peter's answer to that > was that some program to solve the Max Clique problem was actually faster > than Cliquer, which is the default in Sage, namely "MaxClique" or > "MaxCliquePara" [2]. Jernej tried it, and it is actually faster for dense > graphs, which means that it can be useful to us. > > Now: Cliquer is a standard Spkg, and MaxClique is not even a SPKG. In > order to include it, it has to be an optional spkg for a while. Does the > current status of things means that we first have to build a HG .spkg file, > only to later make it a "new git spkg" ? > > Is there any way to work with git from day 1 ? > > Your wish is my command, > > Nathann > > [1] > http://mathoverflow.net/questions/160623/determine-if-a-graph-has-a-large-clique > [2] http://www.sicmm.org/~konc/maxclique/ > -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
