aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis E. Mungai2016-03-19 13:17:43 +0300
committerDennis E. Mungai2016-03-19 13:17:43 +0300
commit10864b70d6ab88b2efe479be8beff1ee8a8503d4 (patch)
tree594bd34b5e61d63a60d816cf8c4a8e28a2eeb24d
parentaf893ffe2cda7b90826c215ee3b57308cb2c6d56 (diff)
downloadguix-bioinformatics-10864b70d6ab88b2efe479be8beff1ee8a8503d4.tar.gz
Package successfully ported to GNU Guix
Praise the sun !
-rw-r--r--gn/packages/clBLAS.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/clBLAS.scm b/gn/packages/clBLAS.scm
index 9a04c75..17a4589 100644
--- a/gn/packages/clBLAS.scm
+++ b/gn/packages/clBLAS.scm
@@ -61,8 +61,8 @@
(base32
"0adlb02lqzrklfybhnv4n0p37mvkvdi3vqiwa05x2mv05ywnr93j"))))
(build-system cmake-build-system)
- (arguments `(#:configure-flags '("../clBLAS-2.10/src" "-DBUILD_SHARED_LIBS=ON" "-DCMAKE_BUILD_TYPE=Release")
- #:tests? #f))
+ (arguments `(#:tests? #f
+ #:configure-flags '("../clBLAS-2.10/src" "-DBUILD_SHARED_LIBS=ON" "-DCMAKE_BUILD_TYPE=Release" "-DBUILD_TEST=OFF")))
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)
("cmake" ,cmake)