Gentoo Archives: gentoo-commits

From: Andrea Arteaga <andyspiros@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/autobench/, app-benchmarks/numbench/
Date: Wed, 03 Aug 2011 20:37:52
Message-Id: 33fa10ebaa79ed7f1a60ee3305aa77aa65a2cc0f.spiros@gentoo
1 commit: 33fa10ebaa79ed7f1a60ee3305aa77aa65a2cc0f
2 Author: Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 20:36:11 2011 +0000
4 Commit: Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 3 20:36:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33fa10eb
7
8 autobench renamed to numbench to avoid conflicts.
9
10 ---
11 app-benchmarks/autobench/ChangeLog | 9 ---------
12 app-benchmarks/numbench/ChangeLog | 16 ++++++++++++++++
13 .../{autobench => numbench}/metadata.xml | 2 +-
14 .../numbench-9999.ebuild} | 6 +++---
15 4 files changed, 20 insertions(+), 13 deletions(-)
16
17 diff --git a/app-benchmarks/autobench/ChangeLog b/app-benchmarks/autobench/ChangeLog
18 deleted file mode 100644
19 index f4fd7a1..0000000
20 --- a/app-benchmarks/autobench/ChangeLog
21 +++ /dev/null
22 @@ -1,9 +0,0 @@
23 -# ChangeLog for app-benchmarks/autobench
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 -*autobench-9999 (14 Jul 2011)
28 -
29 - 14 Jul 2011; Andrea Arteaga <andyspiros@×××××.com> +autobench-9999.ebuild,
30 - +metadata.xml:
31 - Initial import
32
33 diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
34 new file mode 100644
35 index 0000000..26dba70
36 --- /dev/null
37 +++ b/app-benchmarks/numbench/ChangeLog
38 @@ -0,0 +1,16 @@
39 +# ChangeLog for app-benchmarks/numbench
40 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
41 +# $Header: $
42 +
43 +*numbench-9999 (3 Aug 2011)
44 +
45 + 3 Aug 2011; Andrea Arteaga <andyspiros@×××××.com> +numbench-9999.ebuild -autobench-9999.ebuild
46 + +metadata.xml:
47 + Renamed to numbench in order to avoid conflicts
48 +
49 +
50 +*autobench-9999 (14 Jul 2011)
51 +
52 + 14 Jul 2011; Andrea Arteaga <andyspiros@×××××.com> +autobench-9999.ebuild,
53 + +metadata.xml:
54 + Initial import
55
56 diff --git a/app-benchmarks/autobench/metadata.xml b/app-benchmarks/numbench/metadata.xml
57 similarity index 85%
58 rename from app-benchmarks/autobench/metadata.xml
59 rename to app-benchmarks/numbench/metadata.xml
60 index 37157bd..93bbb55 100644
61 --- a/app-benchmarks/autobench/metadata.xml
62 +++ b/app-benchmarks/numbench/metadata.xml
63 @@ -6,6 +6,6 @@
64 </maintainer>
65 <description>Automated bechmarks of numerical libraries</description>
66 <longdescription>
67 -This package contains a set of scripts and C++ sources developed during the Google Summer of Code 2011 project. It aims to benchmark numerical libraries, and more precisely implementations of the standard BLAS, CBLAS, LAPACK and the library FFTW.
68 +This package contains a set of scripts and C++ sources developed during the Google Summer of Code 2011 project. It aims to benchmark numerical libraries, and more precisely implementations of the standard BLAS, CBLAS, LAPACK, PBLAS, ScaLAPACK and the library FFTW.
69 </longdescription>
70 </pkgmetadata>
71
72 diff --git a/app-benchmarks/autobench/autobench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
73 similarity index 77%
74 rename from app-benchmarks/autobench/autobench-9999.ebuild
75 rename to app-benchmarks/numbench/numbench-9999.ebuild
76 index fe0b511..ce3d863 100644
77 --- a/app-benchmarks/autobench/autobench-9999.ebuild
78 +++ b/app-benchmarks/numbench/numbench-9999.ebuild
79 @@ -23,9 +23,9 @@ RDEPEND="!app-admin/eselect-blas
80 =app-admin/eselect-1.2.15-r1"
81
82 src_install() {
83 - insinto /usr/$(get_libdir)/autobench
84 + insinto /usr/$(get_libdir)/numbench
85 doins *.py
86 doins -r btl accuracy
87 - chmod +x "${D}"/usr/$(get_libdir)/autobench/main.py
88 - dosym /usr/$(get_libdir)/autobench/main.py /usr/bin/autobench
89 + chmod +x "${D}"/usr/$(get_libdir)/numbench/main.py
90 + dosym /usr/$(get_libdir)/numbench/main.py /usr/bin/numbench
91 }
92 \ No newline at end of file