From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JUlXR-0003lu-C5 for garchives@archives.gentoo.org; Thu, 28 Feb 2008 16:23:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0EBE04A4; Thu, 28 Feb 2008 16:23:16 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id F03ABE04A4 for ; Thu, 28 Feb 2008 16:23:15 +0000 (UTC) Received: from ironport-out-2.rz.rwth-aachen.de ([134.130.3.59]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JWY00H8JITWMU90@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-science@lists.gentoo.org; Thu, 28 Feb 2008 17:22:44 +0100 (CET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by ironport-in-2.rz.rwth-aachen.de with ESMTP; Thu, 28 Feb 2008 17:22:44 +0100 Received: from pc42.xtal.rwth-aachen.de (pc42.xtal.RWTH-Aachen.DE [137.226.40.42]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id m1SGMi7c003790 for ; Thu, 28 Feb 2008 17:22:44 +0100 (MET) Date: Thu, 28 Feb 2008 17:22:44 +0100 From: Jan Marten Simons Subject: Re: [gentoo-science] Interval arithmetics with Python In-reply-to: <47C319F8.10203@xtal.rwth-aachen.de> To: gentoo-science@lists.gentoo.org Message-id: <47C6DFD4.7030502@xtal.rwth-aachen.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: multipart/mixed; boundary="Boundary_(ID_jP8QkO4STBQM2jjGPOsHVg)" X-IronPort-AV: E=Sophos;i="4.25,420,1199660400"; d="scan'208";a="33157640" References: <47B205D9.6030305@xtal.rwth-aachen.de> <47C319F8.10203@xtal.rwth-aachen.de> User-Agent: Thunderbird 2.0.0.9 (X11/20071031) X-Archives-Salt: 8b60ec04-6e7d-4e6a-925f-f3014b3ef42d X-Archives-Hash: 75631ed9379393356220bdfa1d255fef This is a multi-part message in MIME format. --Boundary_(ID_jP8QkO4STBQM2jjGPOsHVg) Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7BIT I've got the ebuilds for dev-libs/mpfi and dev-python/PyDX working now. It would be nice if those could be added to the overlay. I found some discussion about an ebuild for cctbx in the archives. Is there any news to this? I'm interested in this package as well. With regards, Jan --Boundary_(ID_jP8QkO4STBQM2jjGPOsHVg) Content-type: text/plain; name=PyDX-9999.ebuild Content-transfer-encoding: 7BIT Content-disposition: inline; filename=PyDX-9999.ebuild # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils inherit subversion ESVN_REPO_URI="http://gr.anu.edu.au/svn/people/sdburton/pydx" ESVN_PROJECT="pydx" DESCRIPTION="Arbitrary precission and interval arithmetics for Python" HOMEPAGE="http://gr.anu.edu.au/~sdburton/pydx/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/${PN}" RDEPEND="virtual/python dev-python/gmpy >=dev-libs/mpfi-1.3.4" DEPEND="${RDEPEND}" PYTHON_MODNAME="pydx" src_test() { cd ${S} pytest pydx cd ${S}/pydx pytest test/test_geodesic.py pytest test/test_metric.py pytest test/test_nops.py pytest test/test_curzon.py pytest test/test_interval.py pytest test/test_mjet.py pytest test/test_ode.py pytest test/test_field.py pytest test/test_manifold.py pytest test/test_mpfi.py } src_install() { cd "${S}" distutils_src_install dohtml doc/* doc/api/* dodoc LICENSE README.txt } --Boundary_(ID_jP8QkO4STBQM2jjGPOsHVg) Content-type: text/plain; name=mpfi-1.3.4.ebuild Content-transfer-encoding: 7BIT Content-disposition: inline; filename=mpfi-1.3.4.ebuild # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A portable library for arbitrary precision interval arithmetic using MPFR" HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" SRC_URI="http://perso.ens-lyon.fr/nathalie.revol/softwares/${P}.tgz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/mpfr-2.2.0" RDEPEND="${DEPEND}" S=${WORKDIR}/${P}-RC3 src_install() { emake \ DESTDIR="${D}" \ prefix=usr \ libdir=usr/$(get_libdir) \ install || die "emake install failed" dodoc ChangeLog AUTHORS INSTALL NEWS README } --Boundary_(ID_jP8QkO4STBQM2jjGPOsHVg)-- -- gentoo-science@lists.gentoo.org mailing list