aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/arrayfire.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm
index 6f326c9..4f4e004 100644
--- a/gn/packages/arrayfire.scm
+++ b/gn/packages/arrayfire.scm
@@ -32,6 +32,9 @@
#:use-module (gnu packages video)
#:use-module (gnu packages tls)
#:use-module (gnu packages textutils)
+ #:use-module (gnu packages fftw)
+ #:use-module (gnu packages fftw-openmpi)
+ #:use-module (gnu packages fftwf)
#:use-module (gnu packages gl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages linux))
@@ -98,6 +101,12 @@
("tinyxml" ,tinyxml)
("unzip" ,unzip)
("zip" ,zip)
+ ("freeimage" ,freeimage)
+ ("fftw" ,fftw)
+ ("fftwf" ,fftwf)
+ ("fftw-openmpi" ,fftw-openmpi)
+ ("atlas" ,atlas)
+ ("gfortran", gfortran)
("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.")