aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/arrayfire.scm
diff options
context:
space:
mode:
authorPjotr Prins2016-03-22 14:12:38 -0500
committerPjotr Prins2016-03-22 14:12:38 -0500
commitd3418e836947fe307d4dc7b16062a2cfbf562709 (patch)
treed59af62967f9847db6558eda69eebf5f9e4f3c9f /gn/packages/arrayfire.scm
parent911267d487a270c3792f1216baaff8c7cca4611a (diff)
downloadguix-bioinformatics-d3418e836947fe307d4dc7b16062a2cfbf562709.tar.gz
Fixed and added erlangdennis
Diffstat (limited to 'gn/packages/arrayfire.scm')
-rw-r--r--gn/packages/arrayfire.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm
index 446669c..361f2f0 100644
--- a/gn/packages/arrayfire.scm
+++ b/gn/packages/arrayfire.scm
@@ -109,7 +109,7 @@
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_OPENCL=ON" "-DBUILD_CUDA=OFF" "-DBUILD_GRAPHICS=OFF" "-DUSE_SYSTEM_BOOST_COMPUTE=ON" "-DUSE_SYSTEM_CLBLAS=ON" "-DUSE_SYSTEM_CLFFT=ON")
- #:tests? #f))
+ #:tests? #t))
(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.Now on Guix")
(home-page "http://arrayfire.com/")