diff options
author | 2022-08-07 23:50:22 +0800 | |
---|---|---|
committer | 2022-08-08 19:29:07 +0200 | |
commit | d8604b22be0a1830f994501fc5dffbf53dac94d2 (patch) | |
tree | b89c0f0ce99d9de74e177fbb12f8c7c4dcfbaf88 /sci-mathematics/mathematica/metadata.xml | |
parent | sci-geosciences/geocode-glib: Version bump to 3.26.4 (diff) | |
download | gentoo-d8604b22be0a1830f994501fc5dffbf53dac94d2.tar.gz gentoo-d8604b22be0a1830f994501fc5dffbf53dac94d2.tar.bz2 gentoo-d8604b22be0a1830f994501fc5dffbf53dac94d2.zip |
sci-mathematics/mathematica: add 13.0.1
Fix ebuild QA problem and add missing RDEPEND
Add cuda use flag and nvidia-cuda-toolkit RDEPEND
Add R use flag and dev-lang/R RDEPEND
Fix RPATH and add dev-util/patchelf as BDEPEND
Add QT_QPA_PLATFORM="wayland;xcb" to fix problem on wayland
Disable doc use flag by default
Install icons from SystemFiles/FrontEnd/SystemResources/X
Add myself as a maintainer (proxy-maint)
Closes: https://bugs.gentoo.org/859793
Signed-off-by: Huang Rui <vowstar@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathematica/metadata.xml')
-rw-r--r-- | sci-mathematics/mathematica/metadata.xml | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/sci-mathematics/mathematica/metadata.xml b/sci-mathematics/mathematica/metadata.xml index 71a5bee94e5a..90d6c3bbe4c6 100644 --- a/sci-mathematics/mathematica/metadata.xml +++ b/sci-mathematics/mathematica/metadata.xml @@ -1,8 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>dilfridge@gentoo.org</email> - <name>Andreas K. Huettel</name> - </maintainer> + <maintainer type="person"> + <email>dilfridge@gentoo.org</email> + <name>Andreas K. Huettel</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>vowstar@gmail.com</email> + <name>Huang Rui</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + Wolfram Mathematica is a software system with built-in libraries for + several areas of technical computing that allow machine learning, + statistics, symbolic computation, data manipulation, network analysis, + time series analysis, plotting functions and various types of data, + implementation of algorithms, creation of user interfaces, and interfacing + with programs written in other programming languages. + </longdescription> + <use> + <flag name="cuda">Install with cuda support</flag> + <flag name="R">Enable <pkg>dev-lang/R</pkg> backend support</flag> + </use> </pkgmetadata> |