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 1RD1vX-0003oh-KM for garchives@archives.gentoo.org; Sun, 09 Oct 2011 22:32:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E517E21C0F2; Sun, 9 Oct 2011 22:32:49 +0000 (UTC) Received: from mxi2.callplus.net.nz (mx194.callplus.net.nz [202.180.66.194]) by pigeon.gentoo.org (Postfix) with ESMTP id D4A5321C0E0 for ; Sun, 9 Oct 2011 22:32:40 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkMGAI8gkk7KtEIE/2dsb2JhbABChHWUPo9qgVMBAQQBI1sLCAMaAh8HAgJXGYd+B6V5kFMDgSyFA4EUBKVe X-IronPort-AV: E=Sophos;i="4.68,513,1312113600"; d="scan'208";a="218478217" Received: from wmsrv3.tranzpeer.net (HELO localhost) ([202.180.66.4]) by ismtp2.tranzpeer.net with ESMTP; 10 Oct 2011 11:32:38 +1300 Received: from 202.36.179.68 ([202.36.179.68]) by webmail.slingshot.co.nz (Horde) with HTTP for ; Mon, 10 Oct 2011 11:27:15 +1300 Message-ID: <20111010112715.ao0ggs4o48gkckw0@webmail.slingshot.co.nz> Date: Mon, 10 Oct 2011 11:27:15 +1300 From: fbissey@slingshot.co.nz To: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] sci-mathematics/sage-4.7.1-r2 still circumvents the installation of numpy > numpy-1.5.1 References: <20111009180544.f6r9vdhta88wkw88@webmail.uni-potsdam.de> In-Reply-To: <20111009180544.f6r9vdhta88wkw88@webmail.uni-potsdam.de> 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"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.36.179.68 X-Archives-Salt: X-Archives-Hash: 764383e11344e25172ca7214833620f9 Quoting rose@rz.uni-potsdam.de: > The installation of scipy-0.9.0-r2 is blocked by sage-4.7.1-r2, > because 'emerge scipy' fails if numpy-1.5.1 and not numpy-1.6.1-r1 is > installed. But the installation of numpy-1.6.1-r1 is blocked by > sage-4.7.1-r2: > > root@impala:/root(2)# emerge -pvuDN world > These are the packages that would be merged, in order: > Calculating dependencies... done! > [ebuild U ] sci-libs/scipy-0.9.0-r2 [0.9.0-r1] USE="doc -umfpack" 0 kB > Total: 1 package (1 upgrade), Size of downloads: 0 kB > WARNING: One or more updates have been skipped due to a dependency conflict: > dev-python/numpy:0 > (dev-python/numpy-1.6.1-r1::gentoo, ebuild scheduled for merge) > conflicts with > ~dev-python/numpy-1.5.1 required by > (sci-mathematics/sage-4.7.1-r2::sage-on-gentoo, installed) > dev-python/pexpect:0 > (dev-python/pexpect-2.4-r1::sage-on-gentoo, ebuild scheduled for > merge) conflicts with > ~dev-python/pexpect-2.0 required by > (sci-mathematics/sage-4.7.1-r2::sage-on-gentoo, installed) > > The restriction to numpy-1.5.1 was motivated with missing clapack_* > symbols corresonding to Bug > https://bugs.gentoo.org/show_bug.cgi?id=371099. > > But this issue seems to be solved now, comment 40 to Bug 371099. I am not sure I understand your email fully. scipy-0.9.0-r2 doesn't require numpy-1.6.1. Indeed you cannot upgrade numpy to 1.6.1 but that doesn't prevent the merging of anything. It is just a version constraint. It is unfortunate but that's the way it is. Do you absolutely need numpy-1.6 for something else than sage? Francois