public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guillaume Horel" <guillaume.horel@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-ml/lacaml/
Date: Fri,  2 Mar 2012 03:05:10 +0000 (UTC)	[thread overview]
Message-ID: <1330657456.3f2908235115e7b91baf8a1be975e7843bf4c010.guillaume_horel@gentoo> (raw)

commit:     3f2908235115e7b91baf8a1be975e7843bf4c010
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Tue Feb  7 02:00:54 2012 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Mar  2 03:04:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3f290823

[dev-ml/lacaml] version bump

---
 dev-ml/lacaml/ChangeLog           |    8 ++++++-
 dev-ml/lacaml/lacaml-6.0.4.ebuild |   40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/dev-ml/lacaml/ChangeLog b/dev-ml/lacaml/ChangeLog
index f771bb4..d3d8095 100644
--- a/dev-ml/lacaml/ChangeLog
+++ b/dev-ml/lacaml/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-ml/lacaml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*lacaml-6.0.4 (02 Mar 2012)
+
+  02 Mar 2012; Guillaume Horel <guillaume.horel@gmail.com>
+  +lacaml-6.0.4.ebuild:
+  version bump
+
 *lacaml-5.5.2 (15 Nov 2011)
 
   15 Nov 2011; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-ml/lacaml/lacaml-6.0.4.ebuild b/dev-ml/lacaml/lacaml-6.0.4.ebuild
new file mode 100644
index 0000000..00c7a9a
--- /dev/null
+++ b/dev-ml/lacaml/lacaml-6.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils findlib
+
+DESCRIPTION="BLAS/LAPACK interface for OCaml"
+HOMEPAGE="http://forge.ocamlcore.org/projects/lacaml"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/806/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-linking-exception"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="doc"
+
+DEPEND="dev-lang/ocaml[ocamlopt]
+	virtual/blas
+	virtual/lapack"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	ocaml setup.ml -configure \
+		--override conf_cclib "$(pkg-config --libs blas) \
+$(pkg-config --libs lapack)" \
+		--destdir "${ED}" \
+		--prefix "/usr" \
+		--docdir "/usr/share/${PF}/doc" || die "configuration failed"
+}
+
+src_compile() {
+	emake
+	use doc && emake doc
+}
+
+src_install() {
+	findlib_src_install
+	dodoc README.txt Changelog
+}



             reply	other threads:[~2012-03-02  3:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02  3:05 Guillaume Horel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-25 18:13 [gentoo-commits] proj/sci:master commit in: dev-ml/lacaml/ Andrew Ammerlaan
2021-01-30 15:06 Andrew Ammerlaan
2015-09-23 12:48 Justin Lecher
2013-02-22 10:42 Justin Lecher
2013-02-22 10:40 Justin Lecher
2013-02-22 10:15 Justin Lecher
2012-03-30  0:23 Guillaume Horel
2011-11-15  0:27 Guillaume Horel

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=1330657456.3f2908235115e7b91baf8a1be975e7843bf4c010.guillaume_horel@gentoo \
    --to=guillaume.horel@gmail.com \
    --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