aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-08 22:34:19 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-09 17:45:08 +0200
commit5e58c5f900e51c4dd89de8a4518c5bb13581f3c6 (patch)
treeecfdc6ec9ed518874416d213b8be0fa9891d2461 /pkgs/applications/science/math
parent9175a201bbb28e679d72e9f7d28c84ab7d1f742b (diff)
sympow: 1.018.1 -> 2.023.4
Maintenance taken over by debian package maintainer jgmbenoit: https://trac.sagemath.org/ticket/3360#comment:17 This moves sympow to his fork, since there is no offical version-controlled source repository from the original author and they do not seem to maintain sympow anymore. We had already accumulated quite some patches from debian, who have effectively maintained sympow for a while now.
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/sage-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/sage/sage-tests.nix b/pkgs/applications/science/math/sage/sage-tests.nix
index 591fa192d56..3e3c32b2c8d 100644
--- a/pkgs/applications/science/math/sage/sage-tests.nix
+++ b/pkgs/applications/science/math/sage/sage-tests.nix
@@ -3,7 +3,7 @@
, sage-with-env
, makeWrapper
, files ? null # "null" means run all tests
-, longTests ? true # run tests marked as "long time" (roughly doubles runtime)
+, longTests ? false # run tests marked as "long time" (roughly doubles runtime)
# Run as many tests as possible in approximately n seconds. This will give each
# file to test a "time budget" and stop tests if it is exceeded. 300 is the
# upstream default value.