From owner-svn-ports-all@freebsd.org Wed Jun 10 18:15:25 2020 Return-Path: Delivered-To: svn-ports-all@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 04C4233B9EE; Wed, 10 Jun 2020 18:15:25 +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 49hwC06LRDz4Mbd; Wed, 10 Jun 2020 18:15:24 +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 D4EE7B121; Wed, 10 Jun 2020 18:15:24 +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 05AIFOVZ062404; Wed, 10 Jun 2020 18:15:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05AIFMm6062393; Wed, 10 Jun 2020 18:15:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006101815.05AIFMm6062393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Jun 2020 18:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538421 - in head/math: arb eclib flint2 libnormaliz linbox mppp pynac X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: arb eclib flint2 libnormaliz linbox mppp pynac X-SVN-Commit-Revision: 538421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 18:15:25 -0000 Author: yuri Date: Wed Jun 10 18:15:22 2020 New Revision: 538421 URL: https://svnweb.freebsd.org/changeset/ports/538421 Log: math/flint2: Update g20190210 -> 2.6.0 Bump 6 depending ports. Reported by: portscout Modified: head/math/arb/Makefile head/math/eclib/Makefile head/math/flint2/Makefile head/math/flint2/distinfo head/math/flint2/pkg-plist head/math/libnormaliz/Makefile head/math/linbox/Makefile head/math/mppp/Makefile head/math/pynac/Makefile Modified: head/math/arb/Makefile ============================================================================== --- head/math/arb/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/arb/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -2,6 +2,7 @@ PORTNAME= arb DISTVERSION= 2.18.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/eclib/Makefile ============================================================================== --- head/math/eclib/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/eclib/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -3,6 +3,7 @@ PORTNAME= eclib PORTVERSION= 20190909 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/flint2/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -1,14 +1,10 @@ # $FreeBSD$ PORTNAME= flint2 -DISTVERSION= g20190210 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.6.0 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ -PATCHFILES= a143883797f27f853332adbee09b76f48b5fbfaf.patch:-p1 \ - 1266c04004a846221491cb005fc8ba45cd3c75f4.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= Fast library for number theory @@ -18,21 +14,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= compiler:c++11-lang gmake -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= wbhart -GH_TAGNAME= 2baa9bc USE_LDCONFIG= yes -OPTIONS_DEFINE= NTL -OPTIONS_DEFAULT=NTL +OPTIONS_DEFINE= NTL +OPTIONS_DEFAULT= NTL -NTL_DESC= Victor Shoup's Number Theory Library (used by SageMath) +NTL_DESC= Victor Shoup's Number Theory Library +NTL_CMAKE_BOOL= WITH_NTL NTL_LIB_DEPENDS= libntl.so:math/ntl -NTL_CONFIGURE_WITH= ntl -TEST_TARGET= check +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Modified: head/math/flint2/distinfo ============================================================================== --- head/math/flint2/distinfo Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/flint2/distinfo Wed Jun 10 18:15:22 2020 (r538421) @@ -1,7 +1,3 @@ -TIMESTAMP = 1580761062 -SHA256 (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = e3c085121f481992af84330ae76b47015bd22bffb078432a197e325855d667d5 -SIZE (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = 4130197 -SHA256 (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 16e16aa60a825008371f4a723d6ad6861999fc1ce9877d372464944a77337441 -SIZE (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 1205 -SHA256 (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = c4c7903c98323437a3226af05e9a14398b8944ab8c8c00e6a4dfd1b29e56c651 -SIZE (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = 1577 +TIMESTAMP = 1591807625 +SHA256 (wbhart-flint2-v2.6.0_GH0.tar.gz) = 87a7de27c31897364a70b74724086dac8ec520416b0212ac4a8204ae648f7395 +SIZE (wbhart-flint2-v2.6.0_GH0.tar.gz) = 4517991 Modified: head/math/flint2/pkg-plist ============================================================================== --- head/math/flint2/pkg-plist Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/flint2/pkg-plist Wed Jun 10 18:15:22 2020 (r538421) @@ -2,32 +2,21 @@ include/flint/NTL-interface.h include/flint/aprcl.h include/flint/arith.h include/flint/arithxx.h -include/flint/config.h include/flint/d_mat.h include/flint/d_vec.h +include/flint/default_rules.h include/flint/double_extras.h +include/flint/evaluation_tools.h include/flint/exception.h +include/flint/expression.h +include/flint/expression_traits.h include/flint/fft.h include/flint/fft_tuning.h +include/flint/flint-config.h include/flint/flint.h +include/flint/flint_classes.h +include/flint/flint_exception.h include/flint/flintxx.h -include/flint/flintxx/default_rules.h -include/flint/flintxx/evaluation_tools.h -include/flint/flintxx/expression.h -include/flint/flintxx/expression_traits.h -include/flint/flintxx/flint_classes.h -include/flint/flintxx/flint_exception.h -include/flint/flintxx/forwarding.h -include/flint/flintxx/frandxx.h -include/flint/flintxx/ltuple.h -include/flint/flintxx/matrix.h -include/flint/flintxx/mp.h -include/flint/flintxx/rules.h -include/flint/flintxx/stdmath.h -include/flint/flintxx/traits.h -include/flint/flintxx/traits_fwd.h -include/flint/flintxx/tuple.h -include/flint/flintxx/vector.h include/flint/fmpq.h include/flint/fmpq_mat.h include/flint/fmpq_matxx.h @@ -43,6 +32,9 @@ include/flint/fmpz_factorxx.h include/flint/fmpz_lll.h include/flint/fmpz_mat.h include/flint/fmpz_matxx.h +include/flint/fmpz_mod.h +include/flint/fmpz_mod_mat.h +include/flint/fmpz_mod_mpoly.h include/flint/fmpz_mod_poly.h include/flint/fmpz_mod_poly_factor.h include/flint/fmpz_mod_poly_factorxx.h @@ -59,10 +51,14 @@ include/flint/fmpz_polyxx.h include/flint/fmpz_vec.h include/flint/fmpz_vecxx.h include/flint/fmpzxx.h +include/flint/forwarding.h include/flint/fq.h +include/flint/fq_embed.h +include/flint/fq_embed_templates.h include/flint/fq_mat.h include/flint/fq_mat_templates.h include/flint/fq_nmod.h +include/flint/fq_nmod_embed.h include/flint/fq_nmod_mat.h include/flint/fq_nmod_mpoly.h include/flint/fq_nmod_poly.h @@ -76,14 +72,20 @@ include/flint/fq_templates.h include/flint/fq_vec.h include/flint/fq_vec_templates.h include/flint/fq_zech.h +include/flint/fq_zech_embed.h include/flint/fq_zech_mat.h include/flint/fq_zech_poly.h include/flint/fq_zech_poly_factor.h include/flint/fq_zech_vec.h +include/flint/frandxx.h +include/flint/gettimeofday.h include/flint/gmpcompat.h include/flint/hashmap.h include/flint/long_extras.h include/flint/longlong.h +include/flint/ltuple.h +include/flint/matrix.h +include/flint/mp.h include/flint/mpf_mat.h include/flint/mpf_vec.h include/flint/mpfr_mat.h @@ -112,9 +114,16 @@ include/flint/profiler.h include/flint/qadic.h include/flint/qadicxx.h include/flint/qsieve.h +include/flint/rules.h +include/flint/stdmath.h include/flint/templates.h include/flint/thread_pool.h +include/flint/thread_support.h +include/flint/traits.h +include/flint/traits_fwd.h +include/flint/tuple.h include/flint/ulong_extras.h +include/flint/vector.h lib/libflint.so -lib/libflint.so.13 -lib/libflint.so.13.5.2 +lib/libflint.so.14 +lib/libflint.so.14.0.0 Modified: head/math/libnormaliz/Makefile ============================================================================== --- head/math/libnormaliz/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/libnormaliz/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -3,7 +3,7 @@ PORTNAME= libnormaliz DISTVERSIONPREFIX= v DISTVERSION= 3.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= salvadore@FreeBSD.org Modified: head/math/linbox/Makefile ============================================================================== --- head/math/linbox/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/linbox/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -3,7 +3,7 @@ PORTNAME= linbox PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/mppp/Makefile ============================================================================== --- head/math/mppp/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/mppp/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -3,7 +3,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/pynac/Makefile ============================================================================== --- head/math/pynac/Makefile Wed Jun 10 18:06:03 2020 (r538420) +++ head/math/pynac/Makefile Wed Jun 10 18:15:22 2020 (r538421) @@ -3,7 +3,7 @@ PORTNAME= pynac PORTVERSION= 0.7.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTNAME}/