aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkiwi_fb <kiwi_fb@32389bae-6d03-0410-99cf-db05cde120eb>2008-07-16 10:48:45 +0000
committerkiwi_fb <kiwi_fb@32389bae-6d03-0410-99cf-db05cde120eb>2008-07-16 10:48:45 +0000
commitd457fbd6641b00f74cd6b9eb78bae2124da2bf22 (patch)
treec5003f8e26c3c9b74e466d8636886dc7e4914c48
parentadded gdmodule (diff)
downloadsci-d457fbd6641b00f74cd6b9eb78bae2124da2bf22.tar.gz
sci-d457fbd6641b00f74cd6b9eb78bae2124da2bf22.tar.bz2
sci-d457fbd6641b00f74cd6b9eb78bae2124da2bf22.zip
added m4ri
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1220 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--sci-libs/m4ri/ChangeLog7
-rw-r--r--sci-libs/m4ri/Manifest4
-rw-r--r--sci-libs/m4ri/m4ri-20080624.ebuild26
-rw-r--r--sci-libs/m4ri/metadata.xml6
4 files changed, 43 insertions, 0 deletions
diff --git a/sci-libs/m4ri/ChangeLog b/sci-libs/m4ri/ChangeLog
new file mode 100644
index 000000000..c4d76d3d9
--- /dev/null
+++ b/sci-libs/m4ri/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sci-libs/m4ri
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 16 Jul 2008; Francois Bissey <f.r.bissey@massey.ac.nz> ChangeLog:
+ Initial import, see bug #230431
+
diff --git a/sci-libs/m4ri/Manifest b/sci-libs/m4ri/Manifest
new file mode 100644
index 000000000..7985d4e15
--- /dev/null
+++ b/sci-libs/m4ri/Manifest
@@ -0,0 +1,4 @@
+DIST m4ri-20080624.tar.gz 737302 RMD160 9376c5ab54b28a577da4afedbcbe26fb9c827aee SHA1 1c8957e991bb19bc6d04a9b82637b2dce56cef13 SHA256 6640e66513aa726b4c05225175f4dc25781fbd24916e769f7891d9eea0d0c615
+EBUILD m4ri-20080624.ebuild 694 RMD160 ebc4ac898542552d55b1babb9e25c4dd039d3e95 SHA1 b6494cabded8e1c0ce586df9487960e608f5c3b0 SHA256 a008293488014c31c7a3d3f82dca11a8df28692eb5cbf735e5c5920060fef850
+MISC ChangeLog 217 RMD160 1ee3eebf7388642f8fb46201c81adcb5524cedb3 SHA1 25e308914ce5186909931f74494df3e2b56fddaa SHA256 4604946385bc1418069da85bdfba26d5f9b24e695d075bd854f1a07b73c5ab39
+MISC metadata.xml 554 RMD160 1d6f59fd4c999d8c74276f67dc648ac3410c55d7 SHA1 f6aa9c89402b853a9ae0f7617c3f8054251a61ea SHA256 c283cc76ddc3df9e929448563f59ef524db721f5017a92ee02bb18b1c8fdce1e
diff --git a/sci-libs/m4ri/m4ri-20080624.ebuild b/sci-libs/m4ri/m4ri-20080624.ebuild
new file mode 100644
index 000000000..64dcba2be
--- /dev/null
+++ b/sci-libs/m4ri/m4ri-20080624.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Method of four russian for inversion (M4RI)"
+HOMEPAGE="http://m4ri.sagemath.org/"
+SRC_URI="http://m4ri.sagemath.org/downloads/${P}.tar.gz"
+
+#### Remove the following line when moving this ebuild to the main tree!
+RESTRICT="mirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc README
+}
+
+pkg_postinst() {
+ elog "The gdmodule ebuild is still under development."
+ elog "Help us improve the ebuild in:"
+ elog "http://bugs.gentoo.org/show_bug.cgi?id=230431"
+} \ No newline at end of file
diff --git a/sci-libs/m4ri/metadata.xml b/sci-libs/m4ri/metadata.xml
new file mode 100644
index 000000000..c1959fd26
--- /dev/null
+++ b/sci-libs/m4ri/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription>M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI comes from the first implemented algorithm: The 'Method of the Four Russians' inversion algorithm published by Gregory Bard. This algorithm in turn is named after the 'Method of the Four Russians' multiplication algorithm which is probably better referred to as Kronrod's method.</longdescription>
+</pkgmetadata>