about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/arrayfire.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm
index 4f4e004..b517917 100644
--- a/gn/packages/arrayfire.scm
+++ b/gn/packages/arrayfire.scm
@@ -36,7 +36,9 @@
   #:use-module (gnu packages fftw-openmpi)
   #:use-module (gnu packages fftwf)
   #:use-module (gnu packages gl)
+  #:use-module (gnu packages glew)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages mesa)
   #:use-module (gnu packages linux))
 
 (define-public arrayfire
@@ -107,6 +109,14 @@
        ("fftw-openmpi" ,fftw-openmpi)
        ("atlas" ,atlas)
        ("gfortran", gfortran)
+       ("glew" ,glew)
+       ("glu" ,glu)
+       ("libx11" ,libx11)
+       ("libxi" ,libxi)
+       ("libxrandr" ,libxrandr)
+       ("libxxf86vm" ,libxxf86vm)
+       ("inputproto" ,inputproto)
+       ("glproto" ,glproto)
        ("zlib" ,zlib)))
     (synopsis "ArrayFire: a general purpose GPU library. https://arrayfire.com")
     (description "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple.")