summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-09-13 02:24:25 +0200
committerJoan Bruguera2019-09-13 02:24:25 +0200
commit806b134052118441e6b699c60dcff9c9a1da46c0 (patch)
treee1df47ae5166e5fa04135fe363cfda0b292d61e4
parentda21f38912edcb25f31c7bed5bdb30005a801776 (diff)
downloadaur-806b134052118441e6b699c60dcff9c9a1da46c0.tar.gz
Add some missing dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909dd163e34d..ae681eb2f245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
pkgver = 1.3.2
- pkgrel = 6
+ pkgrel = 7
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
license = GPL3
+ makedepends = gcc-fortran
depends = boost
depends = qt5-base
depends = libbsctools
depends = r
depends = clang
+ depends = python
source = https://ftp.tools.bsc.es/folding/folding-1.3.2-src.tar.bz2
source = python3-ports.patch
sha512sums = df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d
diff --git a/PKGBUILD b/PKGBUILD
index 975318aa97a8..a8f12522e838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
pkgver='1.3.2'
-pkgrel='6'
+pkgrel='7'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPL3')
-depends=(boost qt5-base libbsctools r clang)
+depends=(boost qt5-base libbsctools r clang python)
+makedepends=(gcc-fortran)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2"
python3-ports.patch)
sha512sums=(df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d