about summary refs log tree commit diff
path: root/gn/packages/arrayfire.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-08-05 07:11:02 -0500
committerEfraim Flashner2019-08-05 07:12:58 -0500
commita2332e54719b069378fc2c54beae03e81aad97d4 (patch)
treea264200a13530fb61b009d963df6303a6293a69a /gn/packages/arrayfire.scm
parente1880fa256769bd201ead3746d612fb3283211b0 (diff)
downloadguix-bioinformatics-a2332e54719b069378fc2c54beae03e81aad97d4.tar.gz
gn: remove some upstream packages
Diffstat (limited to 'gn/packages/arrayfire.scm')
-rw-r--r--gn/packages/arrayfire.scm46
1 files changed, 1 insertions, 45 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm
index c230dc4..723444a 100644
--- a/gn/packages/arrayfire.scm
+++ b/gn/packages/arrayfire.scm
@@ -53,9 +53,7 @@
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages version-control)
   #:use-module (gnu packages linux)
-  #:use-module (gnu packages opencl)
-  #:use-module (gn packages ocl-headers)
-  #:use-module (gn packages ocl-icd))
+  #:use-module (gnu packages opencl))
 
 (define-public arrayfire
 (package
@@ -121,48 +119,6 @@
                    license:gpl3
                    license:gpl3+))))
 
-(define-public glfw
-  (package
-    (name "glfw")
-    (version "3.1.2")
-    (source (origin
-             (method url-fetch)
-             (uri (string-append "https://github.com/glfw/glfw/archive/"
-                                 version ".tar.gz"))
-             (sha256
-              (base32
-               "08pixv8hd5xsccf7l8cqcijjqaq4k4da8qbp77wggal2fq445ika"))))
-    (build-system cmake-build-system)
-    (arguments `(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")
-                 #:tests? #f))
-    (native-inputs `(("autoconf" ,autoconf)
-        ("automake" ,automake)
-        ("cmake" ,cmake)
-        ("git" ,git)
-        ("libtool" ,libtool)
-        ("libpthread-stubs" ,libpthread-stubs)
-        ("pkg-config" ,pkg-config)))
-    (inputs `(("curl" ,curl)
-       ("dbus" ,dbus)
-       ("enca" ,enca)
-       ("eudev" ,eudev)
-       ("glew" ,glew)
-       ("libcap" ,libcap)
-       ("libjpeg" ,libjpeg)
-       ("libltdl" ,libltdl)
-       ("libtiff" ,libtiff)
-       ("mesa-utils" ,mesa-utils)
-       ("randrproto" ,randrproto)
-       ("libxrandr" ,libxrandr)
-       ("xineramaproto" ,xineramaproto)
-       ("libxinerama" ,libxinerama)
-       ("libxcursor" ,libxcursor)
-       ("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 clBLAS
   (package
     (name "clBLAS")