public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/inference/
Date: Tue, 21 Jun 2011 11:54:15 +0000 (UTC)	[thread overview]
Message-ID: <3454b7a4f7de8aca5619fd69f593accd3d08343b.jlec@gentoo> (raw)

commit:     3454b7a4f7de8aca5619fd69f593accd3d08343b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 10:50:27 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 10:50:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3454b7a4

commit

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 dev-python/inference/ChangeLog            |    8 +++++++-
 dev-python/inference/inference-0.4.ebuild |   15 +++++++--------
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/dev-python/inference/ChangeLog b/dev-python/inference/ChangeLog
index a720355..612cdd6 100644
--- a/dev-python/inference/ChangeLog
+++ b/dev-python/inference/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-python/inference
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> inference-0.4.ebuild:
+  Added fortran-2.eclass support
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> inference-0.4.ebuild:
+  Added fortran-2.eclass support
+
 *inference-0.4 (19 Jul 2010)
 
   19 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org>

diff --git a/dev-python/inference/inference-0.4.ebuild b/dev-python/inference/inference-0.4.ebuild
index c2d30b7..fb6bffd 100644
--- a/dev-python/inference/inference-0.4.ebuild
+++ b/dev-python/inference/inference-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -8,18 +8,18 @@ PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 DISTUTILS_SRC_TEST="nosetests"
 
-inherit distutils toolchain-funcs flag-o-matic
+inherit distutils fortran-2 toolchain-funcs flag-o-matic
 
 DESCRIPTION="Collection of Python modules for statistical inference"
 HOMEPAGE="http://inference.astro.cornell.edu/"
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 
-IUSE=""
 SLOT="0"
+LICENSE="as-is"
 KEYWORDS="~amd64 ~x86"
-LICENSE="mixed"
+IUSE=""
 
-DEPEND="dev-python/scipy"
+DEPEND="sci-libs/scipy"
 RDEPEND="${DEPEND}
 	dev-python/matplotlib"
 
@@ -29,11 +29,10 @@ RESTRICT_PYTHON_ABIS="3.*"
 RESTRICT="test"
 
 pkg_setup() {
+	fortran-2_pkg_setup
 	# The usual numpy.distutils hacks when fortran is used
 	append-ldflags -shared
-	[[ -z ${FC} ]] && export FC=$(tc-getFC)
-	[[ -z ${F77} ]]	&& export F77=$(tc-getFC)
-	export FFLAGS="${FFLAGS} -fPIC"
+	append-fflags -fPIC
 	export NUMPY_FCONFIG="config_fc --noopt --noarch"
 }
 



             reply	other threads:[~2011-06-21 11:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21 11:54 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23  9:31 [gentoo-commits] proj/sci:master commit in: dev-python/inference/ Justin Lecher
2012-10-29 11:00 Justin Lecher
2013-06-13  7:05 Justin Lecher
2015-09-21 14:04 Justin Lecher
2020-09-22 19:47 Aisha Tammy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3454b7a4f7de8aca5619fd69f593accd3d08343b.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox