summaryrefslogtreecommitdiff
path: root/sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-12-29 13:57:25 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-29 13:57:25 +0100
commit184456970fa09df86d419c48020fdad2b5b3911a (patch)
tree90659e24224a8c5093bc7e101a09b370f580e812 /sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch
parent947f3d307a7ccf44dbff3aab652dd123c71a4013 (diff)
downloadgentoo-184456970fa09df86d419c48020fdad2b5b3911a.tar.gz
gentoo-184456970fa09df86d419c48020fdad2b5b3911a.tar.bz2
gentoo-184456970fa09df86d419c48020fdad2b5b3911a.zip
sci-libs/clblas: Version bump to 2.12
Bug: https://bugs.gentoo.org/608086 Bug: https://bugs.gentoo.org/741386 Bug: https://bugs.gentoo.org/737410 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch')
-rw-r--r--sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch b/sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch
new file mode 100644
index 000000000000..775a669e96a8
--- /dev/null
+++ b/sci-libs/clblas/files/clblas-2.12-use-system-mathjax.patch
@@ -0,0 +1,18 @@
+Description: fix output directory for documentation
+ Use default doxygen directory, i.e. under docs/html, rather than the
+ inappropriate path set by upstream.
+Author: Ghislain Antony Vaillant <ghisvail@gmail.com>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/clBLAS.doxy
++++ b/doc/clBLAS.doxy
+@@ -1223,7 +1223,7 @@
+ # installing MathJax. However, it is strongly recommended to install a local
+ # copy of MathJax from http://www.mathjax.org before deployment.
+
+-MATHJAX_RELPATH = http://www.mathjax.org/mathjax
++MATHJAX_RELPATH = /usr/share/javascript/mathjax
+
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
+ # names that should be enabled during MathJax rendering.