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 1Rtq00-0005P2-6G for garchives@archives.gentoo.org; Sun, 05 Feb 2012 00:30:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE50CE0552; Sun, 5 Feb 2012 00:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BEF73E0552 for ; Sun, 5 Feb 2012 00:30:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30CA01B400E for ; Sun, 5 Feb 2012 00:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6F4D980042 for ; Sun, 5 Feb 2012 00:30:23 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-4.6.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: b34c72d1816ff04cb8d6556bf8a08392b96a01d1 Date: Sun, 5 Feb 2012 00:30:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f7023bdf-b285-4812-93e3-c70aa4e5cf99 X-Archives-Hash: 5c6508546aceaf8ff8e53fabcc7a740b commit: b34c72d1816ff04cb8d6556bf8a08392b96a01d1 Author: Christoph Junghans gentoo org> AuthorDate: Sun Feb 5 00:30:14 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Feb 5 00:30:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Db34c72d1 added openmp support (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit) --- sci-chemistry/gromacs/ChangeLog | 5 ++++- sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/Chan= geLog index 537e8c7..424f26b 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/gromacs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 05 Feb 2012; Christoph Junghans gromacs-4.6.9999.e= build: + added openmp support + *gromacs-4.6.9999 (28 Sep 2011) =20 28 Sep 2011; Christoph Junghans +gromacs-4.6.9999.= ebuild: diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistr= y/gromacs/gromacs-4.6.9999.ebuild index dab09b1..2ce38b6 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -30,7 +30,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE=3D"X altivec blas doc -double-precision +fftw fkernels gsl lapack -mpi +single-precision sse2 test +threads xml zsh-completion" +mpi openmp +single-precision sse2 test +threads xml zsh-completion" REQUIRED_USE=3D"fkernels? ( !threads )" =20 CDEPEND=3D" @@ -141,6 +141,7 @@ src_configure() { $(cmake-utils_use gsl GMX_GSL) $(cmake-utils_use lapack GMX_EXTERNAL_LAPACK) $(cmake-utils_use threads GMX_THREADS) + $(cmake-utils_use openmp GMX_OPENMP) $(cmake-utils_use xml GMX_XML) -DGMX_DEFAULT_SUFFIX=3Doff -DGMX_ACCELERATION=3D"$acce"