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