From owner-svn-ports-head@freebsd.org Fri Dec 25 08:31:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFB114BACA3; Fri, 25 Dec 2020 08:31:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2KsW4qfYz4gSj; Fri, 25 Dec 2020 08:31:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E3241F7EA; Fri, 25 Dec 2020 08:31:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BP8VBiN054684; Fri, 25 Dec 2020 08:31:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BP8VBjZ054682; Fri, 25 Dec 2020 08:31:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202012250831.0BP8VBjZ054682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 25 Dec 2020 08:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559217 - head/math/singular X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/singular X-SVN-Commit-Revision: 559217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2020 08:31:11 -0000 Author: yuri Date: Fri Dec 25 08:31:10 2020 New Revision: 559217 URL: https://svnweb.freebsd.org/changeset/ports/559217 Log: math/singular: Update 4.1.3p2 .> 4.2.0 Reported by: portscout Modified: head/math/singular/Makefile head/math/singular/distinfo head/math/singular/pkg-plist Modified: head/math/singular/Makefile ============================================================================== --- head/math/singular/Makefile Fri Dec 25 08:17:49 2020 (r559216) +++ head/math/singular/Makefile Fri Dec 25 08:31:10 2020 (r559217) @@ -2,7 +2,7 @@ PORTNAME= singular DISTVERSIONPREFIX= Release- -DISTVERSION= 4-1-3p2 +DISTVERSION= 4-2-0 CATEGORIES= math #MASTER_SITES= ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/${PORTVERSION:C/\./-/g}/ @@ -29,15 +29,21 @@ SHEBANG_FILES= Singular/surfex \ libpolys/libpolys-config.in \ libsingular-config.in -OPTIONS_DEFINE= NTL -OPTIONS_DEFAULT= NTL +OPTIONS_DEFINE= FLINT NTL +OPTIONS_DEFAULT= FLINT NTL OPTIONS_SUB= yes + +FLINT_DESC= Use FLINT library +FLINT_CONFIGURE_ON= --with-flint=${LOCALBASE} +FLINT_CONFIGURE_OFF= --with-flint=no +FLINT_LIB_DEPENDS= libflint.so:math/flint2 + NTL_DESC= Use NTL library +NTL_USES= compiler:c11 +NTL_CONFIGURE_ON= --with-ntl=${LOCALBASE} +NTL_CONFIGURE_OFF= --with-ntl=no NTL_LIB_DEPENDS= libntl.so:math/ntl \ libcddgmp.so:math/cddlib -NTL_CONFIGURE_ON= --with-ntl=${LOCALBASE} --with-flint=no -NTL_CONFIGURE_OFF= --with-ntl=no -NTL_USES= compiler:c11 # not a shebang but "/bin/bash" is hardcoded in some files post-patch: Modified: head/math/singular/distinfo ============================================================================== --- head/math/singular/distinfo Fri Dec 25 08:17:49 2020 (r559216) +++ head/math/singular/distinfo Fri Dec 25 08:31:10 2020 (r559217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599325700 -SHA256 (Singular-Singular-Release-4-1-3p2_GH0.tar.gz) = 08f11f5f1f1570f85413567057cc1d3f42ab03d345bc08e459cc91bf110d8770 -SIZE (Singular-Singular-Release-4-1-3p2_GH0.tar.gz) = 12779738 +TIMESTAMP = 1608880139 +SHA256 (Singular-Singular-Release-4-2-0_GH0.tar.gz) = bdfe6fea1b43adc028f72b93c9590d35308572d59012947ac51ef3e0dc4cbd08 +SIZE (Singular-Singular-Release-4-2-0_GH0.tar.gz) = 12847369 Modified: head/math/singular/pkg-plist ============================================================================== --- head/math/singular/pkg-plist Fri Dec 25 08:17:49 2020 (r559216) +++ head/math/singular/pkg-plist Fri Dec 25 08:31:10 2020 (r559217) @@ -7,6 +7,7 @@ include/factory/cf_gmp.h include/factory/factory.h include/factory/factoryconf.h include/factory/globaldefs.h +include/factory/si_log2.h include/factory/templates/ftmpl_afactor.h include/factory/templates/ftmpl_array.h include/factory/templates/ftmpl_factor.h @@ -128,6 +129,7 @@ include/singular/coeffs/gnumpc.h include/singular/coeffs/gnumpfl.h include/singular/coeffs/longrat.h include/singular/coeffs/modulop.h +include/singular/coeffs/modulop_inl.h include/singular/coeffs/mpr_complex.h include/singular/coeffs/mpr_global.h include/singular/coeffs/ntupel.h @@ -142,11 +144,13 @@ include/singular/kernel/GBEngine/f5data.h include/singular/kernel/GBEngine/f5gb.h include/singular/kernel/GBEngine/f5lists.h include/singular/kernel/GBEngine/janet.h +include/singular/kernel/GBEngine/kChinese.h include/singular/kernel/GBEngine/kInline.h include/singular/kernel/GBEngine/khstd.h include/singular/kernel/GBEngine/kstd1.h include/singular/kernel/GBEngine/kstdfac.h include/singular/kernel/GBEngine/kutil.h +include/singular/kernel/GBEngine/kverify.h include/singular/kernel/GBEngine/nc.h include/singular/kernel/GBEngine/ratgring.h include/singular/kernel/GBEngine/ringgb.h @@ -187,6 +191,7 @@ include/singular/kernel/numeric/mpr_numeric.h include/singular/kernel/oswrapper/feread.h include/singular/kernel/oswrapper/rlimit.h include/singular/kernel/oswrapper/timer.h +include/singular/kernel/oswrapper/vspace.h include/singular/kernel/polys.h include/singular/kernel/preimage.h include/singular/kernel/spectrum/GMPrat.h @@ -241,10 +246,10 @@ include/singular/reporter/reporter.h include/singular/reporter/s_buff.h include/singular/reporter/si_signals.h include/singular/singularconfig.h -lib/libSingular-4.1.3.so +lib/libSingular-4.2.0.so lib/libSingular.a lib/libSingular.so -lib/libfactory-4.1.3.so +lib/libfactory-4.2.0.so lib/libfactory.a lib/libfactory.so %%NTL%%lib/libgfan-0.6.so @@ -253,10 +258,10 @@ lib/libfactory.so lib/libomalloc-0.9.6.so lib/libomalloc.a lib/libomalloc.so -lib/libpolys-4.1.3.so +lib/libpolys-4.2.0.so lib/libpolys.a lib/libpolys.so -lib/libsingular_resources-4.1.3.so +lib/libsingular_resources-4.2.0.so lib/libsingular_resources.a lib/libsingular_resources.so libdata/pkgconfig/Singular.pc @@ -552,11 +557,12 @@ share/ml_singular/extract.lib %%DATADIR%%/LIB/paraplanecurves.lib %%DATADIR%%/LIB/perf.py %%DATADIR%%/LIB/perron.lib +%%DATADIR%%/LIB/pfd.lib %%DATADIR%%/LIB/phindex.lib %%DATADIR%%/LIB/pointid.lib -%%DATADIR%%/LIB/poly.lib %%DATADIR%%/LIB/polybori.lib %%DATADIR%%/LIB/polyclass.lib +%%DATADIR%%/LIB/polylib.lib %%DATADIR%%/LIB/polymake.lib %%DATADIR%%/LIB/presolve.lib %%DATADIR%%/LIB/primdec.lib @@ -599,6 +605,7 @@ share/ml_singular/extract.lib %%DATADIR%%/LIB/spcurve.lib %%DATADIR%%/LIB/spectrum.lib %%DATADIR%%/LIB/standard.lib +%%DATADIR%%/LIB/stanleyreisner.lib %%DATADIR%%/LIB/stratify.lib %%DATADIR%%/LIB/surf.lib %%DATADIR%%/LIB/surf_jupyter.lib