blob: 0c8b891302cee138a9675b079fd8ef708f9be263 (
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
|
pkgbase = python-galpy
pkgdesc = Galactic Dynamics in python
pkgver = 1.11.1
pkgrel = 1
url = https://www.galpy.org
arch = i686
arch = x86_64
license = BSD-3-Clause
makedepends = python-setuptools
makedepends = gsl
makedepends = python-build
makedepends = python-installer
source = https://github.com/jobovy/galpy/archive/refs/tags/v1.11.1.tar.gz
source = torus-200307.tar.gz::https://github.com/jobovy/Torus/archive/b7bf7965db8c3b2034d6a92f5a1c1fefe13e0e5d.tar.gz
source = fix-gcc15.patch
md5sums = f8ea3d67391d2a367fb4080a4a083f07
md5sums = f84f68196975d1efbac800b1a5703c45
md5sums = fbccd08422b23ca669452dd64fae9306
pkgname = python-galpy
depends = python-packaging
depends = python-scipy
depends = python-matplotlib
optdepends = python-galpy-doc: Documentation for galpy
optdepends = gsl>=1.14: For some advanced features
optdepends = python-astropy: For Quantity support
optdepends = python-astroquery: For the Orbit.from_name initialization method
optdepends = python-numexpr: For or plotting arbitrary expressions of Orbit quantities
optdepends = python-numba: for speeding up the evaluation of certain functions when using C orbit integration
optdepends = python-jax: For use of constant-anisotropy DFs in galpy.df.constantbetadf
optdepends = python-tqdm: For displaying a progress bar for certain operations (e.g., orbit integration of multiple objects at once
optdepends = python-pynbody: Foruse of SnapshotRZPotential and InterpSnapshotRZPotential
|