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 1OjqAa-0004bW-IS for garchives@archives.gentoo.org; Fri, 13 Aug 2010 09:03:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCE0E083B for ; Fri, 13 Aug 2010 09:03:20 +0000 (UTC) Received: from mailgate-01.zdv.uni-mainz.de (mailgate-01.zdv.Uni-Mainz.DE [134.93.178.241]) by pigeon.gentoo.org (Postfix) with ESMTP id 5A7EBE07DA for ; Fri, 13 Aug 2010 08:34:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=cschwan@students.uni-mainz.de; q=dns/txt; s=ironport; t=1281688466; x=1313224466; h=from:to:subject:date:references:in-reply-to:mime-version: content-transfer-encoding:message-id; z=From:=20Christopher=20Schwan=20|To:=20|Subject: =20Re:=20[gentoo-science]=20[sage-on-gentoo]=20fortran=20 scripts|Date:=20Fri,=2013=20Aug=202010=2010:34:21=20+0200 |References:=20<1281653705.11651.0@pavilion64> |In-Reply-To:=20<1281653705.11651.0@pavilion64> |MIME-Version:=201.0|Content-Transfer-Encoding:=207bit |Message-ID:=20<201008131034.21870.cschwan@students.uni-m ainz.de>; bh=GJ5f8xrz4/LlDwh5PqgEbs+6D4zVOjk4ScZ2FBL/P1U=; b=PXQ3/qEfiR2x0a5QAFIx+ivnMDGjSRSxBb8aKXsy6BQYts7WeJFYGLWq SVhvdi72o+rFSnc7oKr2rSno8lR9nEMtD/+S3o5I7ucu4CO8O6aNLwcPG j8tSsXiaY3OywSoVd8rHPt/QuKr+wswhmzyxj7l35EqdgIlIWjbZUOZLJ A=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An4FANCgZEwKXgZQ/2dsb2JhbACTMI16u2CFOgSMRA Received: from e14hub-01.zdv.uni-mainz.de ([10.94.6.80]) by mailgate-01.zdv.uni-mainz.de with ESMTP; 13 Aug 2010 10:34:25 +0200 Received: from gnuke-notebook.localnet (134.93.86.71) by mail.uni-mainz.de (10.94.6.82) with Microsoft SMTP Server (TLS) id 14.1.208.1; Fri, 13 Aug 2010 10:34:25 +0200 From: Christopher Schwan To: Subject: Re: [gentoo-science] [sage-on-gentoo] fortran scripts Date: Fri, 13 Aug 2010 10:34:21 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-gentoo-r1; KDE/4.4.5; i686; ; ) References: <1281653705.11651.0@pavilion64> In-Reply-To: <1281653705.11651.0@pavilion64> 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="iso-8859-15" Content-Transfer-Encoding: 7bit Message-ID: <201008131034.21870.cschwan@students.uni-mainz.de> X-Originating-IP: [134.93.86.71] X-Archives-Salt: 708ad77e-ec40-4cf4-b50a-5844014457e9 X-Archives-Hash: b8b4a93f408285d3ec4813f77f28b320 Hi, On Friday 13 August 2010 00:54:53 Steven Trogdon wrote: > Hi Christopher, > > On 08/12/2010 03:16:44 PM, Christopher Schwan wrote: > > Hi, > > > > On Thursday 12 August 2010 17:37:34 Steven Trogdon wrote: > >> Hi: > >> > >> I had apparently installed the Sage-provided scripts > >> > >> sage-g77_shared > >> sage_fortran > > > > > Thats absolutely right - thank you for pointing that out. I have added > > these files for now, but I think I will write a fix so we wont need > > these. > > > >> Steve > > > > Christopher > > Relative to the included files, it appears that with the Sage-provided > sage-g77_shared script, sage_fortran can't just point to the fortran > compiler since sage_fortran needs to have arguments, i.e. the "$@" is > needed in using sage_fortran. "$@" just adds the command line arguments given to sage_fortran to fortran, which is what a symlink implicitly does. > > Steve Christopher