public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/modelfree/
Date: Thu,  9 Feb 2012 11:56:09 +0000 (UTC)	[thread overview]
Message-ID: <dfe28d698ce2d1f3619e6441f9539df6481c322c.jlec@gentoo> (raw)

commit:     dfe28d698ce2d1f3619e6441f9539df6481c322c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 11:55:07 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 11:55:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfe28d69

Add this nasty binary package

(Portage version: 2.2.0_alpha85/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 sci-chemistry/modelfree/ChangeLog             |   13 +++++++
 sci-chemistry/modelfree/metadata.xml          |    8 ++++
 sci-chemistry/modelfree/modelfree-4.20.ebuild |   45 +++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/modelfree/ChangeLog b/sci-chemistry/modelfree/ChangeLog
new file mode 100644
index 0000000..1c72783
--- /dev/null
+++ b/sci-chemistry/modelfree/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for sci-chemistry/modelfree
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*modelfree-4.20 (09 Feb 2012)
+
+  09 Feb 2012; Justin Lecher <jlec@gentoo.org> +modelfree-4.20.ebuild,
+  +metadata.xml:
+  Add this nasty binary package
+
+  09 Feb 2012; Justin Lecher <jlec@gentoo.org> Manifest:
+  Add this nasty binary package
+

diff --git a/sci-chemistry/modelfree/metadata.xml b/sci-chemistry/modelfree/metadata.xml
new file mode 100644
index 0000000..210ad0d
--- /dev/null
+++ b/sci-chemistry/modelfree/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>jlec@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-chemistry/modelfree/modelfree-4.20.ebuild b/sci-chemistry/modelfree/modelfree-4.20.ebuild
new file mode 100644
index 0000000..ee77bdc
--- /dev/null
+++ b/sci-chemistry/modelfree/modelfree-4.20.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit fortran-2
+
+DESCRIPTION="A program for optimizing Lipari-Szabo model free parameters to heteronuclear relaxation data"
+HOMEPAGE="http://www.palmer.hs.columbia.edu/software/modelfree.html"
+SRC_URI="http://www.palmer.hs.columbia.edu/software/modelfree4_linux.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="as-is"
+IUSE="doc examples"
+
+DEPEND=""
+RDEPEND="
+	sys-devel/gcc:4.1
+	sci-libs/blas-reference
+	sci-libs/lapack-reference
+"
+
+S="${WORKDIR}"
+
+src_install() {
+	dosym ../../usr/$(get_libdir)/librefblas.so "${EPREFIX}/opt/${PN}/libblas.so.3"
+	dosym ../../usr/$(get_libdir)/libreflapack.so "${EPREFIX}/opt/${PN}/liblapack.so.3"
+
+	cat >> "${T}"/${PN} <<- EOF
+	#!${EPREFIX}/bin/bash
+	LD_LIBRARY_PATH="${EPREFIX}/opt/${PN}" "${EPREFIX}/opt/${PN}/${PN}4" \$@
+	EOF
+
+	exeinto /opt/bin
+	doexe "${T}"/${PN}
+
+	exeinto /opt/${PN}
+	use amd64 && doexe linux_64/${PN}4
+	use x86 && doexe linux_32/${PN}4
+
+	use doc && dodoc docs/{modelfree_manual.pdf,VERSIONS.README}
+	use examples && insinto /usr/share/${PN} && doins -r testing
+}



             reply	other threads:[~2012-02-09 11:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 11:56 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-09 11:58 [gentoo-commits] proj/sci:master commit in: sci-chemistry/modelfree/ Justin Lecher
2013-05-07 10:13 Justin Lecher
2013-05-07 10:49 Justin Lecher
2013-05-07 10:49 Justin Lecher
2013-05-07 11:24 Justin Lecher
2014-11-13 13:15 Justin Lecher
2015-03-30  6:03 Justin Lecher
2021-01-10 18:28 Andrew Ammerlaan

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=dfe28d698ce2d1f3619e6441f9539df6481c322c.jlec@gentoo \
    --to=jlec@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