File: libmkl-rt.templates

package info (click to toggle)
intel-mkl 2020.4.304-7
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 566,272 kB
  • sloc: xml: 3,919; sh: 798; python: 252; cpp: 211; ansic: 169; lisp: 145; awk: 117; makefile: 46
file content (37 lines) | stat: -rw-r--r-- 1,768 bytes parent folder | download | duplicates (5)
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
Template: libmkl-rt/title
Type: title
_Description: Intel Math Kernel Library (Intel MKL)

Template: libmkl-rt/use-as-default-blas-lapack
Type: boolean
Default: false
_Description: Use libmkl_rt.so as the default alternative to BLAS/LAPACK?
 Intel MKL's Single Dynamic Library (SDL) is installed on your machine. This
 shared object can be used as an alternative to both libblas.so.3 and
 liblapack.so.3, so that packages built against BLAS/LAPACK can directly use
 MKL without rebuild.
 .
 However, MKL is non-free software, and in particular its source code is not
 publicly available. By using MKL as the default BLAS/LAPACK implementation,
 you might be violating the licensing terms of copyleft software that would
 become dynamically linked against it. Please verify that the licensing terms
 of the program(s) that you intend to use with MKL are compatible with the MKL
 licensing terms. For the case of software under the GNU General Public
 License, you may want to read this FAQ:
 .
     https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs
 .
 If you don't know what MKL is, or unwilling to set it as default, just choose
 the preset value or simply type Enter.

Template: libmkl-rt/exact-so-3-selections
Type: multiselect
Choices: libblas.so.3, liblapack.so.3, libblas64.so.3, liblapack64.so.3,
Default: libblas.so.3, liblapack.so.3, libblas64.so.3, liblapack64.so.3,
_Description: Which of the these alternatives should point to MKL?
 Please select the alternatives that should point to MKL.
 The selection applies to all available architectures, and the related
 development packages will follow the same selection.
 .
 Typically the user may want to point both BLAS/LAPACK to MKL (libmkl_rt.so).
 Type Enter if you are not sure what to select.