summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-12-29 13:57:26 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-29 13:57:26 +0100
commit02156e32c4b284613180cde84812a06be830d2ae (patch)
treec9bfd5843c26b36100a138fbdd4b11b7c1ddba9c /sci-libs/clblas/files/clblas-2.10-use-system-mathjax.patch
parentsci-libs/clblas: Version bump to 2.12 (diff)
downloadgentoo-02156e32c4b284613180cde84812a06be830d2ae.tar.gz
gentoo-02156e32c4b284613180cde84812a06be830d2ae.tar.bz2
gentoo-02156e32c4b284613180cde84812a06be830d2ae.zip
sci-libs/clblas: Remove old 2.10
Closes: https://bugs.gentoo.org/608086 Closes: https://bugs.gentoo.org/741386 Closes: 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.10-use-system-mathjax.patch')
-rw-r--r--sci-libs/clblas/files/clblas-2.10-use-system-mathjax.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-libs/clblas/files/clblas-2.10-use-system-mathjax.patch b/sci-libs/clblas/files/clblas-2.10-use-system-mathjax.patch
deleted file mode 100644
index 775a669e96a8..000000000000
--- a/sci-libs/clblas/files/clblas-2.10-use-system-mathjax.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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.