Created attachment 868719 [details] sci-mathematics/mathematica-13.3.1ebuild (Update) sci-mathematics/mathematica-13.3.1.ebuild (update)
Created attachment 868720 [details] Manifest containing checksums, etc for sci-mathematics/mathematica-13.3.1
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9f187b3420b23315e79b166cbc078d4faad73d commit 9e9f187b3420b23315e79b166cbc078d4faad73d Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2023-09-27 08:40:32 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2023-09-27 08:41:52 +0000 sci-mathematics/mathematica: add 13.3.1 Closes: https://bugs.gentoo.org/913011 Co-authored-by: K Cameron <cameron@ieee.org> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> sci-mathematics/mathematica/Manifest | 1 + .../mathematica/mathematica-13.3.1.ebuild | 188 +++++++++++++++++++++ 2 files changed, 189 insertions(+)
(In reply to K Cameron from comment #0) > Created attachment 868719 [details] > sci-mathematics/mathematica-13.3.1ebuild (Update) > > sci-mathematics/mathematica-13.3.1.ebuild (update) Thanks, I made some further adjustments for USE="-cuda" and added some missing dependencies. It seems that this release is now compatible with wayland, cuda-12 (or 11), and ffmpeg-6 (or 4.4). 24c24,25 < # FFmpegTools (FFmpegToolsSystem-5.0.so) requires media-video/ffmpeg --- > # FFmpegTools (FFmpegToolsSystem-6.0.so) requires media-video/ffmpeg-6.0 > # FFmpegTools (FFmpegToolsSystem-4.4.so) requires media-video/ffmpeg-4.4 26c27,30 < cuda? ( dev-util/nvidia-cuda-toolkit ) --- > dev-qt/qt5compat:6 > dev-qt/qtbase:6[eglfs,wayland] > dev-qt/qtsvg:6 > dev-qt/qtwayland:6[compositor] 28,29d31 < ffmpeg? ( <media-video/ffmpeg-5 ) < R? ( dev-lang/R ) 30a33,41 > cuda? ( > >=dev-util/nvidia-cuda-toolkit-11 > <dev-util/nvidia-cuda-toolkit-13 > ) > ffmpeg? ( || ( > media-video/ffmpeg:0/56.58.58 > media-video/ffmpeg:0/58.60.60 > ) ) > R? ( dev-lang/R ) 88c99 < rm -r "${S}/${M_TARGET}/SystemFiles/Components/CUDACompileTools/LibraryResources/Linux-x86-64/CUDAExtensions.so" || die --- > rm -r "${S}/${M_TARGET}/SystemFiles/Components/CUDACompileTools/LibraryResources/Linux-x86-64/CUDAExtensions"*.so || die