summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2021-05-11 19:17:09 +0200
committerJoan Bruguera2021-05-11 19:17:09 +0200
commit8967d184dd6867e535e6cb94588fcc91064bea8b (patch)
tree4896744d3102743f4cbeb00c27b36aaa94ace714 /PKGBUILD
parent471aaca10d894f63b2bab2ab412b5bf167eb514d (diff)
downloadaur-8967d184dd6867e535e6cb94588fcc91064bea8b.tar.gz
Move the various optdepends required for plotting to depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b94accc33f6a..397ae43a91d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,13 @@
pkgname='basicanalysis'
pkgdesc='Framework for automatic extraction of fundamental factors for Paraver traces (from BSC).'
pkgver='0.3.8.20201027'
-pkgrel='1'
+pkgrel='2'
arch=('any')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
-depends=(python wxparaver dimemas)
-optdepends=('gnuplot: Drawing the generated plots'
- 'python-pandas: Efficiency table plotting'
- 'python-seaborn: Efficiency table plotting'
- 'python-matplotlib: Efficiency table plotting'
- 'python-numpy: Efficiency table plotting, lineal plotting'
- 'python-scipy: Lineal plotting')
+depends=(python wxparaver dimemas
+ python-pandas python-seaborn python-matplotlib python-numpy python-scipy)
+optdepends=('gnuplot: Drawing the generated plots')
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2")
sha512sums=(56a71ff6971780295c133329ee88f1c946399659ce6abc927dacfdbb6c4d068fe937a079d9e249076f036eccca77501cc3a40966d273283f577a3bd1c3e2aba0)