sagemath: revbump for singular
This commit is contained in:
parent
1746703145
commit
489ff32ae0
13
srcpkgs/sagemath/patches/37763-scipy_1.13.patch
Normal file
13
srcpkgs/sagemath/patches/37763-scipy_1.13.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/sage/matrix/matrix_double_dense.pyx b/src/sage/matrix/matrix_double_dense.pyx
|
||||
index 6877a924de2..a01defad999 100644
|
||||
--- a/src/sage/matrix/matrix_double_dense.pyx
|
||||
+++ b/src/sage/matrix/matrix_double_dense.pyx
|
||||
@@ -3683,7 +3683,7 @@ cdef class Matrix_double_dense(Matrix_numpy_dense):
|
||||
sage: A = matrix(CDF, 2, [1,2+I,3*I,4]); A # needs sage.symbolic
|
||||
[ 1.0 2.0 + 1.0*I]
|
||||
[ 3.0*I 4.0]
|
||||
- sage: A.exp() # tol 1.1e-14 # needs sage.symbolic
|
||||
+ sage: A.exp() # tol 3e-14 # needs sage.symbolic
|
||||
[-19.614602953804912 + 12.517743846762578*I 3.7949636449582176 + 28.88379930658099*I]
|
||||
[ -32.383580980922254 + 21.88423595789845*I 2.269633004093535 + 44.901324827684824*I]
|
||||
|
@ -22,3 +22,4 @@ cd $(dirname "$0")
|
||||
|
||||
# needs review
|
||||
get_pr 37492 "singular 4.3.2p16"
|
||||
get_pr 37763 "scipy 1.13"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'sagemath'
|
||||
pkgname=sagemath
|
||||
version=10.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc=pkgs/sagemath-standard
|
||||
build_style=python3-pep517
|
||||
make_build_args="--skip-dependency-check"
|
||||
|
Loading…
Reference in New Issue
Block a user