summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 15:36:26 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 15:36:26 +0000
commit3d7e7875030ec6e2a3763b9c841a76cf78f7c397 (patch)
tree64d32ef579bcbbff4a7377deaad2e5c4ac959bc9 /sci-libs/cctbx
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-3d7e7875030ec6e2a3763b9c841a76cf78f7c397.tar.gz
gentoo-2-3d7e7875030ec6e2a3763b9c841a76cf78f7c397.tar.bz2
gentoo-2-3d7e7875030ec6e2a3763b9c841a76cf78f7c397.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cctbx')
-rw-r--r--sci-libs/cctbx/ChangeLog6
-rw-r--r--sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild4
-rw-r--r--sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild4
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog
index dade3fc0157d..c882f1f629c1 100644
--- a/sci-libs/cctbx/ChangeLog
+++ b/sci-libs/cctbx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/cctbx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.18 2011/06/21 08:22:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.19 2011/06/21 15:36:26 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r3.ebuild,
+ cctbx-2010.03.29.2334-r4.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r3.ebuild,
cctbx-2010.03.29.2334-r4.ebuild:
diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild
index 3a9b3d55f2f6..749aabc91e13 100644
--- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild
+++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild,v 1.7 2011/06/21 08:22:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild,v 1.8 2011/06/21 15:36:26 jlec Exp $
EAPI="3"
@@ -20,6 +20,7 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="+minimal openmp threads"
RDEPEND="
+ virtual/fortran
>dev-libs/boost-1.39
sci-libs/clipper
sci-libs/fftw
@@ -34,6 +35,7 @@ MY_S="${WORKDIR}"/cctbx_sources
MY_B="${WORKDIR}"/cctbx_build
pkg_setup() {
+ use openmp && FORTRAN_NEED_OPENMP="1"
fortran-2_pkg_setup
if use openmp && ! tc-has-openmp; then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 and icc"
diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild
index e05020b474d0..7f1c9ba6e278 100644
--- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild
+++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild,v 1.2 2011/06/21 08:22:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r4.ebuild,v 1.3 2011/06/21 15:36:26 jlec Exp $
EAPI="3"
@@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="+minimal openmp threads"
RDEPEND="
+ virtual/fortran
>dev-libs/boost-1.39
sci-libs/clipper
sci-libs/fftw
@@ -34,6 +35,7 @@ MY_S="${WORKDIR}"/cctbx_sources
MY_B="${WORKDIR}"/cctbx_build
pkg_setup() {
+ use openmp && FORTRAN_NEED_OPENMP="1"
fortran-2_pkg_setup
if use openmp && ! tc-has-openmp; then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 and icc"