public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/xmds: ChangeLog xmds-1.6.6.ebuild
@ 2008-09-10 21:14 Michael Januszewski (spock)
  0 siblings, 0 replies; only message in thread
From: Michael Januszewski (spock) @ 2008-09-10 21:14 UTC (permalink / raw
  To: gentoo-commits

spock       08/09/10 21:14:33

  Modified:             ChangeLog
  Added:                xmds-1.6.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)

Revision  Changes    Path
1.7                  sci-mathematics/xmds/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	9 Sep 2008 21:04:03 -0000	1.6
+++ ChangeLog	10 Sep 2008 21:14:32 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/xmds
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.6 2008/09/09 21:04:03 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.7 2008/09/10 21:14:32 spock Exp $
+
+*xmds-1.6.6 (10 Sep 2008)
+
+  10 Sep 2008; Michał Januszewski <spock@gentoo.org> +xmds-1.6.6.ebuild:
+  Version bump.
 
   09 Sep 2008; Michał Januszewski <spock@gentoo.org> -xmds-1.6.4.ebuild:
   Remove an old ebuild.



1.1                  sci-mathematics/xmds/xmds-1.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/xmds-1.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/xmds-1.6.6.ebuild?rev=1.1&content-type=text/plain

Index: xmds-1.6.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.6.ebuild,v 1.1 2008/09/10 21:14:32 spock Exp $

inherit eutils

doc_ver=20080226

DESCRIPTION="XMDS - The eXtensible Multi-Dimensional Simulator"
HOMEPAGE="http://www.xmds.org"
SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz
	 doc? ( mirror://sourceforge/xmds/xmds_doc_${doc_ver}.pdf )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples mpi threads"

DEPEND="sci-libs/fftw
		mpi? ( virtual/mpi )"

src_compile() {
	local my_opts=""

	if has_version "=sci-libs/fftw-3*" ; then
		my_opts="${my_opts} --enable-fftw3"
	fi

	econf \
		$(use_enable mpi) \
		$(use_enable threads) \
		${my_opts} || die
	emake || die
}

src_install() {
	make DESTDIR="${D}" install || die

	if use doc; then
		insinto /usr/share/doc/${PF}
		doins "${DISTDIR}/xmds_doc_${doc_ver}.pdf"
	fi

	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		for i in "${D}"/usr/share/doc/${PN}/examples/* ; do
			doins "$i"
		done
	fi

	rm -rf "${D}/usr/share/doc/${PN}/examples"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-10 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10 21:14 [gentoo-commits] gentoo-x86 commit in sci-mathematics/xmds: ChangeLog xmds-1.6.6.ebuild Michael Januszewski (spock)

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