diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-03-06 20:33:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-08 19:22:01 +0000 |
commit | eda24b781d671f1cf5b575fdf49e023cc78d62f5 (patch) | |
tree | b4191b1be67dc3f29201e67d2b16456d5ac4f2b4 /sci-libs | |
parent | sci-libs/rocBLAS: disable stripping for *.hsaco files (diff) | |
download | gentoo-eda24b781d671f1cf5b575fdf49e023cc78d62f5.tar.gz gentoo-eda24b781d671f1cf5b575fdf49e023cc78d62f5.tar.bz2 gentoo-eda24b781d671f1cf5b575fdf49e023cc78d62f5.zip |
sci-libs/rocBLAS: fix doxygen directory
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild index 77a659cb9a09..ed39ae5207d8 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DOCS_BUILDER="doxygen" -DOCS_DIR="docs" +DOCS_DIR="docs/.doxygen" DOCS_DEPEND="media-gfx/graphviz" ROCM_VERSION=${PV} inherit cmake docs edo multiprocessing rocm |