public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/
Date: Sat, 23 Jan 2021 15:33:27 +0000 (UTC)	[thread overview]
Message-ID: <1611415852.946deb504aa840e1421fe2280ba768d869c29210.mjo@gentoo> (raw)

commit:     946deb504aa840e1421fe2280ba768d869c29210
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 15:18:47 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 15:30:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946deb50

sci-mathematics/flint: revert "sci-mathematics/flint: Remove old"

This reverts commit 552bfac6e187598ab2dae1a078df3cdeb4d4500d. Sorry,
but we still need flint-2.6.3 for SageMath which hasn't finished
upgrading all of the necessary software to support flint-2.7.x. Sadly
I know of no good way do indicate this in the tree since SageMath is
still far from being packaged itself.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/flint/Manifest           |  1 +
 sci-mathematics/flint/flint-2.6.3.ebuild | 63 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/sci-mathematics/flint/Manifest b/sci-mathematics/flint/Manifest
index b02fba26e85..23761c10238 100644
--- a/sci-mathematics/flint/Manifest
+++ b/sci-mathematics/flint/Manifest
@@ -1,2 +1,3 @@
 DIST flint-2.5.2.tar.gz 2212242 BLAKE2B 36b9b1f2acb1d79534d85884d755fddba3b8b40efbe92aeeecd7d1526cd21f0849054c30d23c565c6a13c609992cf22f56f5b640da15e1c7e6ba6840fc710d47 SHA512 cce36947b558aabecaf780171b4bbc0e1330c3b1a7e3580717584be5cab4991d33b190531c7995b224a3a440e28c4a610d6f781901e29f48ced12a9c5ba960a2
+DIST flint-2.6.3.tar.gz 4526340 BLAKE2B d663b44166cd857f83c2752eb4d4f6dc45eb8de535089e5dbe9939ac1464f1d69f66b62184644fff1ecd1d171f389d5ab874873def670c702733a0eba17bfd13 SHA512 8e71570364c789b1d4eaaa5f5adf10212cab47bf1a9f45c333211035ed021a86bb7b1de1feec51e83b2e113e8168853e370f127d2d2b1e941a12aec71fe8ae9e
 DIST flint-2.7.0.tar.gz 4943210 BLAKE2B a23b79195c71ef4691a450a82daded3de56eb51df1b3c850e13200527fff08da668281f350d7278ff52187eba8b7d9b27f4e69fafcaf771d8a01d72c6925b062 SHA512 6eac3d6fc306cacf482379074cba0d109aae4fbe8f907c17bcfe0afc2e8603c0fbe80e88a1ac374d9fa6d87aa59eb2b973f225a69da6dcc647255f060ad8711f

diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3.ebuild
new file mode 100644
index 00000000000..d943d1c3905
--- /dev/null
+++ b/sci-mathematics/flint/flint-2.6.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Fast Library for Number Theory"
+HOMEPAGE="http://www.flintlib.org/"
+SRC_URI="http://www.flintlib.org/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0/14"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="doc ntl test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? (
+	dev-python/sphinx
+	app-text/texlive-core
+	dev-texlive/texlive-latex
+	dev-texlive/texlive-latexextra
+	)
+	${PYTHON_DEPS}"
+DEPEND="dev-libs/gmp:=
+	dev-libs/mpfr:=
+	ntl? ( dev-libs/ntl:= )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.6.0-multilib-strict.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_NTL="$(usex ntl)"
+		-DBUILD_TESTING="$(usex test)"
+		-DBUILD_DOCS="$(usex doc)"
+	)
+
+	cmake-utils_src_configure
+
+	if use doc ; then
+		HTML_DOCS="${BUILD_DIR}/html/*"
+		DOCS=(
+			"${S}"/README
+			"${S}"/AUTHORS
+			"${S}"/NEWS
+			"${BUILD_DIR}"/latex/Flint.pdf
+		)
+	fi
+}
+
+src_compile() {
+	cmake-utils_src_compile
+
+	if use doc ; then
+		cmake-utils_src_make html
+		cmake-utils_src_make pdf
+	fi
+}


             reply	other threads:[~2021-01-23 15:33 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23 15:33 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03  6:14 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ 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-11-03 21:04 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
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=1611415852.946deb504aa840e1421fe2280ba768d869c29210.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