Commit Graph

321 Commits

Author SHA1 Message Date
Martin Weinelt
28187dfed1
sage: relax networkx constraint 2024-05-10 21:51:12 +02:00
Peder Bergebakken Sundt
db15bbc3d5
treewide: remove unreferenced patch files (#308127)
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2024-05-02 12:41:45 +00:00
Tom Hubrecht
c4168ca616 sage: Fix test failure from scipy upgrade 2024-04-23 16:45:14 +02:00
annalee
6fe5877a49
Merge remote-tracking branch 'upstream/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/colorcet/default.nix
2024-04-02 18:11:12 +00:00
Mauricio Collares
e9488dbea7 sage: work around QuaternionAlgebra random test failure 2024-04-02 13:31:34 +02:00
Martin Weinelt
ea1480099d
Merge pull request #299223 from NixOS/python-updates
[python-updates] 2024-03-24 - selective updates
2024-03-28 05:01:55 +01:00
Martin Weinelt
528354e66c
python312Packages.cython: 0.29.36 -> 3.0.9
Folds the cython_3 attribute into the primary cython attribute and
migrates all packages from the versioned attribute.

The old version will be provided through the cython_0 attribute in an
effort to phase it out.
2024-03-27 18:35:05 +01:00
George Huebner
c8d30c0af9
sage: drop flintqs
FlintQS is no longer maintained and has several bugs.
As of https://github.com/sagemath/sage/pull/35419, all of FlintQS's
functionality is contained within Sage.
2024-03-21 19:33:59 -05:00
Mauricio Collares
e21968aa89
Merge pull request #294062 from collares/sage-10.3
sage: 10.2 -> 10.3
2024-03-20 13:21:12 +01:00
Mauricio Collares
d403e1be7a sage, sageWithDoc: 10.2 -> 10.3 2024-03-20 11:46:58 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Mauricio Collares
4acba6cff5 conway_polynomials: remove 2024-03-11 12:15:40 +01:00
Mauricio Collares
a3c9b3b678 sage: import scipy 1.12 upgrade patch 2024-01-25 19:06:47 +01:00
Mauricio Collares
d37074d8b4 sage, sageWithDoc: 10.0 -> 10.2 2024-01-24 15:26:55 +01:00
Felix Buehler
63f5f08857 python311Packages.zope-*: rename from zope_* 2024-01-06 21:04:16 +01:00
Yongun Seong
2c045c7890
sage: import 10.2.beta3 patches
- fix for ecl >= 23.9.9
- fix for python >= 3.11
2024-01-02 23:04:53 +09:00
Mauricio Collares
43405a49a4 sageWithDoc: import sphinx 7 and 7.2 upgrade patches 2023-10-31 14:02:27 +01:00
Mauricio Collares
54968254b0 sage: add nbclassic dependency 2023-10-20 14:54:45 +02:00
Mauricio Collares
feff64db6e sage: import matplotlib 3.8 upgrade patch 2023-10-16 16:12:12 +02:00
Peder Bergebakken Sundt
470614b671 treewide: Fix typos 2023-09-28 19:06:13 +02:00
Artturin
cf3d29d63f sage: If docs are not enabled then don't include a doc attribute
there should be no doc attribute if docs are not enabled

the doc attribute is used in nixos/documentation.nix

adeb7629fc/nixos/modules/misc/documentation.nix (L342)

the doc will still be built because the doc attribute exists
2023-09-09 23:30:11 +03:00
Mauricio Collares
71e74a395b sage: import test fixes for gmp update 2023-08-23 12:09:01 +02:00
Artturin
9594f53b99 sage.with-env: remove unnecessary makeWrapper
Builds without it, all it seems to be doing is adding `/nix/store/6xfmwacsa9a7mzjjarknf9zg28q67ghq-sage-with-env-10.0/var/lib/sage/installed/make_shell_wrapper-hook`
2023-08-14 23:13:27 +03:00
Mauricio Collares
91c8b652db
Merge pull request #246980 from collares/sage-next-20230728
[staging-next] sage: numpy/scipy upgrade patches
2023-08-05 10:14:27 +02:00
Mauricio Collares
c25f522dda sage: import upstream numpy/scipy upgrade patches 2023-08-02 11:41:20 +02:00
Carl Richard Theodor Schneider
27657a22ba sage: use overrideScope instead of packageOverrides 2023-08-01 15:04:21 +02:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Mauricio Collares
8f216662cb sage: import singular 4.3.2p2 update patch 2023-07-09 12:59:45 +01:00
Mauricio Collares
1104a22962 sage: refresh patches 2023-07-09 12:53:52 +01:00
Felix Buehler
f3719756b5 treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
Mauricio Collares
c88e999122 sage: add meta.platforms 2023-05-22 18:30:39 +02:00
Mauricio Collares
c13e4258f6 sageWithDoc: run src/doc/bootstrap script before docbuild 2023-05-21 22:37:53 +02:00
Mauricio Collares
0edaaae3ff sage: 9.8 -> 10.0 2023-05-21 16:28:24 +02:00
hqurve
547071ee63
sage: expose sage-with-env 2023-05-08 14:40:26 +02:00
Mauricio Collares
058dc0f6df sage: replace ipywidgets workaround by update patches 2023-04-13 22:15:27 +02:00
Weijia Wang
a1e27cf0e9 sage: add libpng to sagelib 2023-03-19 19:33:36 +02:00
Mauricio Collares
c13d98c7bf sage: import python package upgrade fixes 2023-03-19 19:32:56 +02:00
amesgen
70b827c60a
sage: fix build by downgrading maxima to 5.45 2023-03-10 21:55:54 +01:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
Mauricio Collares
f39b777987 sage: 9.7 -> 9.8 2023-02-12 20:46:00 +01:00
Mauricio Collares
b7b53aec79 sage: update readme to reflect trac->gh migration 2023-02-12 20:35:33 +01:00
Mauricio Collares
94f05c2605 sage: backport intermittent test fix 2023-01-20 07:09:29 +01:00
Mauricio Collares
a89dae74dd sage: paper over ipywidgets deprecation warning 2023-01-18 15:56:21 +01:00
Mauricio Collares
59fc1d3647 sageWithDoc: import sphinx 5.1->5.3 upgrade patches 2023-01-18 15:28:06 +01:00
Mauricio Collares
6692659ce6 sage: matplotlib 3.6 upgrade fixes 2023-01-18 14:45:01 +01:00
Martin Weinelt
6bf557fc68 python3Packages.jupyter-core: rename from jupyter_core 2023-01-05 13:20:52 +01:00
Mauricio Collares
3b258a60a6 sage: import pari 2.15.1 update patch 2022-11-27 20:39:59 -03:00
Mauricio Collares
079200691f sage: patches to fix aarch64 crashes and skip known timeout 2022-11-04 16:09:51 -03:00
Mauricio Collares
41b59d27e4 sage: import gap update patch 2022-10-28 18:28:03 -03:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00