Commit graph

125 commits

Author SHA1 Message Date
Doron Behar d8ac078493 octavePackages.ltfat: remove old syntax-error.patch 2023-04-17 23:52:01 +03:00
Doron Behar cd439c64b0 octavePackages.stk: update source URL 2023-04-17 23:43:54 +03:00
Doron Behar 4463a6c2c4 octavePackages.ltfat: update source URL 2023-04-17 23:25:30 +03:00
Karl Hallsby d77e1a6daf octavePackages.control: update 3.5.1 -> 3.5.2
Also update to use the GitHub version of control, as development has
moved there from SourceForge and 3.5.1 is no longer obtainable from
SourceForge.

Add autoreconfHook so that config.h header is generated for control by
control.
This seems to be a regression, as 3.5.1 and earlier should have been
building fine without it?
2023-04-13 15:06:29 -05:00
Doron Behar e6dbca903e
Merge pull request #223237 from r-ryantm/auto-update/octave
octave: 7.3.0 -> 8.1.0
2023-03-28 12:00:24 -07:00
Doron Behar 1403166764 octave.pkgs.tisean: mark as broken 2023-03-28 19:37:07 +03:00
Doron Behar ffbdb8b3d9 octave.pkgs.parallel: mark as broken 2023-03-28 19:33:05 +03:00
Doron Behar 5390b40756 octave.pkgs.level-set: mark as broken 2023-03-28 19:09:43 +03:00
Doron Behar b89c975ca4 octave.pkgs.image-aquisition: mark as broken 2023-03-28 19:09:22 +03:00
Doron Behar 73b6b55ab2 octave.pkgs.database: Fix c_verror issue 2023-03-28 14:44:54 +03:00
Doron Behar 46293d2b9a octave.pkgs: Update all with script 2023-03-28 13:40:44 +03:00
github-actions[bot] 705ac3185e
Merge master into staging-next 2023-03-23 06:01:22 +00:00
Doron Behar e8afe3afc4 octavePackages.statistics: 1.5.2 → 1.5.4 2023-03-22 20:22:57 +02:00
Karl Hallsby 3d87986dd0 octavePackages.mapping: add gdal library for reading raster files 2023-03-22 20:22:57 +02:00
Karl Hallsby 59742a5e04 octavePackages.octproj: unmark as broken
This package broke when Octave went to version 7.1.
nixpkgs commit 8399907be3 fixed this.

Octave's 7.2 release built the fix into Octave itself, so this is also
a non-issue now.
2023-03-22 20:22:57 +02:00
Karl Hallsby 45b015a165 octavePackages: use alternative fetchers for moved projects
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.
2023-03-22 20:22:56 +02:00
Karl Hallsby 525ba3e492 octavePackages.strings: add pkg-config for build to pick up pcre(2) 2023-03-22 20:22:56 +02:00
Karl Hallsby be699cf06b octavePackages: run update script on all packages
octavePackages.arduino: 0.7.0 -> 0.10.0

octavePackages.audio: 2.0.3 -> 2.0.5

octavePackages.bim: 1.1.5 -> 1.1.6

octavePackages.communications: 1.2.3 -> 1.2.4

octavePackages.control: 3.3.1 -> 3.4.0

octavePackages.dicom: 0.4.0 -> 0.5.1

octavePackages.ga: 0.10.2 -> 0.10.3

octavePackages.general: 2.1.1 -> 2.1.2

octavePackages.generate_html: 0.3.2 -> 0.3.3

octavePackages.image: 2.12.0 -> 2.14.0

octavePackages.instrument-control: 0.7.0 -> 0.8.0

octavePackages.interval: 3.2.0 -> 3.2.1

octavePackages.io: 2.6.3 -> 2.6.4

octavePackages.mapping: 1.4.1 -> 1.4.2

octavePackages.msh: 1.0.10 -> 1.0.12

octavePackages.nan: 3.6.0 -> 3.7.0

octavePackages.ncarray: 1.0.4 -> 1.0.5

octavePackages.netcdf: 1.0.14 -> 1.0.16

octavePackages.ocl: 1.1.1 -> 1.2.0

octavePackages.octclip: 2.0.1 -> 2.0.3

octavePackages.octproj: 2.0.1 -> 3.0.2

octavePackages.optim: 1.6.1 -> 1.6.2

octavePackages.optiminterp: 0.3.6 -> 0.3.7

octavePackages.signal: 1.4.2 -> 1.4.3

octavePackages.sockets: 1.2.1 -> 1.4.0

octavePackages.statistics: 1.4.2 -> 1.5.2

octavePackages.stk: 2.6.1 -> 2.7.0

octavePackages.strings: 1.2.0 -> 1.3.0

octavePackages.struct: 1.0.17 -> 1.0.18

octavePackages.video: 2.0.0 -> 2.0.2

octavePackages.windows: 1.6.1 -> 1.6.3

