mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/singular: update 4-4-0 → 4-4-1
This commit is contained in:
parent
338a47632e
commit
6e6e570c7e
4 changed files with 10 additions and 26 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]);}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue