mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/ocl-icd: Updated for version 2.2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8698d4bf1
commit
69c21c6795
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ocl-icd
|
||||
|
||||
# Copyright (c) 2017 Alan Alberghini <414N@slacky.it>
|
||||
# Copyright (c) 2017-2019 Alan Alberghini <414N@slacky.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
# 1 - Initial release.
|
||||
|
||||
PRGNAM=ocl-icd
|
||||
VERSION=${VERSION:-2.2.11}
|
||||
VERSION=${VERSION:-2.2.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
DOCS="README NEWS COPYING"
|
||||
|
@ -76,6 +76,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./bootstrap
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ocl-icd"
|
||||
VERSION="2.2.11"
|
||||
HOMEPAGE="https://forge.imag.fr/projects/ocl-icd/"
|
||||
DOWNLOAD="https://forge.imag.fr/frs/download.php/814/ocl-icd-2.2.11.tar.gz"
|
||||
MD5SUM="32335dc7dd3ea2a4b994ca87f2f80554"
|
||||
VERSION="2.2.12"
|
||||
HOMEPAGE="https://github.com/OCL-dev/ocl-icd"
|
||||
DOWNLOAD="https://github.com/OCL-dev/ocl-icd/archive/v2.2.12.tar.gz"
|
||||
MD5SUM="47035a0b597fe334be16a653c7c7951f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -16,4 +16,4 @@ ocl-icd:
|
|||
ocl-icd:
|
||||
ocl-icd:
|
||||
ocl-icd: Homepage:
|
||||
ocl-icd: https://forge.imag.fr/projects/ocl-icd/
|
||||
ocl-icd: https://github.com/OCL-dev/ocl-icd
|
||||
|
|
Loading…
Reference in a new issue