diff options
author | Donnie Berkholz <donnie@supernova.(none)> | 2006-07-14 23:19:48 -0700 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-14 23:19:48 -0700 |
commit | be090af7c5769f853603462116333a25d9807c1b (patch) | |
tree | 7bf71b6baf03cf6c6a9a062c055567f50f11c2e8 /app-admin | |
parent | compiz: forgot to add patches (diff) | |
download | dberkholz-be090af7c5769f853603462116333a25d9807c1b.tar.gz dberkholz-be090af7c5769f853603462116333a25d9807c1b.tar.bz2 dberkholz-be090af7c5769f853603462116333a25d9807c1b.zip |
eselect-blas/cblas/lapack: forgot to add man pages
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-blas/files/blas.eselect.5 | 67 | ||||
-rw-r--r-- | app-admin/eselect-cblas/files/cblas.eselect.5 | 67 | ||||
-rw-r--r-- | app-admin/eselect-lapack/files/lapack.eselect.5 | 67 |
3 files changed, 201 insertions, 0 deletions
diff --git a/app-admin/eselect-blas/files/blas.eselect.5 b/app-admin/eselect-blas/files/blas.eselect.5 new file mode 100644 index 0000000..c82c54b --- /dev/null +++ b/app-admin/eselect-blas/files/blas.eselect.5 @@ -0,0 +1,67 @@ +.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect" +.SH "NAME" +blas.eselect \- The BLAS management module for Gentoo's eselect +.SH "SYNOPSIS" +\fBeselect blas\fR [\fBhelp\fR|\fBusage\fR] +.br +\fBeselect blas\fR \fBlist\fR [\fIoptions\fR] +.br +\fBeselect blas\fR \fBadd\fR +.br +\fBeselect blas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR] +.br +\fBeselect blas\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 blas list\fR [\fIoptions\fR] +.br +Displays an ordered list of installed BLAS 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 blas list +.br +Installed BLAS 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 blas list lib64\fR + +lists only BLAS implementations found in \fB/usr/lib64\fR. + +.SH "ACTION: SHOW" +\fBeselect blas show\fR [\fIoptions\fR] +.br +Shows your system's currently active BLAS implementations. + +phi / # eselect blas 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 blas set\fR \fIimplementation\fR [\fIoptions\fR] +.br +Sets your system's currently active BLAS 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 blas set atlas +.SH "AUTHOR" +Danny van Dyk <kugelfang@gentoo.org> +.br +Donnie Berkholz <spyderous@gentoo.org> +.SH "REVISION" +$Id: blas.eselect.5 275 2006-06-18 19:48:18Z spyderous $ diff --git a/app-admin/eselect-cblas/files/cblas.eselect.5 b/app-admin/eselect-cblas/files/cblas.eselect.5 new file mode 100644 index 0000000..f64dd19 --- /dev/null +++ b/app-admin/eselect-cblas/files/cblas.eselect.5 @@ -0,0 +1,67 @@ +.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect" +.SH "NAME" +cblas.eselect \- The CBLAS management module for Gentoo's eselect +.SH "SYNOPSIS" +\fBeselect cblas\fR [\fBhelp\fR|\fBusage\fR] +.br +\fBeselect cblas\fR \fBlist\fR [\fIoptions\fR] +.br +\fBeselect cblas\fR \fBadd\fR +.br +\fBeselect cblas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR] +.br +\fBeselect cblas\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 cblas list\fR [\fIoptions\fR] +.br +Displays an ordered list of installed CBLAS 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 cblas list +.br +Installed CBLAS 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 cblas list lib64\fR + +lists only CBLAS implementations found in \fB/usr/lib64\fR. + +.SH "ACTION: SHOW" +\fBeselect cblas show\fR [\fIoptions\fR] +.br +Shows your system's currently active CBLAS implementations. + +phi / # eselect cblas 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 cblas set\fR \fIimplementation\fR [\fIoptions\fR] +.br +Sets your system's currently active CBLAS 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 cblas set atlas +.SH "AUTHOR" +Danny van Dyk <kugelfang@gentoo.org> +.br +Donnie Berkholz <spyderous@gentoo.org> +.SH "REVISION" +$Id: cblas.eselect.5 255 2006-03-08 00:07:38Z kugelfang $ diff --git a/app-admin/eselect-lapack/files/lapack.eselect.5 b/app-admin/eselect-lapack/files/lapack.eselect.5 new file mode 100644 index 0000000..2166d78 --- /dev/null +++ b/app-admin/eselect-lapack/files/lapack.eselect.5 @@ -0,0 +1,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: lapack.eselect.5 275 2006-06-18 19:48:18Z spyderous $ |