From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/zebra/
Date: Thu, 17 May 2012 23:20:15 +0000 (UTC) [thread overview]
Message-ID: <1337296788.d419e8bce2437211842deccfba7b54c389765046.bicatali@gentoo> (raw)
commit: d419e8bce2437211842deccfba7b54c389765046
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Thu May 17 23:19:48 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu May 17 23:19:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d419e8bc
sci-astronomy/zebra: Initial import
(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)
---
sci-astronomy/zebra/ChangeLog | 10 +++++++
sci-astronomy/zebra/metadata.xml | 22 +++++++++++++++++
sci-astronomy/zebra/zebra-1.01.ebuild | 43 +++++++++++++++++++++++++++++++++
3 files changed, 75 insertions(+), 0 deletions(-)
diff --git a/sci-astronomy/zebra/ChangeLog b/sci-astronomy/zebra/ChangeLog
new file mode 100644
index 0000000..72dc7db
--- /dev/null
+++ b/sci-astronomy/zebra/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/zebra
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*zebra-1.01 (17 May 2012)
+
+ 17 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +zebra-1.01.ebuild:
+ sci-astronomy/zebra: Initial import
+
diff --git a/sci-astronomy/zebra/metadata.xml b/sci-astronomy/zebra/metadata.xml
new file mode 100644
index 0000000..b8ef7bb
--- /dev/null
+++ b/sci-astronomy/zebra/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-astronomy</herd>
+<longdescription lang="en">
+ The Zurich Extragalactic Bayesian Redshift Analyzer is a software to
+ compute and analyze photometric redshifts of galaxies.
+ ZEBRA combines and extends several of the classical approaches to
+ produce accurate photometric redshifts down to faint magnitudes. In
+ particular, ZEBRA uses the template-fitting approach to produce
+ Maximum Likelihood and Bayesian redshift estimates based on:
+ * An automatic iterative technique to correct the original set of
+ galaxy templates to best represent the SEDs of real galaxies at
+ different redshifts;
+ * A training set of spectroscopic redshifts for a small fraction of
+ the photometric sample, to improve the robustness of the
+ photometric redshift estimates; and
+ * An iterative technique for Bayesian redshift estimates, which
+ extracts the full two-dimensional redshift and template likelihood
+ function for each galaxy.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/zebra/zebra-1.01.ebuild b/sci-astronomy/zebra/zebra-1.01.ebuild
new file mode 100644
index 0000000..7463821
--- /dev/null
+++ b/sci-astronomy/zebra/zebra-1.01.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="Galaxy redhift Bayesian analyzer"
+HOMEPAGE="http://www.astro.phys.ethz.ch/exgal_ocosm/zebra/index.html"
+SRC_URI="http://www.astro.phys.ethz.ch/exgal_ocosm/zebra/tar/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="sci-libs/gsl
+ sci-libs/lapackpp
+ virtual/blas
+ virtual/cblas
+ virtual/lapack"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ myeconfargs+=(
+ --with-blas="$(pkg-config --libs blas)"
+ --with-cblas="$(pkg-config --libs cblas)"
+ --with-lapack="$(pkg-config --libs lapack)"
+ )
+ autotools-utils_src_configure
+}
+
+src_install() {
+ autotools-utils_src_install
+ use doc && dodoc doc/*.pdf
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r scripts examples
+ fi
+}
next reply other threads:[~2012-05-17 23:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 23:20 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-22 10:15 [gentoo-commits] proj/sci:master commit in: sci-astronomy/zebra/ Justin Lecher
2020-09-27 12:35 Aisha Tammy
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=1337296788.d419e8bce2437211842deccfba7b54c389765046.bicatali@gentoo \
--to=bicatali@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