Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-05 Thread Dennis Mungai
Roel, you may push. Also, I prefer the name Dennis Mungai. :-) On 5 July 2016 at 23:48, Roel Janssen wrote: > Hello Dennis, > > Thanks for your work on LLVM-3.8. I see a couple of things: > - We try to keep lines within 80 columns. > - libffi and zlib should be inputs instead o

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-06-30 Thread Dennis Mungai
ght © 2015 Ludovic Courtès +;;; Copyright © 2016 Dennis Mungai +;;; Copyright © 2016 Pjotr Prins +;;; Copyright © 2016 Roel Janssen ;;; ;;; This file is part of GNU Guix. ;;; @@ -21,6 +24,8 @@ (define-module (gnu packages llvm) #:use-module (guix packages) #:use-module (guix licen

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-06-30 Thread Dennis Mungai
gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 3bf019f..e995ff2 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -2,6 +2,9 @@ ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2016 Dennis Mun

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-06-12 Thread Dennis Mungai
I second Pjotr on this. There are always tools that will lag behind, and having multiple LLVM versions is a reasonable (and possibly unavoidable) compromise, for now. There may be problems with conflicts should a user install such pipelines with differing LLVM and Clang combinations within the sa

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-05-30 Thread Dennis Mungai
iff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 3bf019f..e995ff2 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -2,6 +2,9 @@ ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2016 Dennis Mu

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-05-27 Thread Dennis Mungai
Yes, I did. I'll inspect this shortly and give you feedback. On 27 May 2016 at 17:09, Eric Bavier wrote: > On 2016-05-26 15:44, Dennis Mungai wrote: >> >> See corrected patch, as attached. > > >> +(define-public clang-3.8 >> + (clan

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-05-26 Thread Dennis Mungai
See corrected patch, as attached. On 26 May 2016 at 23:13, Roel Janssen wrote: > Hello Dennis, > > Welcome and thank you for the patch. > > Dennis Mungai writes: > >> +(define-public llvm-3.8 >> + (package (inherit llvm) >> +(version "

Add glfw 3.1.2 to GNU Guix

2016-05-26 Thread Dennis Mungai
Hello, This patch adds glfw 3.1.2 to GNU Guix. Thanks and regards, Dennis Mungai. From 6d93bf068efe283940952cb31da1f0c1ba82a0cd Mon Sep 17 00:00:00 2001 From: brainiarc7 Date: Thu, 26 May 2016 22:49:25 +0300 Subject: [PATCH] Add glfw to GNU Guix --- gnu/packages/gl.scm | 43

[PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-05-26 Thread Dennis Mungai
m.scm +++ b/gnu/packages/llvm.scm @@ -2,6 +2,9 @@ ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2016 Dennis Mungai +;;; Copyright © 2016 Pjotr Prins +;;; Copyright © 2016 Roel Janssen ;;; ;;; This file is part of GNU

Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-05-26 Thread Dennis Mungai
Hello there, The attached patch adds LLVM, clang and clang-runtime-3.8 to GNU Guix. Thanks and regards, Dennis Mungai. --- llvm.scm 2016-05-18 18:39:48.608015042 +0300 +++ llvms.scm 2016-05-26 22:24:39.282628815 +0300 @@ -2,6 +2,9 @@ ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Mark

Re: [PATCH] Add ocl-icd to GNU Guix

2016-03-21 Thread Dennis Mungai
Hello Ricardo, Thanks for your valuable input. I'll address the issues raised and re-submit the patches to the stated standard. Regards, Dennis. On 21 March 2016 at 13:56, Ricardo Wurmus wrote: > > Hi Dennis, > >> The attached patch adds ocl-icd (An OpenCL ICD Loader) to GNU Guix. > > Thanks!

[PATCH] Add glfw to GNU Guix

2016-03-19 Thread Dennis Mungai
Hello, The patch attached adds glfw to the list of packages in GNU Guix. This definitely goes under gl.scm Thanks and regards, Dennis. From 18ffe275a47f9c30e2f9fdf5479538689b306a11 Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:49:07 +0300 Subject: [PATCH] Ported the

[PATCH] Add ocl-icd to GNU Guix

2016-03-19 Thread Dennis Mungai
Hello there, The attached patch adds ocl-icd (An OpenCL ICD Loader) to GNU Guix. Thanks and regards, Dennis Mungai. From 67dbc3c40f73a74dd7fa41c1c416c46c94c26f6a Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:41:11 +0300 Subject: [PATCH] Ported ocl-icd package to GNU

[PATCH] Add the clBLAS (OpenCL accelerated BLAS library) to GNU Guix

2016-03-19 Thread Dennis Mungai
Hello, This patch adds the clBLAS package to GNU Guix. It is required as a build dependency by Arrayfire for the OpenCL backend. Thanks and regards, Dennis From 3eaed287a23e17a2537b5b135c62419cd96f6201 Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:49:46 +0300 Subject

[PATCH] Add the clFFT (OpenCL accelerated FFT library) package to GNU Guix

2016-03-19 Thread Dennis Mungai
Hello, This patch adds the clFFT library to GNU Guix. It is needed as a dependency by some aplications such as Arrayfire as a native input. See the package description for more details. Regards, Dennis Mungai. From 6ebec56462308cb83290d4fa4b47be07a5480674 Mon Sep 17 00:00:00 2001 From: Dennis

‘[PATCH] Add opencl-headers to GNU Guix’

2016-03-19 Thread Dennis Mungai
Hello, Attached is a patch that adds opencl-headers to GNU Guix. Thanks and regards, Dennis. From 07a5921c6f45a9503819a9780b76e82d6eef4ab3 Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:40:39 +0300 Subject: [PATCH] Ported opencl-headers package to GNU Guix --- opencl

[PATCH] Add fyba to GNU Guix

2016-03-19 Thread Dennis Mungai
the National geodata standard format SOSI. Thanks and regards, Dennis. From 5212e686078f73211182a4fe52d81529faccefba Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:48:27 +0300 Subject: [PATCH] Ported the fyba package to GNU Guix --- fyba.scm |

[PATCH] Port Arrayfire to GNU Guix

2016-03-19 Thread Dennis Mungai
endor neutrality. Thanks and regards, Dennis From c25732b9beb99a0788349c086f460d45f228dd74 Mon Sep 17 00:00:00 2001 From: Dennis Mungai Date: Sun, 20 Mar 2016 04:51:15 +0300 Subject: [PATCH] Ported ArrayFire to GNU Guix --- arrayfire.scm | 362