summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--cub.pc2
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f800e4f621cc..d27c881f7175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Dec 7 11:51:47 UTC 2017
pkgbase = cub
pkgdesc = A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
- pkgver = 1.7.4
+ pkgver = 1.8.0
pkgrel = 1
url = http://nvlabs.github.com/cub/
arch = any
license = custom
optdepends = cuda
- source = https://github.com/NVlabs/cub/archive/1.7.4.zip
+ source = https://github.com/NVlabs/cub/archive/1.8.0.zip
source = cub.pc
- sha256sums = 20a1a39fd97e5da7f40f5f2e7fd73fd2ea59f9dc4bb8a6c5f228aa543e727e31
+ sha256sums = 6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3
sha256sums = 5003a9ee6d7dfa32bbdfbd67d2a7cfcc6c1ca54630c85012ec0b18b519d80230
pkgname = cub
diff --git a/PKGBUILD b/PKGBUILD
index 83933c8c010a..cda9241d90e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=cub
-pkgver=1.7.4
+pkgver=1.8.0
pkgrel=1
pkgdesc="A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming."
arch=('any')
@@ -10,7 +10,7 @@ license=('custom')
optdepends=('cuda')
source=("https://github.com/NVlabs/cub/archive/${pkgver}.zip"
"cub.pc")
-sha256sums=('20a1a39fd97e5da7f40f5f2e7fd73fd2ea59f9dc4bb8a6c5f228aa543e727e31'
+sha256sums=('6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3'
'5003a9ee6d7dfa32bbdfbd67d2a7cfcc6c1ca54630c85012ec0b18b519d80230')
package() {
diff --git a/cub.pc b/cub.pc
index 9f430975fa5e..d6ebf4577e54 100644
--- a/cub.pc
+++ b/cub.pc
@@ -1,6 +1,6 @@
Name: cub
Description: A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
Requires:
-Version: 1.7.4
+Version: 1.8.0
Libs:
Cflags: -I/usr/include/cub