aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@saffron.(none)>2009-02-18 12:08:29 +0000
committerSebastien Fabbro <seb@saffron.(none)>2009-02-18 12:08:29 +0000
commitb96b3a4b5a6badc93797757b2324b9fd08d8057e (patch)
tree0db16829030ee6c41fe9c0821794e5c9fe5b439c /sci-astronomy
parentVarious QA fixes (diff)
downloadsci-b96b3a4b5a6badc93797757b2324b9fd08d8057e.tar.gz
sci-b96b3a4b5a6badc93797757b2324b9fd08d8057e.tar.bz2
sci-b96b3a4b5a6badc93797757b2324b9fd08d8057e.zip
removing, now in main tree
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/cdsclient/ChangeLog25
-rw-r--r--sci-astronomy/cdsclient/Manifest4
-rw-r--r--sci-astronomy/cdsclient/cdsclient-3.2.ebuild44
-rw-r--r--sci-astronomy/cdsclient/metadata.xml11
-rw-r--r--sci-astronomy/sextractor/ChangeLog32
-rw-r--r--sci-astronomy/sextractor/Manifest4
-rw-r--r--sci-astronomy/sextractor/metadata.xml13
-rw-r--r--sci-astronomy/sextractor/sextractor-2.5.0-r1.ebuild45
-rw-r--r--sci-astronomy/stiff/ChangeLog15
-rw-r--r--sci-astronomy/stiff/Manifest4
-rw-r--r--sci-astronomy/stiff/metadata.xml10
-rw-r--r--sci-astronomy/stiff/stiff-1.10.ebuild19
-rw-r--r--sci-astronomy/swarp/ChangeLog31
-rw-r--r--sci-astronomy/swarp/Manifest6
-rw-r--r--sci-astronomy/swarp/metadata.xml9
-rw-r--r--sci-astronomy/swarp/swarp-2.16.4.ebuild38
-rw-r--r--sci-astronomy/swarp/swarp-2.17.1.ebuild38
17 files changed, 0 insertions, 348 deletions
diff --git a/sci-astronomy/cdsclient/ChangeLog b/sci-astronomy/cdsclient/ChangeLog
deleted file mode 100644
index 54436cbe4..000000000
--- a/sci-astronomy/cdsclient/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for sci-astronomy/cdsclient
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 28 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org>
- +cdsclient-2.90.ebuild:
- Bump
-
-*cdsclient-2.89 (07 Nov 2007)
-
- 07 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
- -cdsclient-2.87.ebuild, +cdsclient-2.89.ebuild:
- Version bump
-
-*cdsclient-2.87 (26 Mar 2007)
-
- 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
- +cdsclient-2.87.ebuild:
- Version bump.
-
-*cdsclient-2.85 (19 Sep 2006)
-
- 19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> cdsclient-2.85.ebuild
- Initial import.
-
diff --git a/sci-astronomy/cdsclient/Manifest b/sci-astronomy/cdsclient/Manifest
deleted file mode 100644
index 5b9d54c87..000000000
--- a/sci-astronomy/cdsclient/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST cdsclient-3.2.tar.gz 83134 RMD160 4a7144195ed1493bb5a851c3933c9a8f1278ca6d SHA1 ae09dfc2f7cdd1f24795359291d5907906c4a60d SHA256 58c36b58a3e6fb6364e5fca57189ab6a613b04ceaa9be62c51574a672182f7da
-EBUILD cdsclient-3.2.ebuild 1008 RMD160 2b51e40ce4c6bdb5e26bc5c97433fcbbf3037cea SHA1 ba507367473f478d9d4ef2d0efa45d063bd163ff SHA256 9a76a9850c14c8df0ff0fc97aa5c653dc2d2fbf3eb8c2d7f76f135ec56e2533e
-MISC ChangeLog 622 RMD160 bed81d0fb01635d0b0526d9ff57327d82424e8e3 SHA1 f2e389ff87fe66bc6dcdffa0a710855468670497 SHA256 e25dbe927a6fb395d6ba392daeea3a44deb560acedb6606895cb2c944b4fcb9a
-MISC metadata.xml 420 RMD160 110bdf15554e88e236e4a9e40ba8a3470d696c96 SHA1 a7a8719fb8473e02ae8b70f88bd51a147c6da202 SHA256 343e595f7f12b920acd268121fa2c429d269a6e2c2690d4c917ea4855c7c687c
diff --git a/sci-astronomy/cdsclient/cdsclient-3.2.ebuild b/sci-astronomy/cdsclient/cdsclient-3.2.ebuild
deleted file mode 100644
index 084a1746d..000000000
--- a/sci-astronomy/cdsclient/cdsclient-3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Collection of scripts to access the CDS databases"
-HOMEPAGE="http://cdsweb.u-strasbg.fr/doc/cdsclient.html"
-SRC_URI="ftp://cdsarc.u-strasbg.fr/pub/sw/${P}.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="app-shells/tcsh"
-
-src_unpack() {
- unpack ${A}
- # remove non standard "mantex" page
- sed -i \
- -e 's/aclient.tex//' \
- "${S}"/configure || die "sed failed"
- # remove useless version file
- sed -i \
- -e 's/install_shs install_info/install_shs/' \
- "${S}"/Makefile.in || die "sed failed"
-}
-
-src_compile() {
- econf || die "econf failed"
- emake C_OPT="${CFLAGS}" STRIP=touch || die "emake failed"
-}
-
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man
- dodir /usr/$(get_libdir)
- emake \
- PREFIX="${D}"/usr \
- MANDIR="${D}"/usr/share/man \
- LIBDIR="${D}"/usr/$(get_libdir) \
- install || die "emake install failed"
-}
diff --git a/sci-astronomy/cdsclient/metadata.xml b/sci-astronomy/cdsclient/metadata.xml
deleted file mode 100644
index 7d603f33d..000000000
--- a/sci-astronomy/cdsclient/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
- The cdsclient package is a set of C and csh routines which can be
- built on Unix stations or PCs running Linux, which once compiled allow
- to query some databases located at CDS or on mirrors over the
- network.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/sextractor/ChangeLog b/sci-astronomy/sextractor/ChangeLog
deleted file mode 100644
index 445f0675b..000000000
--- a/sci-astronomy/sextractor/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-# ChangeLog for sci-astronomy/sextractor
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 02 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
- sextractor-2.5.0-r1.ebuild:
- filter optim flags
-
- 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
- sextractor-2.5.0-r1.ebuild:
- Cleaning, adapting for new portage.
-
- 29 Dec 2006; Sebastien Fabbro <seb@ist.utl.pt>;
- Removed icc flag, too buggy.
-
-*sextractor-2.5.0-r1 (15 Oct 2006)
-
- 15 Oct 2006; Sebastien Fabbro <seb@ist.utl.pt>
- +sextractor-2.5.0-r1.ebuild -sextractor-2.5.0.ebuild
- -sextractor-2.4.4.ebuild: removed flag filtering, cleaning,
- removed old versions.
-
-*sextractor-2.5.0 (06 Sep 2006)
-
- 06 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +sextractor-2.5.0.ebuild:
- Version bump.
-
-*sextractor-2.4.4 (27 Nov 2005)
-
- 26 Nov 2005; Sebastien Fabbro <seb@ist.utl.pt> +sextractor-2.4.4.ebuild:
- Initial import. Close bug #65684
-
diff --git a/sci-astronomy/sextractor/Manifest b/sci-astronomy/sextractor/Manifest
deleted file mode 100644
index 3c336634f..000000000
--- a/sci-astronomy/sextractor/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST sextractor-2.5.0.tar.gz 2321708 RMD160 336e3a47f57416ad50bbbdd2afb4ff7e858556d0 SHA1 84e111ea0796428d9336de7add3820575fd7d4cb SHA256 786f987818546d9b72fea7e786f040b63e31fbc46325deb58929251065573303
-EBUILD sextractor-2.5.0-r1.ebuild 1163 RMD160 328a5ee10e4e376f62a4ba9a0ae0454076b0f37f SHA1 b23d9636808717f3efbc1f24b111c7ea78a59895 SHA256 7cbcb59ab0b5387b6c744544772501fc0ea58879296e796ddd63c38c026c498e
-MISC ChangeLog 937 RMD160 54da2bfecc18b186fd33624caabcdea6bd621ce1 SHA1 4d6863d7c0aa62eec2b8d76fa6d7b2a67a25ddaa SHA256 5ab04874bbd2f07b929637b1bedded6938b98fef555044da2e743e7b4cdc5a75
-MISC metadata.xml 543 RMD160 8b6f4b17ec88b648a25b6a45cc07aa62b8530e6a SHA1 c85e639d87aae9e2b94fe1f67f5ffa724e080374 SHA256 45445f0c002e393359b2d580ea0f0d991b15cb01c829e6d0c1ead8e53e6bc1dc
diff --git a/sci-astronomy/sextractor/metadata.xml b/sci-astronomy/sextractor/metadata.xml
deleted file mode 100644
index cd5cd149f..000000000
--- a/sci-astronomy/sextractor/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
-SExtractor (Source Extractor) is a program that builds a catalogue of
-objects from an astronomical image. Although it is particularly
-oriented towards reduction of large scale galaxy-survey data, it
-performs rather well on moderately crowded star fields. It has the
-ability to automatically separate stars and galaxy using neural
-networks.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/sextractor/sextractor-2.5.0-r1.ebuild b/sci-astronomy/sextractor/sextractor-2.5.0-r1.ebuild
deleted file mode 100644
index 5c4200427..000000000
--- a/sci-astronomy/sextractor/sextractor-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Extract catalogs of sources from astronomical FITS images."
-HOMEPAGE="http://terapix.iap.fr/soft/sextractor"
-SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-DEPEND=""
-RESTRICT="test"
-
-src_compile() {
- CONFDIR=/usr/share/${PN}/config
- # change default configuration files location from current dir
- sed -i -e "s:default\.:${CONFDIR}/default\.:" src/preflist.h
- # buggy with >= O2
- replace-flags -O[2-9] -O1
- local myconf
- [[ "$(tc-getCC)" == "icc" ]] \
- && myconf="${myconf} --enable-icc"
- econf "${myconf}" || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS
- insinto ${CONFDIR}
- doins config/*
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/*
- fi
-}
-
-pkg_postinst() {
- elog "SExtractor configuration files are located"
- elog "in ${CONFDIR} and loaded by default."
-}
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
deleted file mode 100644
index 27c6f18d8..000000000
--- a/sci-astronomy/stiff/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for sci-astronomy/stiff
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org> stiff-1.10.ebuild:
- cleaning
-
- 29 Dec 2006; Sebastien Fabbro <seb@ist.utl.pt>;
- Removed icc flag, too buggy.
-
-*stiff-1.10 (19 Sep 2006)
-
- 19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +stiff-1.10.ebuild:
- Initial import.
-
diff --git a/sci-astronomy/stiff/Manifest b/sci-astronomy/stiff/Manifest
deleted file mode 100644
index a052d2680..000000000
--- a/sci-astronomy/stiff/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST stiff-1.10.tar.gz 5077852 RMD160 73645df6d9b1db5d30f2400336878e5b0ba4d253 SHA1 b55b61e1238f9fb3fc8a50b85ce2b5a8d0350954 SHA256 15433e1e78e25601fc40c106108ee5021aaa9be336f29a771f1747f497561eb1
-EBUILD stiff-1.10.ebuild 552 RMD160 c1149a3c2c7aaa8a7d1ce017c9007ab85979c748 SHA1 788f356f427daa4b2946485c065f4479a7851b11 SHA256 1d1b0e66e025415218aad92c209bb78d1342f2d7db7da8f2a3c005391e0d2865
-MISC ChangeLog 405 RMD160 ede7214b4ab6ba9093ed5b39b29eb875c369f55b SHA1 ba6e1a2eddd94700b6ca48c7b3ac94ca0ae3239a SHA256 d0a593cd903d28015bbc19b35dc0810cb9003845dc3730c6d9943899a3356e89
-MISC metadata.xml 348 RMD160 808677a0e79eb338980a9cbf5d68a086593a47b0 SHA1 88a4e495e68c143b0a4243d339ae06debf0c02bd SHA256 ca1f352ed481da49dbcaeb817d9579d12b35557c9abb4bc670b2986346200e94
diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml
deleted file mode 100644
index 39033f584..000000000
--- a/sci-astronomy/stiff/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
-STIFF is a program that convert scientific FITS images to the
-more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per
-pixel.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/stiff/stiff-1.10.ebuild b/sci-astronomy/stiff/stiff-1.10.ebuild
deleted file mode 100644
index 54f46b5f5..000000000
--- a/sci-astronomy/stiff/stiff-1.10.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Converts astronomical FITS images to the TIFF format for illustration purposes."
-HOMEPAGE="http://terapix.iap.fr/soft/stiff"
-SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-DEPEND=""
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS
- use doc && dodoc doc/*
-}
diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog
deleted file mode 100644
index 9d7f27536..000000000
--- a/sci-astronomy/swarp/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for sci-astronomy/swarp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> -swarp-2.17.0.ebuild,
- +swarp-2.17.1.ebuild:
- Version bump
-
- 09 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> +swarp-2.17.0.ebuild:
- Version bump
-
- 01 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
- -swarp-2.16.0-r1.ebuild, +swarp-2.16.4.ebuild:
- Version bump
-
- 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
- swarp-2.16.0-r1.ebuild:
- cleaning
-
- 29 Dec 2006; Sebastien Fabbro <seb@ist.utl.pt>;
- Removed icc flag, too buggy.
-
-*swarp-2.16.0-r1 (15 Oct 2006)
-
- 15 Oct 2006; Sebastien Fabbro <seb@ist.utl.pt> swarp-2.16.0-r1.ebuild
- Removed flag filtering. Some cleaning.
-
-*swarp-2.16.0 (10 Sep 2006)
-
- 10 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> swarp-2.16.0.ebuild
- Initial import. Close bug #65685.
diff --git a/sci-astronomy/swarp/Manifest b/sci-astronomy/swarp/Manifest
deleted file mode 100644
index 073c92c2c..000000000
--- a/sci-astronomy/swarp/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST swarp-2.16.4.tar.gz 3425784 RMD160 f9b88b2f6ba7694f55668ec7ea9a75c7e96bd467 SHA1 7195364e5f90f89e65b2c3519a7fe12d95ea8d57 SHA256 b58a2b842e2f8f10a851186c05fa63fbd69bc41cb65c2b537a74ec2274e5af1b
-DIST swarp-2.17.1.tar.gz 1962775 RMD160 240d23e4e49218914b816b448651b221b4f58586 SHA1 eadd57e58d3fb4255495c3e0741b1eb4a2842472 SHA256 34e815d44f3b1c3c7bfdeb01bbdcf32d1eac239527a0937c3ed2b6f7be34bcee
-EBUILD swarp-2.16.4.ebuild 900 RMD160 198d478e21ee9b5740ac5f9d5c5bab43c4be4174 SHA1 fbac9eeb1db9a2f7b51a50565026ea91921147ad SHA256 805209b501409a00f76f2d496f15feacd4c2f6ce92653f7e097e6d1c3fa7f36a
-EBUILD swarp-2.17.1.ebuild 907 RMD160 a47ac6236f96622a6e3225c80df5204823f1d284 SHA1 756a5270f1443ad92236d2238c8d17eea0b430fb SHA256 04045095618e956a18f8ca2629b646d79b3595d23ecd7e472b492b5c96e25a41
-MISC ChangeLog 909 RMD160 be55513408b56526b424d7406b057e5d2708dad4 SHA1 ae68e6855c18ffacc8e20f319605a3bb2e68f213 SHA256 5eed1b9918607b643f10760301133a4779b20d86b15586fb7118b08de53ff676
-MISC metadata.xml 302 RMD160 218ab232f609c110c3cf25aca0788e467cb9b99d SHA1 0900b05ec1dfdc906791c4fca976606078a5dfc9 SHA256 8de11d2c9a0b8f3c81195f010122b0ee86f4c5f9bac16db640bb326e42b5570b
diff --git a/sci-astronomy/swarp/metadata.xml b/sci-astronomy/swarp/metadata.xml
deleted file mode 100644
index 521a0577f..000000000
--- a/sci-astronomy/swarp/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
-SWarp takes astronomical FITS images with a WCS-like projection,
-resample and coadd them together.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/swarp/swarp-2.16.4.ebuild b/sci-astronomy/swarp/swarp-2.16.4.ebuild
deleted file mode 100644
index 23852d094..000000000
--- a/sci-astronomy/swarp/swarp-2.16.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://terapix.iap.fr/soft/swarp"
-SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc threads mpi"
-RDEPEND="mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}"
-
-# mpi stuff untested.
-src_compile() {
- use mpi || export MPICC="$(tc-getCC)"
- local myconf
- # --disable-threads is buggy
- use threads && myconf="--enable-threads"
- econf \
- $(use_enable mpi) \
- ${myconf} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/*
- fi
-}
diff --git a/sci-astronomy/swarp/swarp-2.17.1.ebuild b/sci-astronomy/swarp/swarp-2.17.1.ebuild
deleted file mode 100644
index 9e7fd7185..000000000
--- a/sci-astronomy/swarp/swarp-2.17.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://terapix.iap.fr/soft/swarp"
-SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc threads mpi"
-RDEPEND="mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}"
-
-# mpi stuff untested.
-src_compile() {
- use mpi || export MPICC="$(tc-getCC)"
- local myconf
- # --disable-threads is buggy
- use threads && myconf="--enable-threads"
- econf \
- $(use_enable mpi) \
- ${myconf} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS || die
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/*
- fi
-}