The `statistics` package is one of a few Octave packages that produce
graphs as part of their test suite. So these require a plotting and
graphics library to actually produce the plots.
Add them so that `passthru.tests.testOctavePkgTests` work and pass,
and so automated GitHub updates by r-ryantm work.
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19.tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
Many projects moved from SourceForge to other hosting sites. Use an
appropriate fetcher for each of the packages that have moved to the
new sites.
octavePackages.bim: fetchurl -> fetchFromGitHub
There was a migration from SourceForge to GitHub by the authors.
octavePackages.msh: fetchurl -> fetchFromGitHub
There was a migration from SourceForge to GitHub by the authors.
octavePackages.statistics: fetchurl -> fetchFromGitHub
There was a migration from SourceForge to GitHub by the authors.
octavePackages.octclip: fetchurl -> fetchFromBitbucket
There was a migration from SourceForge to Bitbucket by the authors.
octavePackages.geometry: fetchurl -> fetchhg
Release 4.0.0 is broken. Revision
04965cda30b5f9e51774194c67879e7336df1710 was made shortly thereafter,
fixing a compilation bug.
The bug in question:
polygon.cpp:208:22:
error: static assertion failed: comparison object must be invocable as const
is_invocable_v<const _Compare&, const _Key&, const _Key&>,
octavePackages.octproj: fetchurl -> fetchFromBitbucket
There was a migration from SourceForge to Bitbucket by the authors.