diff options
author | Dennis E. Mungai | 2016-03-19 14:29:47 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-03-19 14:29:47 +0300 |
commit | 931b0f2bf9f082a200c3422ffb3f4f8e1da7137c (patch) | |
tree | 29191e32a05a4ed39c4c468c3510cb3d9bf72d68 /gn/packages | |
parent | 52516f78d847eb3a770b75800471d6ef6688b1a5 (diff) | |
download | guix-bioinformatics-931b0f2bf9f082a200c3422ffb3f4f8e1da7137c.tar.gz |
Use the system's Boost Compute library as an input
See the CMake configuration string for details.
Investigating a latent build failure.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/arrayfire.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm index 5339030..135ba0e 100644 --- a/gn/packages/arrayfire.scm +++ b/gn/packages/arrayfire.scm @@ -105,7 +105,7 @@ ("cmake" ,cmake))) (build-system cmake-build-system) (arguments - `(#:configure-flags '("-DBUILD_OPENCL=ON" "-DBUILD_CUDA=OFF" "-DBUILD_GRAPHICS=OFF") + `(#:configure-flags '("-DBUILD_OPENCL=ON" "-DBUILD_CUDA=OFF" "-DBUILD_GRAPHICS=OFF" "-DUSE_SYSTEM_BOOST_COMPUTE=ON") #:tests? #f)) (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.") |