From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qqci4-0000Ms-VF for garchives@archives.gentoo.org; Tue, 09 Aug 2011 03:10:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F7B21C15E; Tue, 9 Aug 2011 03:10:17 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id C0F5C21C139 for ; Tue, 9 Aug 2011 03:10:05 +0000 (UTC) Received: by yxi13 with SMTP id 13so4276759yxi.40 for ; Mon, 08 Aug 2011 20:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; bh=BwMaxaNf4eel/JhQ8Gju2pyUgoZqc4WVRretPXr7S6s=; b=AITGJkJcTnJA4saCWwI6yWHuf0WVbzAcQh1379MCNbYKkHXHxpfHoYOblf0JxSO14D YdguC6jwljxZQMDvPapDajGa9xwTvXGSpan/jl7NC2i3J1WbRNeaFRNYzUYz0MuA8eL0 yHfQNFAGv2xSJlS5en+WQF2mjR69lbc3LLiv8= Received: by 10.236.156.99 with SMTP id l63mr587517yhk.100.1312859405235; Mon, 08 Aug 2011 20:10:05 -0700 (PDT) Received: from mistaya.nunet.neu.edu ([129.10.68.148]) by mx.google.com with ESMTPS id z28sm568328yhn.7.2011.08.08.20.09.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Aug 2011 20:10:02 -0700 (PDT) Date: Mon, 8 Aug 2011 23:08:59 -0400 From: VulK To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] sage queues Message-ID: <20110809030859.GE24561@mistaya.nunet.neu.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: X-Archives-Hash: a14da58e105009ebe9887090e989e9ed Dear all, this is my first post to gentoo-science and I am writing because I have some problems running experimental code from the sage project. My issue is the following: I have sci-mathematics/sage-4.7-r2 installed from the sage-on-gentoo overlay and I would like to install the combinat queue; I am following these instructions: http://wiki.sagemath.org/combinat/MercurialStepByStep The command I am supposed to run is # sage -combinat install unfortunately -combinat is not recognized by sage as a valid option. I browsed a little bit around the filesystem and I noticed that $SAGE_ROOT is empty (except for some documentation) while on other installations of sage (not using the ebuilds) there is plenty of stuff including a devel/combinat folder. Is there an option I can use when installing sage to allow for experimental sources? or is there any other way I can use queues without installing sage not using portage? Thanks VulK PS: some weird behaviour: % sage -h ---------------------------------------------------------------------- | Sage Version 4.7, Release Date: 2011-05-23 | ---------------------------------------------------------------------- Optional arguments: file. -- run given .sage, .py or .spyx files -advanced -- list all command line options -c -- Evaluates cmd as sage code -experimental -- list all experimental packages that can be installed -gap [...] -- run Sage's Gap with given arguments -gp [...] -- run Sage's PARI/GP calculator with given arguments -h, -? -- print this help message -i [packages] -- install the given Sage packages -inotebook [...] -- start the *insecure* Sage notebook -maxima [...] -- run Sage's Maxima with given arguments -mwrank [...] -- run Sage's mwrank with given arguments -n, -notebook [...] -- start the Sage notebook (options are the same as for the notebook command in Sage) -optional -- list all optional packages that can be installed -python [...] -- run the Python interpreter -R [...] -- run Sage's R with given arguments -singular [...] -- run Sage's singular with given arguments -root -- print the Sage root directory -t [options] -- test examples in .py, .pyx, .sage or .tex files options: -long -- include lines with the phrase 'long time' -verbose -- print debugging output during the test -optional -- also test all #optional examples -only-optional -- only run tests including one of the #optional tags -randorder[=seed] -- randomize order of tests -v, -version -- print the Sage version % sage -experimental sage-run received unknown option: -experimental usage: sage [options] Try 'sage -h' for more information.