From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/
Date: Thu, 25 Nov 2021 00:32:31 +0000 (UTC) [thread overview]
Message-ID: <1637800342.51d4183bcebc56b75332e0a6da4d844a09c9c010.sam@gentoo> (raw)
commit: 51d4183bcebc56b75332e0a6da4d844a09c9c010
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 00:32:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 00:32:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d4183b
dev-python/scipy: add 1.7.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/scipy/Manifest | 1 +
dev-python/scipy/scipy-1.7.3.ebuild | 185 ++++++++++++++++++++++++++++++++++++
2 files changed, 186 insertions(+)
diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
index 8219933ad788..ab7dc2d11b63 100644
--- a/dev-python/scipy/Manifest
+++ b/dev-python/scipy/Manifest
@@ -2,6 +2,7 @@ DIST scipy-1.6.2.tar.gz 27187804 BLAKE2B af3578bc029c3af548c04144d7405ac8e6f8e05
DIST scipy-1.6.3.tar.gz 27187987 BLAKE2B 30f7171ca0dc0842f254472f4b52c0b0ad4389964a140cc4b94f9d85437c5a7da238c082be503242d433f1d3c65c3fd4afeb2f7831eea39ce303077406e718df SHA512 10ff25da84ce09ae231e781873902d8040d79868721d75a3f9facee177e7f46f7c9c34374feee6fe2253ddd968716d2993658ce514c4ac0c98d255c06a6ef808
DIST scipy-1.7.1.tar.gz 36102628 BLAKE2B 67a414d863c61bf419fa907b9bed53b57beedc20d71d0630fac9719f02e951ea79b893d0803b385936a7c04a6c2f723d3870f0498f71e3c210ccd6ee75a009dc SHA512 81fea7e4f5fbcd537d662273507b6ac75bd4cf900567da8083ac86fb06d9f96b010d01a1697db53211440f0fdb2d89510313bafd3d383284d0ab9a08311dd102
DIST scipy-1.7.2.tar.gz 36104529 BLAKE2B 8e31a71e8cd69a83e1b60747a01e34f79e42664089a2c41aa263c1697a689464fde0b467063e0ae3bafa37721294a79e21d0eedc6023c1558aea6e0105aefeae SHA512 87596430571ff2a43f067eaaf3254c0841dac82b9152cb64040f1a4d9bc5429aebc31c619ce55d74727f2a79567dfef4acbc6252c24c46d3c8849f97e6e8cfef
+DIST scipy-1.7.3.tar.gz 36102562 BLAKE2B 9a605a45d8f03aae3411a6fa92e32c7f6d10373455493ead847d4ad01429b55dbbc33c1a0309d6c9d76d3e9ab1a06772df59c08d393377896c4b534599f9eb9b SHA512 83fe00cf708a13a08d28af7022ec645d8976c177f2fefb56e0a47bfcbec726330b973d1f44364e23c939ae708e239a05904346f515ea1a37e8b70ad160b81cee
DIST scipy-html-1.6.1.zip 23946591 BLAKE2B d3464c342b1d4f43e17e214c7557737913bf4131f88b9d569cff106c75dc7ebf0d065283792fddc189e2a3ddc322f1b2b4f38c6d313569f28395e79680060b58 SHA512 73561f9daa303c6e967f9b11952c6239dea7ff1a2fa02434354ac78fcffe7a552aa0f1043a17cb5c35a442def499eff199856cca8efa1415449cbf54f0d4913b
DIST scipy-html-1.6.2.zip 23947380 BLAKE2B e4616a157c037b0830fc32d23678fb7e8ebe023d1fd9f0f762695a0d93bc56e432e441e675ec3c7a7d6586a665f6127ce49d570f1716876e58afb402761f8e95 SHA512 119a2227a808c752a751bc7bec6463da739c68391ebac8d2451998d90ebe03b2af401adbf987f0b694244e715c0ef1fd86c2f4a36c48dbb1ff7cdf4d914875df
DIST scipy-html-1.7.1.zip 32435246 BLAKE2B fd8173da41aba95a14b1376f848bc668c4659bf1bbbdd0f87d926633d36f29c039957d38be145a5583010ebd83f6458090f75bdad773cc0f1591664e13c04c20 SHA512 ee59722878f6ef2d2319cdf4e6a60d3d1184f7c22752f9a8859eaa46fb677ebac9e8eef9c0826998e12bac9399e336799843341ef203224a82c9101347149672
diff --git a/dev-python/scipy/scipy-1.7.3.ebuild b/dev-python/scipy/scipy-1.7.3.ebuild
new file mode 100644
index 000000000000..cdc137b1517c
--- /dev/null
+++ b/dev-python/scipy/scipy-1.7.3.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit fortran-2 distutils-r1 flag-o-matic toolchain-funcs
+
+# upstream is slacking forever with doc updates
+DOC_PV=1.7.1
+DESCRIPTION="Scientific algorithms library for Python"
+HOMEPAGE="https://www.scipy.org/"
+SRC_URI="
+ mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+ doc? (
+ https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${DOC_PV}.zip
+ https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-ref-${DOC_PV}.pdf
+ )"
+
+LICENSE="BSD LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~riscv ~s390 ~sparc ~x86"
+IUSE="doc +pythran sparse"
+
+DEPEND="
+ >=dev-python/numpy-1.16.5[lapack,${PYTHON_USEDEP}]
+ sci-libs/arpack:0=
+ virtual/cblas
+ virtual/lapack
+ sparse? ( sci-libs/umfpack:0= )"
+RDEPEND="${DEPEND}
+ dev-python/pillow[${PYTHON_USEDEP}]"
+BDEPEND="
+ dev-lang/swig
+ >=dev-python/cython-0.29.18[${PYTHON_USEDEP}]
+ dev-python/pybind11[${PYTHON_USEDEP}]
+ virtual/pkgconfig
+ doc? ( app-arch/unzip )
+ pythran? ( dev-python/pythran[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ )"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.7.1-pythran-tests-32-bit.patch
+)
+
+src_unpack() {
+ default
+ if use doc; then
+ unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
+ fi
+}
+
+pc_incdir() {
+ $(tc-getPKG_CONFIG) --cflags-only-I $@ | \
+ sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libdir() {
+ $(tc-getPKG_CONFIG) --libs-only-L $@ | \
+ sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libs() {
+ $(tc-getPKG_CONFIG) --libs-only-l $@ | \
+ sed -e 's/[ ]-l*\(pthread\|m\)\([ ]\|$\)//g' \
+ -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' \
+ | tr ',' '\n' | sort -u | tr '\n' ',' | sed -e 's|,$||'
+}
+
+python_prepare_all() {
+ # scipy automatically detects libraries by default
+ export {FFTW,FFTW3,UMFPACK}=None
+ use sparse && unset UMFPACK
+ # the missing symbols are in -lpythonX.Y, but since the version can
+ # differ, we just introduce the same scaryness as on Linux/ELF
+ [[ ${CHOST} == *-darwin* ]] \
+ && append-ldflags -bundle "-undefined dynamic_lookup" \
+ || append-ldflags -shared
+ [[ -z ${FC} ]] && export FC="$(tc-getFC)"
+ # hack to force F77 to be FC until bug #278772 is fixed
+ [[ -z ${F77} ]] && export F77="$(tc-getFC)"
+ export F90="${FC}"
+ export SCIPY_FCONFIG="config_fc --noopt --noarch"
+ append-fflags -fPIC
+
+ local libdir="${EPREFIX}"/usr/$(get_libdir)
+ cat >> site.cfg <<-EOF || die
+ [blas]
+ include_dirs = $(pc_incdir cblas)
+ library_dirs = $(pc_libdir cblas blas):${libdir}
+ blas_libs = $(pc_libs cblas blas)
+ [lapack]
+ library_dirs = $(pc_libdir lapack):${libdir}
+ lapack_libs = $(pc_libs lapack)
+ EOF
+ cat >> setup.cfg <<-EOF || die
+ [options]
+ zip_safe = False
+ EOF
+
+ # TODO
+ sed -e "s:== 'levy_stable':in ('levy_stable', 'crystalball', 'ncf'):" \
+ -i scipy/stats/tests/test_continuous_basic.py || die
+
+ # Skip known-failing test. Broken on all versions in Gentoo for years.
+ # bug #743295
+ sed -e 's:test_bisplev_integer_overflow:_&:' \
+ -i scipy/interpolate/tests/test_fitpack.py || die
+
+ # Skip a few 32-bit related failures
+ if use x86 ; then
+ # TODO: Tidy this up and switch to epytest
+ sed -i -e 's:test_nd_axis_m1:_&:' \
+ -e 's:test_nd_axis_0:_&:' \
+ -e 's:test_maxiter_worsening:_&:' \
+ -e 's:test_pdist_jensenshannon_iris:_&:' \
+ -e 's:test_align_vectors_single_vector:_&:' \
+ scipy/signal/tests/test_spectral.py \
+ scipy/sparse/linalg/isolve/tests/test_iterative.py \
+ scipy/spatial/tests/test_distance.py \
+ scipy/spatial/transform/tests/test_rotation.py || die
+ fi
+
+ if has_version ">=sci-libs/lapack-3.10"; then
+ sed -e 's:test_sort(:_&:' \
+ -i scipy/linalg/tests/test_decomp.py || die
+ sed -e 's:test_solve_discrete_are:_&:' \
+ -i scipy/linalg/tests/test_solvers.py || die
+ fi
+
+ distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+ export SCIPY_USE_PYTHRAN=$(usex pythran 1 0)
+
+ # bug 721860
+ test-flag-FC -fallow-argument-mismatch &&
+ append-fflags -fallow-argument-mismatch
+}
+
+python_compile() {
+ # FIXME: parallel python building fails, bug #614464
+ export MAKEOPTS=-j1
+
+ ${EPYTHON} tools/cythonize.py || die
+ distutils-r1_python_compile \
+ ${SCIPY_FCONFIG}
+}
+
+python_test() {
+ # fails with bdist_egg. should it be fixed in distutils-r1 eclass?
+ distutils_install_for_testing ${SCIPY_FCONFIG}
+ cd "${TEST_DIR}/lib" || die "no ${TEST_DIR} available"
+ PYTHONPATH=. "${EPYTHON}" -c "
+import scipy, sys
+r = scipy.test('fast', verbose=2)
+sys.exit(0 if r else 1)" || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+ use doc && \
+ local DOCS=( "${DISTDIR}"/${PN}-ref-${DOC_PV}.pdf ) \
+ local HTML_DOCS=( "${WORKDIR}"/html/. )
+ distutils-r1_python_install_all
+}
+
+python_install() {
+ distutils-r1_python_install ${SCIPY_FCONFIG}
+ python_optimize
+}
+
+pkg_postinst() {
+ elog "You might want to set the variable SCIPY_PIL_IMAGE_VIEWER"
+ elog "to your prefered image viewer. Example:"
+ elog " echo \"export SCIPY_PIL_IMAGE_VIEWER=display\" >> ~/.bashrc"
+}
next reply other threads:[~2021-11-25 0:32 UTC|newest]
Thread overview: 215+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 0:32 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 9:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/ Michał Górny
2025-01-11 6:52 Michał Górny
2025-01-04 12:29 Michał Górny
2024-12-24 11:17 Michał Górny
2024-12-14 10:52 Michał Górny
2024-12-14 7:36 Michał Górny
2024-09-22 0:42 Sam James
2024-09-07 13:21 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:58 Michał Górny
2024-09-07 10:39 Arthur Zamarin
2024-08-21 15:06 Michał Górny
2024-07-31 3:53 Eli Schwartz
2024-07-13 15:18 Arthur Zamarin
2024-07-13 11:05 Arthur Zamarin
2024-07-13 10:06 Arthur Zamarin
2024-07-13 9:55 Arthur Zamarin
2024-07-13 8:28 Arthur Zamarin
2024-07-07 1:02 Ionen Wolkens
2024-07-07 1:02 Ionen Wolkens
2024-07-05 19:46 Viorel Munteanu
2024-06-27 19:09 Michał Górny
2024-06-27 18:54 Patrick McLean
2024-06-25 8:01 Michał Górny
2024-06-08 7:28 Arthur Zamarin
2024-05-24 19:32 Michał Górny
2024-05-20 16:25 Sam James
2024-05-20 16:25 Sam James
2024-04-03 18:51 Michał Górny
2024-03-20 12:50 Michał Górny
2024-02-08 17:10 Arthur Zamarin
2024-02-08 15:28 Michał Górny
2024-01-21 6:21 Michał Górny
2024-01-16 5:47 Sam James
2023-12-09 17:02 Michał Górny
2023-12-09 16:45 Arthur Zamarin
2023-12-09 15:13 Michał Górny
2023-12-09 14:37 Michał Górny
2023-12-09 14:00 Michał Górny
2023-12-08 19:39 Arthur Zamarin
2023-11-25 10:14 Arthur Zamarin
2023-11-25 10:13 Arthur Zamarin
2023-11-20 7:03 Sam James
2023-11-19 20:38 Michał Górny
2023-11-19 20:07 Arthur Zamarin
2023-11-19 20:06 Arthur Zamarin
2023-11-19 16:01 Michał Górny
2023-11-19 13:31 Michał Górny
2023-11-18 20:13 Michał Górny
2023-11-15 17:13 Sam James
2023-11-15 16:34 Arthur Zamarin
2023-10-29 3:40 Sam James
2023-10-24 21:11 Michał Górny
2023-09-28 16:43 Michał Górny
2023-09-25 18:31 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 16:57 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-08-22 12:00 Sam James
2023-08-21 11:25 Sam James
2023-08-21 11:25 Sam James
2023-08-18 5:16 Michał Górny
2023-07-19 9:18 Benda XU
2023-06-29 15:09 Michał Górny
2023-06-28 23:04 Sam James
2023-06-28 23:04 Sam James
2023-06-26 13:23 Sam James
2023-06-26 13:14 Sam James
2023-04-28 4:32 Michał Górny
2023-04-27 23:31 Sam James
2023-04-25 16:05 Michał Górny
2023-04-25 15:00 Michał Górny
2023-04-25 15:00 Michał Górny
2023-04-23 19:30 Michał Górny
2023-04-20 21:52 Sam James
2023-04-20 21:52 Sam James
2023-04-14 20:46 Sam James
2023-04-06 7:58 Arthur Zamarin
2023-04-06 7:56 Arthur Zamarin
2023-03-24 20:48 Arthur Zamarin
2023-03-24 20:44 Arthur Zamarin
2023-03-24 20:34 Arthur Zamarin
2023-03-24 20:13 Arthur Zamarin
2023-02-20 6:24 Michał Górny
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 12:08 Arthur Zamarin
2023-01-28 9:08 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-05 9:02 Sam James
2023-01-05 8:53 Sam James
2023-01-05 8:50 Sam James
2023-01-05 8:50 Sam James
2022-12-25 9:17 Michał Górny
2022-12-01 19:05 Arthur Zamarin
2022-11-30 19:16 Arthur Zamarin
2022-11-30 19:15 Arthur Zamarin
2022-11-30 14:43 Arthur Zamarin
2022-11-26 21:12 Michał Górny
2022-11-21 16:09 Michał Górny
2022-11-14 9:24 Arthur Zamarin
2022-11-12 16:31 Arthur Zamarin
2022-11-04 0:26 Sam James
2022-11-04 0:23 Sam James
2022-10-27 1:18 Sam James
2022-10-25 8:07 Sam James
2022-10-25 8:07 Sam James
2022-10-24 6:37 Agostino Sarubbo
2022-10-23 7:52 Agostino Sarubbo
2022-10-23 7:52 Agostino Sarubbo
2022-10-23 7:51 Agostino Sarubbo
2022-10-21 7:48 Michał Górny
2022-10-09 16:10 Sam James
2022-10-09 16:10 Sam James
2022-10-09 0:09 Sam James
2022-10-09 0:04 Sam James
2022-10-08 23:56 Sam James
2022-10-08 23:56 Sam James
2022-09-21 4:05 Sam James
2022-08-30 16:42 Sam James
2022-08-01 18:08 Arthur Zamarin
2022-07-31 23:02 Sam James
2022-07-31 17:12 Arthur Zamarin
2022-07-31 16:05 Jakov Smolić
2022-07-31 2:59 Sam James
2022-07-31 2:42 Sam James
2022-07-31 2:42 Sam James
2022-07-30 9:40 Sam James
2022-07-30 9:31 Sam James
2022-07-30 9:20 Sam James
2022-07-24 20:51 Sam James
2022-07-05 1:57 Sam James
2022-06-25 1:33 Sam James
2022-06-23 8:58 Agostino Sarubbo
2022-06-22 13:23 Agostino Sarubbo
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:14 Agostino Sarubbo
2022-06-22 10:13 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-05-19 3:01 Sam James
2022-05-17 11:11 Michał Górny
2022-05-17 9:24 Agostino Sarubbo
2022-05-11 12:55 Agostino Sarubbo
2022-05-07 14:30 Jakov Smolić
2022-03-21 9:18 Jakov Smolić
2022-03-19 7:53 Agostino Sarubbo
2022-03-18 22:28 Michał Górny
2022-03-18 20:55 Arthur Zamarin
2022-03-18 8:57 Arthur Zamarin
2022-02-13 21:29 Jakov Smolić
2021-12-28 19:50 Arthur Zamarin
2021-12-23 22:46 Michał Górny
2021-12-23 22:43 Sam James
2021-12-21 7:20 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-12-19 11:08 Sam James
2021-12-18 20:00 Arthur Zamarin
2021-11-29 23:58 Sam James
2021-11-26 15:33 Arthur Zamarin
2021-11-25 1:32 Sam James
2021-11-18 11:15 Sam James
2021-11-17 22:47 Sam James
2021-11-14 23:51 Sam James
2021-11-14 6:32 Sam James
2021-11-14 6:07 Sam James
2021-11-14 3:23 Sam James
2021-11-11 9:18 Jakov Smolić
2021-11-06 5:53 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:01 Sam James
2021-11-05 7:36 Sam James
2021-11-05 7:36 Sam James
2021-11-05 6:04 Sam James
2021-11-05 5:57 Sam James
2021-11-05 5:56 Sam James
2021-11-05 5:14 Sam James
2021-11-05 2:29 Sam James
2021-10-24 21:14 Sam James
2021-10-19 0:12 Sam James
2021-10-12 7:42 Marek Szuba
2021-10-04 1:52 Sam James
2021-10-02 23:17 Sam James
2021-09-25 21:37 Michał Górny
2021-09-25 13:23 Michał Górny
2021-09-25 13:23 Michał Górny
2021-07-02 10:12 Marek Szuba
2021-06-19 16:18 Michał Górny
2021-06-06 7:14 Agostino Sarubbo
2021-05-31 20:42 Michał Górny
2021-05-31 7:58 Sam James
2021-05-07 13:28 Sam James
2021-05-06 22:34 Sam James
2021-04-26 8:33 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-25 23:42 Sam James
2021-03-25 18:10 Agostino Sarubbo
2021-03-01 9:20 Agostino Sarubbo
2021-02-25 13:09 Sam James
2021-02-20 10:10 Michał Górny
2021-01-24 11:58 Agostino Sarubbo
2020-12-31 20:22 Michał Górny
2020-11-05 12:41 Michał Górny
2020-10-19 8:13 Michał Górny
2020-09-18 15:43 Michał Górny
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=1637800342.51d4183bcebc56b75332e0a6da4d844a09c9c010.sam@gentoo \
--to=sam@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