From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/
Date: Wed, 3 Nov 2021 21:04:11 +0000 (UTC) [thread overview]
Message-ID: <1635973405.5d25fb125b5d9a4b03f8fa6840c56ef87615134d.mjo@gentoo> (raw)
commit: 5d25fb125b5d9a4b03f8fa6840c56ef87615134d
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 15:04:09 2021 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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)"
next reply other threads:[~2021-11-03 21:04 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 21:04 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-19 0:19 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ Michael Orlitzky
2024-08-03 6:14 Joonas Niilola
2024-08-02 16:19 Sam James
2024-05-29 12:15 Sam James
2024-05-29 5:55 Joonas Niilola
2023-11-24 17:04 Arthur Zamarin
2023-07-15 22:09 Michael Orlitzky
2023-04-16 12:11 WANG Xuerui
2022-11-18 17:29 Arthur Zamarin
2022-07-01 21:31 Michael Orlitzky
2022-05-26 22:20 Michael Orlitzky
2022-01-18 21:50 Jakov Smolić
2022-01-18 21:50 Jakov Smolić
2021-11-22 3:07 Yixun Lan
2021-11-18 23:50 Georgy Yakovlev
2021-11-17 23:59 Michael Orlitzky
2021-10-02 15:01 Michael Orlitzky
2021-09-30 11:57 Michael Orlitzky
2021-08-02 0:43 Sam James
2021-05-31 20:45 David Seifert
2021-05-29 8:53 Agostino Sarubbo
2021-05-29 8:41 Agostino Sarubbo
2021-05-04 19:10 Sam James
2021-04-02 14:04 Sam James
2021-03-15 17:47 Michael Orlitzky
2021-01-27 3:06 Sam James
2021-01-25 14:07 Sam James
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2020-12-18 22:48 Michael Orlitzky
2020-10-27 19:58 Sam James
2020-08-12 17:33 Michael Orlitzky
2020-04-06 7:34 Agostino Sarubbo
2020-04-04 10:52 Sergei Trofimovich
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2019-12-12 16:46 Michał Górny
2017-09-24 19:17 Thomas Deutschmann
2017-09-24 19:17 Thomas Deutschmann
2016-03-02 19:38 Markus Meier
2016-01-05 9:42 Patrick Lauer
2015-11-12 10:11 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1635973405.5d25fb125b5d9a4b03f8fa6840c56ef87615134d.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox