From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-eselect/eselect-cblas/files/cblas.eselect-0.1 | 14 +++++ app-eselect/eselect-cblas/files/cblas.eselect.5 | 65 +++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 app-eselect/eselect-cblas/files/cblas.eselect-0.1 create mode 100644 app-eselect/eselect-cblas/files/cblas.eselect.5 (limited to 'app-eselect/eselect-cblas/files') diff --git a/app-eselect/eselect-cblas/files/cblas.eselect-0.1 b/app-eselect/eselect-cblas/files/cblas.eselect-0.1 new file mode 100644 index 000000000000..2fff5981450a --- /dev/null +++ b/app-eselect/eselect-cblas/files/cblas.eselect-0.1 @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit skel + +MODULE="CBLAS" +IFACE="cblas" + +DESCRIPTION="Manage installed $MODULE implementations" +MAINTAINER="spyderous@gentoo.org" +SVN_DATE='$Date: 2015/03/31 16:47:06 $' +VERSION=$(svn_date_to_version "${SVN_DATE}" ) + +# vim: set ft=eselect : diff --git a/app-eselect/eselect-cblas/files/cblas.eselect.5 b/app-eselect/eselect-cblas/files/cblas.eselect.5 new file mode 100644 index 000000000000..6409002d74b6 --- /dev/null +++ b/app-eselect/eselect-cblas/files/cblas.eselect.5 @@ -0,0 +1,65 @@ +.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 +.br +Donnie Berkholz -- cgit v1.2.3