diff options
author | Dennis E. Mungai | 2016-03-19 15:24:17 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-03-19 15:24:17 +0300 |
commit | dfe1f18aecbc1bb8317f021b78e4757e37bd1538 (patch) | |
tree | 38e9286a606d3b0fe45346cc2263c92ba92522cb /gn | |
parent | 6e33d4f2ba7d40c1eb7e4459cd2c95145ca4a2f1 (diff) | |
download | guix-bioinformatics-dfe1f18aecbc1bb8317f021b78e4757e37bd1538.tar.gz |
Arrayfire now builds on GNU Guix
Mission accomplished. Praise the sun!!!
Diffstat (limited to 'gn')
-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 e8dfaba..c5326fa 100644 --- a/gn/packages/arrayfire.scm +++ b/gn/packages/arrayfire.scm @@ -108,7 +108,7 @@ `(#: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)) (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.") + (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/") (license (list license:gpl2 license:gpl2+ |