blob: 84ded9c5040248b3feb213818fafec9ca764a806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-pdfflow
pkgdesc = Parton distribution function interpolation library written in Python and based on the TensorFlow framework
pkgver = 1.2.1
pkgrel = 1
url = https://pdfflow.readthedocs.io/
arch = any
license = Apache
makedepends = python-setuptools
depends = python>=3.7
depends = python-numpy
depends = python-pyaml
depends = python-tensorflow
optdepends = python-tensorflow-cuda: GPU support
optdepends = lhapdf: provides PDF files in the LHAPDF format
optdepends = python-vegasflow: MonteCarlo library to run examples
provides = pdfflow
source = https://github.com/N3PDF/pdfflow/archive/v1.2.1.tar.gz
md5sums = b0e8e7207c5ea62b41f316ae15bea006
pkgname = python-pdfflow
|