Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913011 - sci-mathematics/mathematica-13.3.1 version bump
Summary: sci-mathematics/mathematica-13.3.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 18:09 UTC by K Cameron
Modified: 2023-09-27 08:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sci-mathematics/mathematica-13.3.1ebuild (Update) (mathematica-13.3.1.ebuild,6.40 KB, text/plain)
2023-08-25 18:09 UTC, K Cameron
Details
Manifest containing checksums, etc for sci-mathematics/mathematica-13.3.1 (Manifest,6.76 KB, text/plain)
2023-08-25 18:11 UTC, K Cameron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description K Cameron 2023-08-25 18:09:43 UTC
Created attachment 868719 [details]
sci-mathematics/mathematica-13.3.1ebuild (Update)

sci-mathematics/mathematica-13.3.1.ebuild (update)
Comment 1 K Cameron 2023-08-25 18:11:40 UTC
Created attachment 868720 [details]
Manifest containing checksums, etc for sci-mathematics/mathematica-13.3.1
Comment 2 Larry the Git Cow gentoo-dev 2023-09-27 08:42:07 UTC
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(+)
Comment 3 Nowa Ammerlaan gentoo-dev 2023-09-27 08:44:37 UTC
(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