Date: Sat, 18 Jan 2025 09:52:27 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e6e570c7e9b - main - math/singular: update 4-4-0 =?utf-8?Q?=E2=86=92?= 4-4-1 Message-ID: <202501180952.50I9qRpC098825@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6e570c7e9b69c23eb915dfa49a9542f51ae213 commit 6e6e570c7e9b69c23eb915dfa49a9542f51ae213 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-18 09:31:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-18 09:52:23 +0000 math/singular: update 4-4-0 → 4-4-1 --- math/singular/Makefile | 2 +- math/singular/distinfo | 6 +++--- math/singular/files/patch-gfanlib_gfanlib__matrix.h | 18 ------------------ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501180952.50I9qRpC098825>