aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/clFFT.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/clFFT.scm')
-rw-r--r--gn/packages/clFFT.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gn/packages/clFFT.scm b/gn/packages/clFFT.scm
index 3e72357..fb42c85 100644
--- a/gn/packages/clFFT.scm
+++ b/gn/packages/clFFT.scm
@@ -27,6 +27,7 @@
#:use-module (gnu packages bootstrap)
#:use-module (gnu packages base)
#:use-module (gnu packages autotools)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages curl)
#:use-module (gnu packages gawk)
#:use-module (gnu packages cmake)
@@ -45,7 +46,6 @@
#:use-module (gnu packages python)
#:use-module (gnu packages xorg)
#:use-module (gnu packages version-control)
- #:use-module (gnu packages zip)
#:use-module (gnu packages linux))
(define-public clFFT
@@ -59,7 +59,7 @@
(sha256
(base32
"19hrk1lf06kch8x9dpbdj0waycn2mldrmj2y4vzi7zn2gdfw6g73"))))
- (build-system cmake-build-system)
+ (build-system cmake-build-system)
(arguments `(#:configure-flags '("../clFFT-2.10.1/src" "-DBUILD_SHARED_LIBS=ON" "-DCMAKE_BUILD_TYPE=Release") #:tests? #f))
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)
@@ -85,12 +85,12 @@
("xineramaproto" ,xineramaproto)
("libxinerama" ,libxinerama)
("libxcursor" ,libxcursor)
- ("python" ,python-2)))
+ ("python" ,python-2)))
(home-page "http://www.glfw.org/")
(synopsis "glfw is an Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events.")
(description "glfw is an Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events.")
(license (list license:gpl2))))
-
+
(define-public ocl-icd
(package
(name "ocl-icd")
@@ -109,20 +109,20 @@
("ruby" ,ruby)
("libtool" ,libtool)
("opencl-headers" ,opencl-headers)
- ("libgcrypt" ,libgcrypt)))
+ ("libgcrypt" ,libgcrypt)))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(add-after 'unpack `bootstrap
(lambda _
- (zero? (system* "autoreconf" "-vfi")))))))
+ (zero? (system* "autoreconf" "-vfi")))))))
(home-page "https://forge.imag.fr/projects/ocl-icd/")
(synopsis "OpenCL implementations are provided as ICD (Installable Client Driver).")
(description "OpenCL implementations are provided as ICD (Installable Client Driver).
An OpenCL program can use several ICD thanks to the use of an ICD Loader as provided by this project.
This free ICD Loader can load any (free or non free) ICD")
(license (list license:gpl2 license:ruby))))
-
+
(define-public opencl-headers
(let ((commit "c1770dc"))
(package