octavePackages.zeromq: 1.5.3 -> 1.5.5
2023-03-15 15:58:02 +02:00
Atemu 9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
Nick Cao b297a88a9f
Merge pull request #201316 from ryantrinkle/octave-image-2.14.0
octavePackages.image: 2.12.0 -> 2.14.0
2023-01-14 11:59:15 +08:00
figsoda ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Ryan Trinkle 9301018d90 octavePackages.image: 2.12.0 -> 2.14.0 2022-11-15 09:13:24 -04:00
Christian Kögler 1cf2f41eac
Merge pull request #188443 from rantlivelintkale/fix/octavePackages.singal-update
octavePackages.signal: 1.4.1 -> 1.4.2
2022-10-14 22:32:28 +02:00
QuantMint 6c7d5e25b5 octavePackages.symbolic: unstable-2021-10-16 -> 3.0.1 2022-09-23 09:46:22 +02:00
QuantMint 57a34672ca octavePackages.symbolic: format 2022-09-23 09:40:39 +02:00
Veikka Valtteri Kallinen 609fb5b5ab
octavePackages.signal: 1.4.1 -> 1.4.2 2022-08-27 01:49:02 +03:00
Will Cohen 72f4cf36bd octavePackages.octproj: mark as broken 2022-04-29 16:08:44 -04:00
hqurve 22d5fde0ee octavePackages.symbolic: 2.9.0 -> unstable-2021-10-16
Fixes https://github.com/NixOS/nixpkgs/issues/160381

https://github.com/cbm755/octsympy/issues/1023 previously prevented us
from using sympy 1.6+.
This issue has since been resolved however, no new tag nor release has
been made.
2022-02-17 18:03:27 -04:00
Bobby Rong 8ddd186887
Merge pull request #155239 from Atemu/update/mlterm
mlterm: 3.9.1 -> 3.9.2
2022-01-18 13:37:45 +08:00
Atemu b93eef4add octavePackages.miscellaneous: remove mlterm buildInput
Doesn't seem necessary, approved by maintainer:

https://github.com/NixOS/nixpkgs/pull/155239#issuecomment-1014775861
2022-01-17 19:49:03 +01:00
OPNA2608 a1dc23c17f octavePackages.video: Mark broken on Darwin 2021-12-26 23:41:25 +01:00
OPNA2608 fe5e896f47 octavePackages.tisean: Mark broken on Darwin 2021-12-26 23:41:16 +01:00
OPNA2608 b17386836d octavePackages.strings: Mark broken on Darwin 2021-12-26 23:41:06 +01:00
OPNA2608 af8c2038fd octavePackages.ocl: Mark broken on Darwin 2021-12-26 23:40:58 +01:00
OPNA2608 183a8e9846 octavePackages.level-set: Mark broken on Darwin 2021-12-26 23:40:50 +01:00
OPNA2608 26a59d4242 octavePackages.gsl: Mark broken on Darwin 2021-12-26 23:40:32 +01:00
Felix Bühler ad4b1eb161
arduino: use buildFHSUserEnv to support compilation of boards (#144772) 2021-12-06 11:06:39 -05:00
Karl Hallsby 282f76086f octavePackages.tsa: 4.6.2 -> 4.6.3 2021-11-01 16:21:22 -05:00
Karl Hallsby 7b8dd9515e octavePackages.nan: 3.5.3 -> 3.6.0 2021-11-01 16:21:22 -05:00
Karl Hallsby 1203df184a octavePackages.zeromq: 1.5.2 -> 1.5.3 2021-11-01 16:21:22 -05:00
Karl Hallsby 637ddb776c octavePackages.sparsersb: 1.0.8 -> 1.0.9 2021-11-01 16:21:21 -05:00
Karl Hallsby 098b0a2df3 octavePackages.control: 3.3.0 -> 3.3.1 2021-11-01 16:21:21 -05:00
Karl Hallsby 4a2a66bb6d octavePackages.audio: 2.0.2 -> 2.0.3 2021-11-01 16:21:21 -05:00
Karl H 0b0e76080a
octavePackages.nan: 3.5.2 -> 3.5.3 (#127757) 2021-06-22 15:45:40 +02:00
Karl H 67323a4793
octavePackages.matgeom: 1.2.2 -> 1.2.3 (#127756) 2021-06-22 15:45:27 +02:00
Karl H aed8a199de
octavePackages.windows: 1.5.0 -> 1.6.1 (#127755) 2021-06-22 15:45:16 +02:00
Karl H 2d4660ce76
octavePackages.struct: 1.0.16 -> 1.0.17 (#127754) 2021-06-22 15:45:10 +02:00
Karl H b97b0f4a94
octavePackages.splines: 1.3.3 -> 1.3.4 (#127753) 2021-06-22 15:44:52 +02:00
Karl H b71f5ce78f
octavePackages.optim: 1.6.0 -> 1.6.1 (#127751) 2021-06-22 15:44:41 +02:00
Karl H 7e0e1eb9ca
octavePackages.parallel: 4.0.0 -> 4.0.1 (#127752) 2021-06-22 15:44:29 +02:00