-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mathematica: 13.1.0 -> 13.2.0 #207697
mathematica: 13.1.0 -> 13.2.0 #207697
Conversation
I tried to add my installer to |
Ready to merge? |
Sorry for ghosting, it was a busy week. Can you add perhaps a comment, somewhere at |
Adding the installer to the list is explained in the nix-store --query --hash $(nix-store --add-fixed sha256 Mathematica_13.1.0_LINUX.sh) And here's how I tried to install it: diff --git i/pkgs/applications/science/math/mathematica/versions.nix w/pkgs/applications/science/math/mathematica/versions.nix
index 96e6805df8b..a17b1f4c299 100644
--- i/pkgs/applications/science/math/mathematica/versions.nix
+++ w/pkgs/applications/science/math/mathematica/versions.nix
@@ -15,6 +15,13 @@ let versions = [
sha256 = "sha256-YRUvl2H9SwpwDZx04ugd7ZnK5G+t88bzAObXsGGVhk0=";
installer = "Mathematica_13.2.0_BNDL_LINUX.sh";
}
+ {
+ version = "13.1.0";
+ lang = "en";
+ language = "English";
+ sha256 = "06shx2d0qlyc2lj4agq3l70d7qqip1gabjf9hkdgm6mfycgznb4q";
+ installer = "Mathematica_13.1.0_LINUX.sh";
+ }
{
version = "13.1.0";
lang = "en";
diff --git i/pkgs/top-level/all-packages.nix w/pkgs/top-level/all-packages.nix
index f75fb132dfb..d18d9b68caa 100644
--- i/pkgs/top-level/all-packages.nix
+++ w/pkgs/top-level/all-packages.nix
@@ -35816,6 +35816,10 @@ with pkgs;
clmagma = callPackage ../development/libraries/science/math/clmagma { };
mathematica = callPackage ../applications/science/math/mathematica { };
+ mathematica_my = mathematica.override {
+ version = "13.1.0";
+ webdoc = true;
+ };
mathematica-cuda = callPackage ../applications/science/math/mathematica {
cudaSupport = true; |
I've just added a comment, please check it out. |
df37bfa
to
d6a592c
Compare
I added my |
Oh right, I recalled the command from my bash history, when |
Description of changes
Things done
This PR upgrades Mathematica to 13.2.0.
Since this version, both installations of local documentation and no local documentation are supported, with the local documentation installation being the default. (#207087)
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes