rafaelrc7
0bd493d85d
mathematica: add rafaelrc to maintainers
2023-11-27 17:10:58 -03:00
rafaelrc7
cc1b0c4091
mathematica: 13.3.0 -> 13.3.1
2023-11-26 19:43:17 -03:00
Valentin Boettcher
ff73ec1d6d
mathematica: enable wayland support
2023-07-26 10:03:01 -04:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
...
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value
fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
dev-null-undefined
76177da5c0
mathematica: 13.2.1 -> 13.3.0
2023-07-06 14:20:10 +02:00
Felix Buehler
04512a32bf
mathematica{9,10,11}: deprecate phases
2023-06-02 18:10:52 +02:00
Ksenia Portu
912441ef4f
mathematica: 13.2.0 -> 13.2.1
2023-02-22 10:15:05 +05:00
Doron Behar
a40405b971
Merge pull request #207697 from herberteuler/fix/mathematica-13.2.0
...
mathematica: 13.1.0 -> 13.2.0
2022-12-31 22:24:10 +02:00
Doron Behar
d6a592c02e
mathematica: Add 13.1.0 webdoc=true source hash
2022-12-31 21:31:45 +02:00
Guanpeng Xu
ee5237701e
mathematica: document the command for calculating hashes
2022-12-31 22:55:38 +08:00
Guanpeng Xu
34cd4905d1
mathematica: use installer name to decide if it contains local docs
2022-12-25 23:29:09 +08:00
Guanpeng Xu
ca595aca5b
mathematica: 13.1.0 -> 13.2.0
2022-12-25 22:54:19 +08:00
Doron Behar
914b07da7d
Mathematica: Allow overriding src directly.
2022-12-21 12:46:13 +02:00
Guanpeng Xu
34b08c6c34
mathematica: 13.0.1 -> 13.1.0
2022-09-18 08:33:27 +02:00
Doron Behar
07328220b6
mathematica: set QT_QPA_PLATFORM to xcb ( #178991 )
2022-06-25 18:17:44 +00:00
FliegendeWurst
04f2eb1b0a
mathematica: mark meta.sourceProvenance
2022-06-13 18:55:15 +08:00
Guanpeng Xu
cefda1c7ca
Mathematica: refactored ( #172136 )
2022-05-13 14:16:50 +00:00
qbg
f4f52d9d70
mathematica: 13.0.0 -> 13.0.1
...
https://wolfram.com/mathematica/quick-revision-history.html#v130
2022-02-19 11:26:53 -06:00
Armeen Mahdian
2d207146ee
mathematica: Refactor install process with autoPatchelfHook ( #154295 )
...
- Call appropriate hooks at beginning/end of each phase
- No longer assume current working dir in installPhase
- Add support for udev rules installation (required for VernierLink)
- Use -verbose with MathInstaller for detailed progress
- Use patchShebangs or MathInstaller
- Remove broken hostname call, root user check, and Avahi daemon
check in MathInstaller
- Add proper error checking after MathInstaller call
- Skip configure phase
- Create wrappers for relevant executables
- Set $HOME to $TMPDIR/home temporarily so MathInstaller
succeeds
- Replace dd with tail for simplicity and performance
2022-01-19 12:35:38 -05:00
qbg
24111d6a7a
mathematica: 12.3.1 -> 13.0.0 ( #151213 )
...
https://wolfram.com/mathematica/quick-revision-history.html#v130
2021-12-18 23:24:27 -05:00
qbg
b5b4a6ac4f
mathematica: Install desktop items ( #147641 )
2021-12-02 15:17:23 +02:00
Felix Buehler
b52ab3b712
pkgs/applications: rename name to pname&version part 2
2021-11-07 14:53:06 +01:00
FliegendeWurst
5a1b72a6b1
mathematica: 12.3.0 -> 12.3.1
2021-07-15 15:29:33 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
FliegendeWurst
09127f1415
mathematica: 12.2.0 -> 12.3.0
2021-06-05 11:32:04 +02:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Pavol Rusnak
1017eb06b1
Merge pull request #101227 from herberteuler/fix/mathematica-12.1.1-opencv4
...
mathematica: use opencv4
2020-12-29 23:41:09 +01:00
FliegendeWurst
e49c1a0027
mathematica: 12.1.1 -> 12.2.0 ( #107309 )
2020-12-21 12:55:28 -05:00
Ben Gamari
7263f7c433
mathematica: Prefer building locally ( #100856 )
...
There is little benefit to copying a 4GB tarball over the network,
just to perform an I/O-bound operation and then copy the
multi-gigabyte result back.
2020-11-19 19:42:22 -05:00
Guanpeng Xu
efe94c085b
mathematica: use opencv4
...
The default opencv2 is marked broken at 5e68d203
, and it is suggested
there that the current release is 4.x.
2020-10-21 08:36:54 +08:00
Wulfsta
77143fc628
mathematica: fix libQt errors
2020-10-11 15:49:11 +02:00
Henri Menke
e1f177fab2
mathematica: 12.1.0 -> 12.1.1
2020-08-24 11:36:59 +12:00
Doron Behar
53effac040
mathematica: explicitly use opencv2
2020-05-05 13:48:55 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Guanpeng Xu
d2702c915f
mathematica: 12.0.0 -> 12.1.0
2020-03-29 14:38:33 +02:00
Guanpeng Xu
66d5277375
mathematica: fix version issue with zlib ( #73425 )
2019-11-14 17:19:30 -05:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Guanpeng Xu
6988b0b929
mathematica: 11.3.0 -> 12.0.0 ( #65031 )
...
* mathematica: archive version 11
* mathematica: 11.3.0 -> 12.0.0
2019-07-23 22:23:00 +02:00
Artemis Tosini
51a2a08d6e
mathematica: 11.2.0 -> 11.3.0
...
Note that this only affects the English version, as I do not have access
to the hash for the Japanese version.
2019-01-25 15:29:02 +00:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
Lengyel Balazs
1f1e16af73
mathematica: add mesa, fix libGL.so.1 not found
messages
2018-05-04 13:10:26 +02:00
Mitsuhiro Nakamura
1ed47cf214
mathematica: enable installation of localized editions
...
For now English (default) and Japanese editions only.
Fill out information in `l10ns.nix` to add the other localized editions.
Example usage: `mathematica.override { lang = "ja"; }` derives Japanese edition.
2018-01-19 21:42:52 +09:00
Guanpeng Xu
2eeb00441d
Mathematica: 11.0.1 -> 11.2.0
2017-10-05 07:54:16 +02:00
Frederik Rietdijk
006edcc316
Merge pull request #27440 from mnacamura/mathematica11_fix_ldpath
...
mathematica: fix library paths
2017-08-13 22:55:18 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Mitsuhiro Nakamura
fb2302e115
Add missing 'math'
2017-07-19 17:39:36 +09:00