public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/espresso++: espresso++-1.9.3.ebuild ChangeLog
@ 2014-11-13 17:36 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-11-13 17:36 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/11/13 17:36:43

  Modified:             ChangeLog
  Added:                espresso++-1.9.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.12                 sci-physics/espresso++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Oct 2014 12:06:32 -0000	1.11
+++ ChangeLog	13 Nov 2014 17:36:43 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/espresso++
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.11 2014/10/07 12:06:32 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.12 2014/11/13 17:36:43 ottxor Exp $
+
+*espresso++-1.9.3 (13 Nov 2014)
+
+  13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> +espresso++-1.9.3.ebuild:
+  version bump
 
 *espresso++-1.9.2 (07 Oct 2014)
 



1.1                  sci-physics/espresso++/espresso++-1.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild?rev=1.1&content-type=text/plain

Index: espresso++-1.9.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild,v 1.1 2014/11/13 17:36:43 ottxor Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
CMAKE_MAKEFILE_GENERATOR="ninja"

inherit cmake-utils python-single-r1

DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
HOMEPAGE="https://www.espresso-pp.de"

if [[ ${PV} = 9999 ]]; then
	EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}"
	inherit mercurial
	KEYWORDS=
else
	inherit vcs-snapshot
	#SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
	SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
	virtual/mpi
	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
	sci-libs/fftw:3.0
	dev-python/mpi4py"
DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		-DEXTERNAL_BOOST=ON
		-DEXTERNAL_MPI4PY=ON
		-DWITH_RC_FILES=OFF
	)
	cmake-utils_src_configure
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/espresso++: espresso++-1.9.3.ebuild ChangeLog
@ 2014-11-13 17:52 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-11-13 17:52 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/11/13 17:52:48

  Modified:             espresso++-1.9.3.ebuild ChangeLog
  Log:
  forgotten deps fix
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  sci-physics/espresso++/espresso++-1.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild?r1=1.1&r2=1.2

Index: espresso++-1.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- espresso++-1.9.3.ebuild	13 Nov 2014 17:36:43 -0000	1.1
+++ espresso++-1.9.3.ebuild	13 Nov 2014 17:52:48 -0000	1.2
@@ -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-physics/espresso++/espresso++-1.9.3.ebuild,v 1.1 2014/11/13 17:36:43 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.9.3.ebuild,v 1.2 2014/11/13 17:52:48 ottxor Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 
 RDEPEND="${PYTHON_DEPS}
 	virtual/mpi
-	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+	dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
 	sci-libs/fftw:3.0
 	dev-python/mpi4py"
 DEPEND="${RDEPEND}"



1.14                 sci-physics/espresso++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Nov 2014 17:40:31 -0000	1.13
+++ ChangeLog	13 Nov 2014 17:52:48 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/espresso++
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.13 2014/11/13 17:40:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.14 2014/11/13 17:52:48 ottxor Exp $
+
+  13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-1.9.3.ebuild:
+  forgotten deps fix
 
   13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> -espresso++-1.6.0.ebuild,
   -espresso++-1.9.ebuild, metadata.xml:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-13 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 17:36 [gentoo-commits] gentoo-x86 commit in sci-physics/espresso++: espresso++-1.9.3.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-13 17:52 Christoph Junghans (ottxor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox