LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
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