23 lines
903 B
Bash
23 lines
903 B
Bash
# Template file for 'python3-fpylll'
|
|
pkgname=python3-fpylll
|
|
version=0.6.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
|
python3-cysignals"
|
|
makedepends="python3-devel gmp-devel mpfr-devel fplll-devel pari-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-numpy"
|
|
short_desc="Python wrapper to fplll (floating point lattice algorithms)"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/fplll/fpylll"
|
|
changelog="https://github.com/fplll/fpylll/releases"
|
|
distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz"
|
|
checksum=623b4619b6da9fed9ba26b1ac7e8d8e620a06d2a5f7095ee67985c7160d3c3a4
|
|
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
|
|
|
|
case $XBPS_TARGET_MACHINE in
|
|
# skip a test with numerical noise on 32 bit
|
|
i686*) make_check_args="-k not(averaged_simulate_prob)" ;;
|
|
esac
|