diff options
author | Markus Meier <maekke@gentoo.org> | 2014-03-26 21:42:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-03-26 21:42:49 +0000 |
commit | 88c6eb7e8fc3d941267c3ef9b9c344cbc4ad2655 (patch) | |
tree | ea57a6097e9cfc1935604f7f924c97bd82acf4be /sci-chemistry/gromacs | |
parent | arm stable, bug #498608 (diff) | |
download | gentoo-2-88c6eb7e8fc3d941267c3ef9b9c344cbc4ad2655.tar.gz gentoo-2-88c6eb7e8fc3d941267c3ef9b9c344cbc4ad2655.tar.bz2 gentoo-2-88c6eb7e8fc3d941267c3ef9b9c344cbc4ad2655.zip |
arm stable, bug #496632
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-4.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 1a607eb69cac..5a60317eab21 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.138 2014/03/02 22:34:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.139 2014/03/26 21:42:49 maekke Exp $ + + 26 Mar 2014; Markus Meier <maekke@gentoo.org> gromacs-4.6.5.ebuild: + arm stable, bug #496632 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> gromacs-4.6.5.ebuild: amd64 stable, bug #496632 diff --git a/sci-chemistry/gromacs/gromacs-4.6.5.ebuild b/sci-chemistry/gromacs/gromacs-4.6.5.ebuild index d50f8e5282c4..505ee9ae0009 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.5.ebuild,v 1.4 2014/03/02 22:34:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.5.ebuild,v 1.5 2014/03/26 21:42:49 maekke Exp $ EAPI=5 @@ -41,7 +41,7 @@ HOMEPAGE="http://www.gromacs.org/" # base, vmd plugins, fftpack from numpy, blas/lapck from netlib, memtestG80 library, mpi_thread lib LICENSE="LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) ) cuda? ( LGPL-3 ) threads? ( BSD )" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="X blas cuda doc -double-precision +fftw gsl lapack mkl mpi +offensive openmm openmp +single-precision test +threads zsh-completion ${ACCE_IUSE}" CDEPEND=" |