summaryrefslogtreecommitdiff
blob: b682486ef82ce7ad2076dc1b7d7fb5f2fa006773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect"
.SH "NAME"
lapack.eselect \- The LAPACK management module for Gentoo's eselect
.SH "SYNOPSIS"
\fBeselect lapack\fR [\fBhelp\fR|\fBusage\fR]
.br 
\fBeselect lapack\fR \fBlist\fR [\fIoptions\fR]
.br 
\fBeselect lapack\fR \fBadd\fR
.br 
\fBeselect lapack\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
.br 
\fBeselect lapack\fR \fBshow\fR [\fIoptions\fR]

.SH "DESCRIPTION"
\fBeselect\fR is Gentoo's configuration and management tool. It features
modules that care for the individual administrative tasks.
.SH "ACTION: LIST"
\fBeselect lapack list\fR [\fIoptions\fR]
.br 
Displays an ordered list of installed LAPACK implementations. It distinguishes between versions with different
Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
between interfaces to high-level programming languages. Each line holds
a number and the implementation's name. An asterisk next to one of the list
elements denotes an active implementation.

phi / # eselect lapack list
.br 
Installed LAPACK for libdir \fBlib\fR
.br 
  [1]   atlas *
  [2]   reference

Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
handle only certain ABI\-specific library directories. For example,
 
\fBeselect lapack list lib64\fR

lists only LAPACK implementations found in \fB/usr/lib64\fR.

.SH "ACTION: SHOW"
\fBeselect lapack show\fR [\fIoptions\fR]
.br 
Shows your system's currently active LAPACK implementations.

phi / # eselect lapack show
.br 
lib: atlas
.br
lib64: reference

The same \fIoptions\fR that apply to the \fBlist\fR action can be used
with the \fBshow\fR action to restrict it to given ABIs.
.SH "ACTION: SET"
\fBeselect lapack set\fR \fIimplementation\fR [\fIoptions\fR]
.br 
Sets your system's currently active LAPACK implementations to \fIimplementation\fR. 
The same \fIoptions\fR that apply to the \fBlist\fR action can be used
with the \fBset\fR action to restrict it to given ABIs.

phi / # eselect lapack set atlas
.SH "AUTHOR"
Danny van Dyk <kugelfang@gentoo.org>
.br
Donnie Berkholz <spyderous@gentoo.org>
.SH "REVISION"
$Id$