summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28510d347195..9cbfc0274458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,11 @@ pkgdesc="CAMFR (CAvity Modelling FRamework) is a fast, flexible, friendly full-v
arch=('x86_64')
url="http://camfr.sourceforge.net/"
license=('GPL')
-depends=('python2-scipy'
- 'python2-imaging')
+depends=('python2-numpy'
+ 'python2-scipy'
+ 'python2-matplotlib'
+ 'python2-imaging'
+ 'tk')
makedepends=('scons'
'gcc-fortran'
'openblas-lapack'