LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
no_blas_manpages.patch
Go to the documentation of this file.
1 Description: Do not ship BLAS manpages
2  Those manpages are already in libblas-doc.
3 Author: Sébastien Villemot <sebastien@debian.org>
4 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677461
5 Forwarded: not-needed
6 Last-Update: 2012-06-17
7 ---
8 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
9 --- a/DOCS/Doxyfile_man
10 +++ b/DOCS/Doxyfile_man
11 @@ -628,7 +628,7 @@
12  # directories like "/usr/src/myproject". Separate the files or directories
13  # with spaces.
14 
15 -INPUT = SRC INSTALL BLAS/SRC
16 +INPUT = SRC INSTALL
17 
18 
19  # This tag can be used to specify the character encoding of the source files
20 @@ -660,7 +660,7 @@
21  # subdirectory from a directory tree whose root is specified with the INPUT tag.
22  # Note that relative paths are relative to directory from which doxygen is run.
23 
24 -EXCLUDE =
25 +EXCLUDE = src/xerbla.f install/lsame.f
26 
27  # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
28  # directories that are symbolic links (a Unix file system feature) are excluded
Description INPUT
adapt the repackaging code *Remove recursive patch Replace it by the frecursive flag to as recommended by upstream for fixing *debian no changes needed *Ship lapacke PDF in liblapack doc *doxygen exclude binary objects patch
Definition: changelog:16
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:61
adapt the repackaging code *Remove recursive patch Replace it by the frecursive flag to as recommended by upstream for fixing *debian no changes needed *Ship lapacke PDF in liblapack doc *doxygen exclude binary objects makes Doxygen skip binary objects *liblapack doc
Definition: changelog:16
liblapack3 Description
Definition: control:34
set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real b(3) integer i
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:54
subroutine header
Definition: cblat1.f:90
Choosing ILP64 Data Model To choose ILP64 data use the following const float *The purpose and format of these predicate functions are described in the LAPACK documentation This interface passes the pointer to the corresponding LAPACK routine as it is Be cautious with return values of the logical type if you link against LAPACK compiled with Fortran compiler Whereas all non zero values are treated as TRUE some Fortran compilers may rely on a certain TRUE so you will have to use the same TRUE value in the predicate function to be consistent with LAPACK implementation Implementation Details The current C interface implementation consists of wrappers to LAPACK routines The row major matrices are transposed on entry to and on exit from the LAPACK if needed Top level interfaces additionally allocate deallocate working space on entry to and on exit from the LAPACK routine Because of possible additional a routine called with this interface may require more memory space and run slower than the corresponding LAPACK routine Disclaimer and Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH EXPRESS OR BY ESTOPPEL OR TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT EXCEPT AS PROVIDED IN INTEL S TERMS AND CONDITIONS OF SALE FOR SUCH INTEL ASSUMES NO LIABILITY AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED RELATING TO SALE AND OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR OR INFRINGEMENT OF ANY COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT UNLESS OTHERWISE AGREED IN WRITING BY THE INTEL PRODUCTS ARE NOT DESIGNED NOR INTENDED FOR ANY APPLICATION IN WHICH THE FAILURE OF THE INTEL PRODUCT COULD CREATE A SITUATION WHERE PERSONAL INJURY OR DEATH MAY OCCUR Intel may make changes to specifications and product descriptions at any without notice Designers must not rely on the absence or characteristics of any features or instructions marked reserved or undefined Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them The information here is subject to change without notice Do not finalize a design with this information The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications Current characterized errata are available on request Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order Copies of documents which have an order number and are referenced in this or other Intel may be obtained by or go to http
Definition: README:151
liblapack doc manpages
Definition: changelog:367