summaryrefslogtreecommitdiff
path: root/app-eselect/eselect-cblas/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-eselect/eselect-cblas/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-eselect/eselect-cblas/files')
-rw-r--r--app-eselect/eselect-cblas/files/cblas.eselect-0.114
-rw-r--r--app-eselect/eselect-cblas/files/cblas.eselect.565
2 files changed, 0 insertions, 79 deletions
diff --git a/app-eselect/eselect-cblas/files/cblas.eselect-0.1 b/app-eselect/eselect-cblas/files/cblas.eselect-0.1
deleted file mode 100644
index 2fff5981450a..000000000000
--- a/app-eselect/eselect-cblas/files/cblas.eselect-0.1
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
deleted file mode 100644
index 6409002d74b6..000000000000
--- a/app-eselect/eselect-cblas/files/cblas.eselect.5
+++ /dev/null
@@ -1,65 +0,0 @@
-.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>