Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aesara/
Date: Sun, 25 Sep 2022 16:00:45
Message-Id: 1664121637.3f3e7966b76a8a77a9bc964fe11e260f35bf2153.mgorny@gentoo
1 commit: 3f3e7966b76a8a77a9bc964fe11e260f35bf2153
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 14:23:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 16:00:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3e7966
7
8 dev-python/aesara: Bump to 2.8.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aesara/Manifest | 1 +
13 dev-python/aesara/aesara-2.8.6.ebuild | 98 +++++++++++++++++++++++++++++++++++
14 2 files changed, 99 insertions(+)
15
16 diff --git a/dev-python/aesara/Manifest b/dev-python/aesara/Manifest
17 index 9971305aed89..9bb4c2fd27ac 100644
18 --- a/dev-python/aesara/Manifest
19 +++ b/dev-python/aesara/Manifest
20 @@ -1 +1,2 @@
21 DIST aesara-rel-2.7.9.gh.tar.gz 7919763 BLAKE2B f877edcc824f3d790a56422a0fa660e8e3f653fff7e3d87ef4a95fa76369b1bb5df351a571ea039d66d79c0f564512437672df76c3b82e7d660c865cf908dea3 SHA512 061f7e39343eb081b28dd20b1eb7ffc226b7e4b96695d5beb9e28eb3f5ec9480c02c7889c932290248baa908dc0047c19e4cef3c220eccc4cc617b2050a9614e
22 +DIST aesara-rel-2.8.6.gh.tar.gz 7941385 BLAKE2B 8e01e8afe7a4a33ad133d2759336dea66223c7f001c963d937bcae903f315b4dffbd0e877fbfe2f1b7f31b7f73acd8b7ac38a716337aa129b9a36b0367715f96 SHA512 abfa9f63f096eb6d8961eaa700a13f41833ba79d684b83fbcd7bf4a9d8f0ab49eae1bc3d1249817cf03f63526127612482cbc79c03bf2596743caca810f1fc56
23
24 diff --git a/dev-python/aesara/aesara-2.8.6.ebuild b/dev-python/aesara/aesara-2.8.6.ebuild
25 new file mode 100644
26 index 000000000000..c1f7e8dab229
27 --- /dev/null
28 +++ b/dev-python/aesara/aesara-2.8.6.ebuild
29 @@ -0,0 +1,98 @@
30 +# Copyright 2021-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1 multiprocessing optfeature
39 +
40 +MY_P=aesara-rel-${PV}
41 +DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"
42 +HOMEPAGE="
43 + https://github.com/aesara-devs/aesara/
44 + https://pypi.org/project/aesara/
45 +"
46 +SRC_URI="
47 + https://github.com/aesara-devs/aesara/archive/rel-${PV}.tar.gz
48 + -> ${MY_P}.gh.tar.gz
49 +"
50 +S=${WORKDIR}/${MY_P}
51 +
52 +LICENSE="BSD"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
55 +
56 +RDEPEND="
57 + dev-python/cons[${PYTHON_USEDEP}]
58 + dev-python/etuples[${PYTHON_USEDEP}]
59 + dev-python/logical-unification[${PYTHON_USEDEP}]
60 + dev-python/minikanren[${PYTHON_USEDEP}]
61 + dev-python/filelock[${PYTHON_USEDEP}]
62 + <dev-python/numpy-1.23[${PYTHON_USEDEP}]
63 + dev-python/scipy[${PYTHON_USEDEP}]
64 + >=dev-python/setuptools-48.0.0[${PYTHON_USEDEP}]
65 + dev-python/typing-extensions[${PYTHON_USEDEP}]
66 +"
67 +BDEPEND="
68 + test? (
69 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
70 + )
71 +"
72 +
73 +PATCHES=(
74 + "${FILESDIR}"/aesara-2.6.5-compiledir-tid.patch
75 +)
76 +
77 +distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme'
78 +distutils_enable_tests pytest
79 +
80 +python_test() {
81 + local EPYTEST_DESELECT=(
82 + # speed tests are unreliable
83 + tests/scan/test_basic.py::test_speed
84 + tests/scan/test_basic.py::test_speed_rnn
85 + tests/scan/test_basic.py::test_speed_batchrnn
86 + tests/link/test_vm.py::test_speed
87 + tests/link/test_vm.py::test_speed_lazy
88 + tests/tensor/test_gc.py::test_merge_opt_runtime
89 +
90 + # rounding problem?
91 + # https://github.com/aesara-devs/aesara/issues/477
92 + tests/tensor/test_math_scipy.py::TestGammaUBroadcast::test_good
93 + tests/tensor/test_math_scipy.py::TestGammaUInplaceBroadcast::test_good
94 +
95 + # dunno
96 + 'tests/tensor/test_elemwise.py::TestDimShuffle::test_memory_leak[False]'
97 +
98 + # TODO
99 + tests/link/c/test_op.py::test_ExternalCOp_c_code_cache_version
100 + tests/sparse/sandbox/test_sp.py::TestSP::test_multilayer_conv
101 + tests/sparse/sandbox/test_sp.py::TestSP::test_maxpool
102 + )
103 + local EPYTEST_IGNORE=(
104 + # we do not package jax or numba
105 + tests/link/jax
106 + tests/link/numba
107 + )
108 +
109 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
110 + local -x AESARA_FLAGS="cxx=${CXX}"
111 + AESARA_FLAGS+=",config.gcc__cxxflags=\"${CXXFLAGS}\""
112 + AESARA_FLAGS+=',compiledir_format="compiledir_%(thread_id)s"'
113 +
114 + epytest -p xdist.plugin -n "$(makeopts_jobs)"
115 + # clean up the compiledir, as it can grow pretty large
116 + rm -r "${HOME}"/.aesara || die
117 +}
118 +
119 +python_compile() {
120 + distutils-r1_python_compile
121 + rm "${BUILD_DIR}/install$(python_get_sitedir)/bin/__init__.py" || die
122 +}
123 +
124 +pkg_postinst() {
125 + optfeature "GPU code generation/execution on NVIDIA gpus" dev-util/nvidia-cuda-toolkit dev-util/nvidia-cuda-sdk
126 + optfeature "GPU/CPU code generation on CUDA and OpenCL devices" dev-libs/libgpuarray dev-python/pycuda
127 +}