Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-cblas/files: cblas.eselect-0.1 cblas.eselect.5
Date: Tue, 31 Mar 2015 16:47:09
Message-Id: 20150331164706.2A8CD14EE1@oystercatcher.gentoo.org
1 ulm 15/03/31 16:47:06
2
3 Added: cblas.eselect-0.1 cblas.eselect.5
4 Log:
5 Move package from app-admin to app-eselect category.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 app-eselect/eselect-cblas/files/cblas.eselect-0.1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-cblas/files/cblas.eselect-0.1?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-cblas/files/cblas.eselect-0.1?rev=1.1&content-type=text/plain
14
15 Index: cblas.eselect-0.1
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id: cblas.eselect-0.1,v 1.1 2015/03/31 16:47:06 ulm Exp $
20
21 inherit skel
22
23 MODULE="CBLAS"
24 IFACE="cblas"
25
26 DESCRIPTION="Manage installed $MODULE implementations"
27 MAINTAINER="spyderous@g.o"
28 SVN_DATE='$Date: 2015/03/31 16:47:06 $'
29 VERSION=$(svn_date_to_version "${SVN_DATE}" )
30
31 # vim: set ft=eselect :
32
33
34
35 1.1 app-eselect/eselect-cblas/files/cblas.eselect.5
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-cblas/files/cblas.eselect.5?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-cblas/files/cblas.eselect.5?rev=1.1&content-type=text/plain
39
40 Index: cblas.eselect.5
41 ===================================================================
42 .TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect"
43 .SH "NAME"
44 cblas.eselect \- The CBLAS management module for Gentoo's eselect
45 .SH "SYNOPSIS"
46 \fBeselect cblas\fR [\fBhelp\fR|\fBusage\fR]
47 .br
48 \fBeselect cblas\fR \fBlist\fR [\fIoptions\fR]
49 .br
50 \fBeselect cblas\fR \fBadd\fR
51 .br
52 \fBeselect cblas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
53 .br
54 \fBeselect cblas\fR \fBshow\fR [\fIoptions\fR]
55
56 .SH "DESCRIPTION"
57 \fBeselect\fR is Gentoo's configuration and management tool. It features
58 modules that care for the individual administrative tasks.
59 .SH "ACTION: LIST"
60 \fBeselect cblas list\fR [\fIoptions\fR]
61 .br
62 Displays an ordered list of installed CBLAS implementations. It distinguishes between versions with different
63 Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
64 between interfaces to high-level programming languages. Each line holds
65 a number and the implementation's name. An asterisk next to one of the list
66 elements denotes an active implementation.
67
68 phi / # eselect cblas list
69 .br
70 Installed CBLAS for libdir \fBlib\fR
71 .br
72 [1] atlas *
73 [2] reference
74
75 Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
76 handle only certain ABI\-specific library directories. For example,
77
78 \fBeselect cblas list lib64\fR
79
80 lists only CBLAS implementations found in \fB/usr/lib64\fR.
81
82 .SH "ACTION: SHOW"
83 \fBeselect cblas show\fR [\fIoptions\fR]
84 .br
85 Shows your system's currently active CBLAS implementations.
86
87 phi / # eselect cblas show
88 .br
89 lib: atlas
90 .br
91 lib64: reference
92
93 The same \fIoptions\fR that apply to the \fBlist\fR action can be used
94 with the \fBshow\fR action to restrict it to given ABIs.
95 .SH "ACTION: SET"
96 \fBeselect cblas set\fR \fIimplementation\fR [\fIoptions\fR]
97 .br
98 Sets your system's currently active CBLAS implementations to \fIimplementation\fR.
99 The same \fIoptions\fR that apply to the \fBlist\fR action can be used
100 with the \fBset\fR action to restrict it to given ABIs.
101
102 phi / # eselect cblas set atlas
103 .SH "AUTHOR"
104 Danny van Dyk <kugelfang@g.o>
105 .br
106 Donnie Berkholz <spyderous@g.o>
107 .SH "REVISION"
108 $Id: cblas.eselect.5,v 1.1 2015/03/31 16:47:06 ulm Exp $