summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2004-04-30 01:29:53 +0000
committerGeorge Shapovalov <george@gentoo.org>2004-04-30 01:29:53 +0000
commite2545beea478ff7239b3b83c8454fbeab001eb3c (patch)
tree6847af4f4f5f19b0c46631e0c053f5bec7975113 /app-sci/lapack-config
parentadded app-sci/lapack-config (diff)
downloadhistorical-e2545beea478ff7239b3b83c8454fbeab001eb3c.tar.gz
historical-e2545beea478ff7239b3b83c8454fbeab001eb3c.tar.bz2
historical-e2545beea478ff7239b3b83c8454fbeab001eb3c.zip
new package - lapack profile selection utility for new lapack/blas system
Diffstat (limited to 'app-sci/lapack-config')
-rw-r--r--app-sci/lapack-config/ChangeLog10
-rw-r--r--app-sci/lapack-config/Manifest5
-rw-r--r--app-sci/lapack-config/files/digest-lapack-config-1.0.00
-rw-r--r--app-sci/lapack-config/files/lapack-config.gzbin0 -> 1808 bytes
-rw-r--r--app-sci/lapack-config/lapack-config-1.0.0.ebuild26
-rw-r--r--app-sci/lapack-config/metadata.xml5
6 files changed, 46 insertions, 0 deletions
diff --git a/app-sci/lapack-config/ChangeLog b/app-sci/lapack-config/ChangeLog
new file mode 100644
index 000000000000..00c8560e829a
--- /dev/null
+++ b/app-sci/lapack-config/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-sci/lapack-config
+# Copyright 2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack-config/ChangeLog,v 1.1 2004/04/30 01:29:53 george Exp $
+
+*lapack-config-1.0.0.ebuild (29 Apr 2004)
+
+ 29 Apr 2004; George Shapovalov <george@gentoo.org> lapack-config-1.0.0.ebuild, Manifest, files/{digest-lapack-config-1.0.0,lapack-config.gz} :
+ initial release
+ Utility to change the default LAPACK library
+ ebuild submitted by Derek Dolney <dolney@astro.upenn.edu>
diff --git a/app-sci/lapack-config/Manifest b/app-sci/lapack-config/Manifest
new file mode 100644
index 000000000000..a462475b3322
--- /dev/null
+++ b/app-sci/lapack-config/Manifest
@@ -0,0 +1,5 @@
+MD5 01cb1f168fc81aefa6b3b82a181cf019 lapack-config-1.0.0.ebuild 575
+MD5 0b0e1bda18dfc32397dc71ebede69b02 ChangeLog 530
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 c67c3c5f6c9426ec0aaaffb6e1904f1f files/lapack-config.gz 1808
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-lapack-config-1.0.0 0
diff --git a/app-sci/lapack-config/files/digest-lapack-config-1.0.0 b/app-sci/lapack-config/files/digest-lapack-config-1.0.0
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-sci/lapack-config/files/digest-lapack-config-1.0.0
diff --git a/app-sci/lapack-config/files/lapack-config.gz b/app-sci/lapack-config/files/lapack-config.gz
new file mode 100644
index 000000000000..af223b5a5a81
--- /dev/null
+++ b/app-sci/lapack-config/files/lapack-config.gz
Binary files differ
diff --git a/app-sci/lapack-config/lapack-config-1.0.0.ebuild b/app-sci/lapack-config/lapack-config-1.0.0.ebuild
new file mode 100644
index 000000000000..066559694951
--- /dev/null
+++ b/app-sci/lapack-config/lapack-config-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack-config/lapack-config-1.0.0.ebuild,v 1.1 2004/04/30 01:29:53 george Exp $
+
+DESCRIPTION="Utility to change the default LAPACK library"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="app-shells/bash"
+
+src_unpack(){
+ cp ${FILESDIR}/${PN}.gz ${WORKDIR}
+ gunzip ${WORKDIR}/${PN}.gz
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe ${WORKDIR}/${PN}
+}
diff --git a/app-sci/lapack-config/metadata.xml b/app-sci/lapack-config/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/app-sci/lapack-config/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>