nixpkgs/pkgs/applications/science/math
Artturin e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
..
adolc
almonds
bcal treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
bliss treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
caffe treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
calc
calculix
cbc tree-wide: remove eelco as maintainer from things he no longer maintains 2024-08-21 01:17:45 -07:00
cemu-ti treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
clp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
colpack treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cplex cplex: 12.08 -> 22.11 2024-08-30 08:25:02 +02:00
csdp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ecm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
eigenmath eigenmath: 3.27-unstable-2024-08-24 -> 3.27-unstable-2024-09-15 2024-09-20 10:12:53 +00:00
engauge-digitizer
eukleides
form treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
fricas fricas: 1.3.10 -> 1.3.11 2024-06-30 04:03:36 +00:00
gap gap: fix build on darwin 2024-09-02 15:29:55 -05:00
geogebra treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
getdp petsc: moved mpiSupport flag to passthru 2024-08-24 12:10:31 +00:00
gfan gfan: fix to pass sage doctests on clang 2024-09-02 15:29:55 -05:00
giac treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ginac treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
glsurf treewide: replace freeglut with libglut 2024-06-22 18:06:51 +01:00
gmsh treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gretl treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
gurobi gurobi: 11.0.2 -> 11.0.3 2024-07-17 04:51:04 +02:00
hmetis
jags
labplot
LiE treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lp_solve treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lrcalc
mathematica mathematica: 14.0.0 -> 14.1.0 2024-09-22 12:23:02 +01:00
mathmod treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
maxima maxima: add patch for CVE-2024-34490 2024-07-22 18:58:55 +01:00
mpsolve
msieve Update from r1050 to r1056 2024-07-07 18:12:19 +08:00
mxnet treewide: use apache mirror where possible 2024-07-17 11:22:33 +02:00
nasc
nauty
nota treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
numworks-epsilon numworks-epsilon: 23.2.2 -> 23.2.3 2024-07-22 08:55:16 +00:00
pagsuite
palp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pari treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pcalc
perseus treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
polymake
programmer-calculator treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pspp treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pynac
qalculate-gtk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
qalculate-qt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
R treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ratpoints treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
readstat
ries
ripser ripser: remove 'with lib;' 2024-08-16 16:09:03 +02:00
rofi-calc
sage treewide: follow editorconfig 2024-09-13 18:17:51 +03:00
scalp treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
scilab-bin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
singular treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
speedcrunch treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
symmetrica symmetrica: compile for c99 2024-09-16 13:10:51 +02:00
weka
wolfram-engine Merge pull request #334889 from fedeinthemix/wolfram-engine-update 2024-08-22 11:21:33 +02:00
wxmaxima adwaita-icon-theme: Move from gnome scope to top-level 2024-07-01 08:26:46 +02:00
yacas treewide: remove viric from meta.maintainers [orphans] 2024-07-28 11:48:51 -03:00
zegrapher treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00