summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Luc2017-01-08 15:56:09 +1100
committerJean-Luc2017-01-08 15:56:09 +1100
commit54a3ae3bb07b4499cc6d607a9efe79fed0d31e82 (patch)
tree029ff305e8a18774925c1e0ac2fd9eebeec1edcc
parent4b0507ba38238b9d61f531fc0452408d1c8bbf1c (diff)
downloadaur-54a3ae3bb07b4499cc6d607a9efe79fed0d31e82.tar.gz
Added more dependencies.
-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'