summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukelabrie2024-05-03 12:58:16 +0200
committerlukelabrie2024-05-03 12:58:16 +0200
commitdf3ea532247311133357a2c2dce524e1e08f51c7 (patch)
tree60016dda27890817455c2fb32c0c1e011f0eeab6
parent1db265fc0a46311e8eaa012ec6030a6af294b59c (diff)
downloadaur-df3ea532247311133357a2c2dce524e1e08f51c7.tar.gz
add cython as runtime dependency
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6959db31a83..165613663561 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Labrie-Cleary <luke dot cleary at copenhagenatomics dot com>
pkgname=moab-git
pkgver=5.5.0.r7.g236d1249a
-pkgrel=1
+pkgrel=2
pkgdesc="The Mesh-Oriented datABase MOAB is a component for representing and evaluating mesh data"
arch=('x86_64')
url="https://bitbucket.org/fathomteam/moab"
@@ -11,13 +11,13 @@ depends=(
python-numpy
blas
lapack
+ cython
)
makedepends=(
git
eigen
netcdf
hdf5
- cython
python-setuptools
"glibc>=2.34"
cmake