From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD5E2158086 for ; Wed, 3 Nov 2021 21:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D11E0869; Wed, 3 Nov 2021 21:04:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D17EDE0869 for ; Wed, 3 Nov 2021 21:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0C53342C8B for ; Wed, 3 Nov 2021 21:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57718163 for ; Wed, 3 Nov 2021 21:04:11 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1635973405.5d25fb125b5d9a4b03f8fa6840c56ef87615134d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/flint/Manifest sci-mathematics/flint/flint-2.8.1.ebuild sci-mathematics/flint/flint-2.8.3.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 5d25fb125b5d9a4b03f8fa6840c56ef87615134d X-VCS-Branch: master Date: Wed, 3 Nov 2021 21:04:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ae880b8-c250-47de-946b-da05f56d934a X-Archives-Hash: 7f4920ea6c911ddd02e47390d94de33c commit: 5d25fb125b5d9a4b03f8fa6840c56ef87615134d Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 3 15:04:09 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 3 21:03:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d25fb12 sci-mathematics/flint: new upstream version 2.8.3. This contains an important mathematical bugfix, but USE=doc still isn't usable (for a new reason though). Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/flint/Manifest | 2 +- .../flint/{flint-2.8.1.ebuild => flint-2.8.3.ebuild} | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/flint/Manifest b/sci-mathematics/flint/Manifest index 5712997a6c5..5035c1a47d3 100644 --- a/sci-mathematics/flint/Manifest +++ b/sci-mathematics/flint/Manifest @@ -1,2 +1,2 @@ DIST flint-2.7.1.tar.gz 4945081 BLAKE2B 9dcc4b0062be08778cd8ada1794a73237ea091a7bff4a4673aa59eac9b414ed90e0291b9547bdf72aa30e48da11f98ff983267ea2e3dd1d75fcec00b24c86ca9 SHA512 abea97228e91089d82a9a44714e719064bef261c45f5f5b24700955bb841cc98a8182e04e6054fcbcaa3bd92f2f95a82bd5d168ec2171af6a58d4f71eb0a479a -DIST flint-2.8.1.tar.gz 5211285 BLAKE2B a200654190868931e4db94d3100605527cfbcbe3f95bae450187750641017869ae788d79fc568aa25b16f1c1c02a73e15e6739278b035780ad56754215858058 SHA512 8629e4d4bc374128e26447a60b63906e78b2d1c9f66658ce763a7eb89f851cf1aea8b2f328a9aeb0f785cfdab9a492d7de55032990ef395da7a1034ee25fb520 +DIST flint-2.8.3.tar.gz 5212158 BLAKE2B 4e9e98565399313cc78e86e00af42c780937f0c3be1f7305122e7f23d0a9d93766726818d371657a31eaf80fe692253cde889c9e13c2b47cc5b4c023baba5bdc SHA512 0ce5f92619655826ef0064403dcaa539dde336e404c9a7e85cb4baaed40438886eecdfb36d6b56ee87a1373a010da798e122ee216e88b861e51de7612d5ba501 diff --git a/sci-mathematics/flint/flint-2.8.1.ebuild b/sci-mathematics/flint/flint-2.8.3.ebuild similarity index 80% rename from sci-mathematics/flint/flint-2.8.1.ebuild rename to sci-mathematics/flint/flint-2.8.3.ebuild index c0196d38a19..155984f2418 100644 --- a/sci-mathematics/flint/flint-2.8.1.ebuild +++ b/sci-mathematics/flint/flint-2.8.3.ebuild @@ -1,16 +1,20 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ninja doesn't like "-lcblas" so using make. CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake python-any-r1 DESCRIPTION="Fast Library for Number Theory" HOMEPAGE="http://www.flintlib.org/" -SRC_URI="http://www.flintlib.org/${P}.tar.gz" + +# flintlib.org tarballs have been broken in the past, Bill Hart suggests +# we get them from Github (which he has control over). +SRC_URI="https://github.com/wbhart/flint2/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="LGPL-2.1+" @@ -36,6 +40,8 @@ DEPEND="dev-libs/gmp:= virtual/cblas" RDEPEND="${DEPEND}" +S="${WORKDIR}/flint2-${PV}" + src_configure() { local mycmakeargs=( -DWITH_NTL="$(usex ntl)"