diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:20:09 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-25 17:20:09 +0000 |
commit | efb51ec072e69603d79fb39835fefda9326abf7a (patch) | |
tree | 645b45cad0d74b425602184f614de994199feabc /sci-chemistry | |
parent | Add USE=libatomic to control dependency #453704 by Jeroen Roovers. (diff) | |
download | gentoo-2-efb51ec072e69603d79fb39835fefda9326abf7a.tar.gz gentoo-2-efb51ec072e69603d79fb39835fefda9326abf7a.tar.bz2 gentoo-2-efb51ec072e69603d79fb39835fefda9326abf7a.zip |
added ~arm tested by me
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 74a5da6abba9..3cd69f74c612 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.117 2013/01/19 21:49:38 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.118 2013/01/25 17:20:09 ottxor Exp $ + + 25 Jan 2013; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.ebuild: + added ~arm tested by me *gromacs-4.6 (19 Jan 2013) diff --git a/sci-chemistry/gromacs/gromacs-4.6.ebuild b/sci-chemistry/gromacs/gromacs-4.6.ebuild index 6f63b7c02272..a926a065718a 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.ebuild,v 1.1 2013/01/19 21:49:38 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.ebuild,v 1.2 2013/01/25 17:20:09 ottxor Exp $ EAPI=5 @@ -35,7 +35,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" -KEYWORDS="~alpha ~amd64 ~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 openmp +single-precision test +threads zsh-completion ${ACCE_IUSE}" CDEPEND=" |