diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-18 09:31:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-18 09:52:23 +0000 |
commit | 6e6e570c7e9b69c23eb915dfa49a9542f51ae213 (patch) | |
tree | 6df47690533fc6701d5fbfc88016d522677becf9 | |
parent | 338a47632e418ea1525fd77356d965c5d94bc6f2 (diff) |
math/singular: update 4-4-0 → 4-4-1
-rw-r--r-- | math/singular/Makefile | 2 | ||||
-rw-r--r-- | math/singular/distinfo | 6 | ||||
-rw-r--r-- | math/singular/files/patch-gfanlib_gfanlib__matrix.h | 18 | ||||
-rw-r--r-- | math/singular/pkg-plist | 10 |
4 files changed, 10 insertions, 26 deletions
diff --git a/math/singular/Makefile b/math/singular/Makefile index 4ee7524d4875..bd63862b1669 100644 --- a/math/singular/Makefile +++ b/math/singular/Makefile @@ -26,7 +26,7 @@ USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= Singular GH_PROJECT= Singular -GH_TAGNAME= Release-4-4-0p7 +GH_TAGNAME= Release-4-4-1 SHEBANG_FILES= Singular/surfex \ libpolys/libpolys-config.in \ diff --git a/math/singular/distinfo b/math/singular/distinfo index 4b474eec5e0b..d317535ba5a7 100644 --- a/math/singular/distinfo +++ b/math/singular/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1733988731 +TIMESTAMP = 1737180241 SHA256 (singular/doc.tbz2) = 10334afd99fe3a3e91669185ef5c104a25c97f0fd0dd6c53d98b47d5243df939 SIZE (singular/doc.tbz2) = 3976252 -SHA256 (singular/Singular-Singular-4.4.0.7-Release-4-4-0p7_GH0.tar.gz) = b32bc12fe69402d7afd1bb09d65784ea3a8717f8adfa36358a298d7a9bc96fcb -SIZE (singular/Singular-Singular-4.4.0.7-Release-4-4-0p7_GH0.tar.gz) = 13835252 +SHA256 (singular/Singular-Singular-4.4.1-Release-4-4-1_GH0.tar.gz) = f10e47151bebc61b6d188c026acdcddfa46cbd6303ac512c2b9913b41242b7f8 +SIZE (singular/Singular-Singular-4.4.1-Release-4-4-1_GH0.tar.gz) = 13849477 diff --git a/math/singular/files/patch-gfanlib_gfanlib__matrix.h b/math/singular/files/patch-gfanlib_gfanlib__matrix.h deleted file mode 100644 index 9182f3f85021..000000000000 --- a/math/singular/files/patch-gfanlib_gfanlib__matrix.h +++ /dev/null @@ -1,18 +0,0 @@ ---- gfanlib/gfanlib_matrix.h.orig 2024-12-18 20:07:20 UTC -+++ gfanlib/gfanlib_matrix.h -@@ -115,6 +115,7 @@ template <class typ> class Matrix{ (public) - p[i][j]=s*(q[i][j]); - return p; - } -+ /* - friend Matrix operator*(const Matrix& a, const Matrix& b) - { - assert(a.width==b.height); -@@ -123,6 +124,7 @@ template <class typ> class Matrix{ (public) - ret[i]=a.vectormultiply(b.column(i)); - return ret.transposed(); - } -+ */ - /* template<class T> - Matrix<T>(const Matrix<T>& c):v(c.size()){ - for(int i=0;i<size();i++)v[i]=typ(c[i]);} diff --git a/math/singular/pkg-plist b/math/singular/pkg-plist index 4d2f820190ac..8e48af96aac8 100644 --- a/math/singular/pkg-plist +++ b/math/singular/pkg-plist @@ -229,19 +229,19 @@ include/singular/reporter/reporter.h include/singular/reporter/s_buff.h include/singular/reporter/si_signals.h include/singular/singularconfig.h -lib/libSingular-4.4.0.so +lib/libSingular-4.4.1.so lib/libSingular.a lib/libSingular.so -lib/libfactory-4.4.0.so +lib/libfactory-4.4.1.so lib/libfactory.a lib/libfactory.so lib/libomalloc-0.9.6.so lib/libomalloc.a lib/libomalloc.so -lib/libpolys-4.4.0.so +lib/libpolys-4.4.1.so lib/libpolys.a lib/libpolys.so -lib/libsingular_resources-4.4.0.so +lib/libsingular_resources-4.4.1.so lib/libsingular_resources.a lib/libsingular_resources.so lib/singular/MOD/cohomo.a @@ -507,6 +507,8 @@ share/ml_singular/extract.lib %%DATADIR%%/LIB/moddiq.lib %%DATADIR%%/LIB/modfinduni.lib %%DATADIR%%/LIB/modnormal.lib +%%DATADIR%%/LIB/modprimdec.lib +%%DATADIR%%/LIB/modquotient.lib %%DATADIR%%/LIB/modstd.lib %%DATADIR%%/LIB/modular.lib %%DATADIR%%/LIB/modules.lib |