From a83c940bddf3be8dd041c00b989785e9ffe8891b Mon Sep 17 00:00:00 2001 From: Dennis E. Mungai Date: Tue, 23 Feb 2016 17:47:59 +0300 Subject: Added essential headers. I commit to master directly. Needed: OpenCL headers. Challenge accepted.--- gn/packages/arrayfire.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gn/packages/arrayfire.scm') 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.") -- cgit v1.2.3