[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/377: gnu: opencl-clhpp: Update to 2.0.15.
From: |
guix-commits |
Subject: |
180/377: gnu: opencl-clhpp: Update to 2.0.15. |
Date: |
Sun, 5 Sep 2021 10:07:39 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 95a86b9bab598f8d6b1414f489e901354626dfe9
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Aug 11 09:41:38 2021 +0200
gnu: opencl-clhpp: Update to 2.0.15.
Note that this version bump removes the deprecated cl.hpp header
interface.
* gnu/packages/opencl.scm (opencl-clhpp): Update to 2.0.15.
[#:configure-flags]: Remove prefix.
---
gnu/packages/opencl.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index 4535f03..484a766 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -95,7 +95,7 @@
(define-public opencl-clhpp
(package
(name "opencl-clhpp")
- (version "2.0.10")
+ (version "2.0.15")
(source
(origin
(method git-fetch)
@@ -103,21 +103,14 @@
(url "https://github.com/KhronosGroup/OpenCL-CLHPP")
(commit (string-append "v" version))))
(sha256
- (base32 "0h5kpg5cl8wzfnqmv6i26aig2apv06ffm9p3rh35938n9r8rladm"))
+ (base32 "1wycdbvwbdn7lqdd3sby8471qg2zdisr70218ava6cfvxdsqcp83"))
(file-name (git-file-name name version))))
(native-inputs
`(("python" ,python-wrapper)))
(propagated-inputs
`(("opencl-headers" ,opencl-headers)))
(arguments
- `(#:configure-flags
- (let ((out (assoc-ref %outputs "out")))
- (list
- "-DBUILD_EXAMPLES=OFF"
- "-DBUILD_TESTS=OFF"
- (string-append "-DCMAKE_INSTALL_PREFIX="
- (assoc-ref %outputs "out")
- "/include")))
+ `(#:configure-flags (list "-DBUILD_EXAMPLES=OFF" "-DBUILD_TESTS=OFF")
;; The regression tests require a lot more dependencies.
#:tests? #f))
(build-system cmake-build-system)
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., (continued)
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/05
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/05
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/05
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/05
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/05
- 162/377: gnu: emacs-guix: Update to 0.5.2.5-c9aef52., guix-commits, 2021/09/05
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/05
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/05
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/05
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., guix-commits, 2021/09/05
- 180/377: gnu: opencl-clhpp: Update to 2.0.15.,
guix-commits <=
- 193/377: gnu: bootloader: Support multiple targets., guix-commits, 2021/09/05
- 199/377: gnu: Add python-pyspnego., guix-commits, 2021/09/05
- 201/377: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/09/05
- 203/377: gnu: python-mock: Update description., guix-commits, 2021/09/05
- 210/377: gnu: Add ansible-core., guix-commits, 2021/09/05
- 215/377: services: Remove i486 qemu target., guix-commits, 2021/09/05
- 88/377: gnu: Add r-ballgown., guix-commits, 2021/09/05
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/05
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/05
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/05