blob: 361482aacb3fa1a30d7c8864e2857992b0851f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
pkgbase = python-pymor
pkgdesc = pyMOR is a software library for building model order reduction applications with the Python programming language
pkgver = 2023.2.0
pkgrel = 1
url = https://www.pymor.org
changelog = ChangeLog
arch = x86_64
license = custom
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-pytest-runner
makedepends = python-packaging
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python-qtpy
depends = python-typer
depends = python-numpy
depends = python-scipy
depends = python-pygments
depends = python-matplotlib
depends = python-pillow
optdepends = ipython: an enhanced interactive python shell
optdepends = python-ipyparallel: required for pymor.parallel.ipython
optdepends = python-opengl: fast solution visualization for builtin discretizations (PySide also required)
optdepends = python-pyside: Provides LGPL Qt bindings for Python and related tools for binding generation (Python 3 version)
optdepends = python-sympy: symbolic mathematics
optdepends = python-pytest: testing framework required to execute unit tests
optdepends = pyside2: solution visualization for builtin discretizations
optdepends = python-ipywidgets: notebook GUI elements
optdepends = python-pytorch: PyTorch open source machine learning framework
optdepends = jupyter_contrib_nbextensions: modular collection of jupyter extensions
optdepends = python-pyevtk
optdepends = python-xmljson
optdepends = python-meshio
optdepends = python-lxml
optdepends = gmsh
optdepends = python-sphinx
optdepends = python-slugify
optdepends = jupyter-bash_kernel
optdepends = python-sphinx_materialdesign_theme
optdepends = python-sphinxcontrib-bibtex
optdepends = python-sphinx-autoapi
optdepends = python-myst-nb
optdepends = python-slycot
optdepends = python-mpi4py
optdepends = python-docutils
optdepends = pybind11
optdepends = python-hypothesis
optdepends = python-pytest-cov
optdepends = python-pytest-datadir
optdepends = ruff
optdepends = python-hatch
optdepends = python-ipympl
optdepends = jupyter-server
optdepends = qt6-quick3d
optdepends = python-scikit-fem
source = https://github.com/pymor/pymor/archive/tags/2023.2.0.tar.gz
sha256sums = c91e3335ce29605b7c6c36b878940ab58a62d12e0365788632334f947f4bc2e8
pkgname = python-pymor
|