public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/
Date: Fri, 18 Oct 2013 16:19:15 +0000 (UTC)	[thread overview]
Message-ID: <1381264391.b194655f48fac3a35acc301ccb11f49a54932f30.ottxor@gentoo> (raw)

commit:     b194655f48fac3a35acc301ccb11f49a54932f30
Author:     layman <layman <AT> localhost>
AuthorDate: Tue Oct  8 20:31:42 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 20:33:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b194655f

Bump p4est to version 0.3.4.2

This commit bumps p4est to version 0.3.4.2. Also add a use flag
"vtk-binary" to toggle the output format for vtk files.

---
 sci-libs/p4est/metadata.xml                                   | 3 +++
 sci-libs/p4est/{p4est-0.3.4.1.ebuild => p4est-0.3.4.2.ebuild} | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-libs/p4est/metadata.xml b/sci-libs/p4est/metadata.xml
index 592c6fc..59e8e1d 100644
--- a/sci-libs/p4est/metadata.xml
+++ b/sci-libs/p4est/metadata.xml
@@ -12,4 +12,7 @@
   designed to work in parallel and scale to hundreds of thousands of
   processor cores.
 </longdescription>
+<use>
+  <flag name="vtk-binary">Enable binary vtk output. If disabled vtk files will be written in ASCII text format.</flag>
+</use>
 </pkgmetadata>

diff --git a/sci-libs/p4est/p4est-0.3.4.1.ebuild b/sci-libs/p4est/p4est-0.3.4.2.ebuild
similarity index 89%
rename from sci-libs/p4est/p4est-0.3.4.1.ebuild
rename to sci-libs/p4est/p4est-0.3.4.2.ebuild
index 9df1e73..9db1430 100644
--- a/sci-libs/p4est/p4est-0.3.4.1.ebuild
+++ b/sci-libs/p4est/p4est-0.3.4.2.ebuild
@@ -10,20 +10,19 @@ inherit autotools-utils toolchain-funcs eutils multilib
 
 DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees"
 HOMEPAGE="http://www.p4est.org/"
-SRC_URI="http://burstedde.ins.uni-bonn.de/release/p4est-${PV}.tar.gz"
+SRC_URI="http://p4est.org/tarball/p4est-${PV}.tar.gz"
 
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 LICENSE="GPL-2+"
 SLOT="0"
 
-IUSE="debug doc examples mpi romio static-libs"
+IUSE="debug doc examples mpi romio static-libs +vtk-binary"
 REQUIRED_USE="romio? ( mpi )"
 
 RDEPEND="
 	dev-lang/lua
 	sys-apps/util-linux
-	sys-libs/zlib
 	virtual/blas
 	virtual/lapack
 	mpi? ( virtual/mpi[romio?] )"
@@ -35,6 +34,8 @@ DEPEND="
 DOCS=(AUTHORS ChangeLog NEWS README)
 
 PATCHES=( "${FILESDIR}/${PN}-libtool-fix.patch" )
+
+AT_M4DIR="${WORKDIR}/${P}/sc/config"
 AUTOTOOLS_AUTORECONF=true
 
 src_configure() {
@@ -42,6 +43,7 @@ src_configure() {
         $(use_enable debug)
 		$(use_enable mpi)
 		$(use_enable romio mpiio)
+		$(use_enable vtk-binary)
 		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
 		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
 	)


             reply	other threads:[~2013-10-18 16:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-18 16:19 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-02 22:08 [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/ Christoph Junghans
2016-09-02 22:08 Christoph Junghans
2016-09-02 22:08 Christoph Junghans
2016-09-02 22:08 Christoph Junghans
2015-06-06 10:23 Justin Lecher
2015-06-06 10:23 Justin Lecher
2014-10-16 15:50 Christoph Junghans
2014-10-16 15:50 Christoph Junghans
2014-07-24 21:51 Jens-Malte Gottfried
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381264391.b194655f48fac3a35acc301ccb11f49a54932f30.ottxor@gentoo \
    --to=ottxor@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox