Accepting request 384336 from home:pluskalm:branches:science
- Update to 0.13 * kernel compiler support for LLVM/Clang 3.8 * initial (partial) OpenCL 2.0 support * CMake build system almost on parity with autotools * Improved HSA support * Other optimizations and bug fixes OBS-URL: https://build.opensuse.org/request/show/384336 OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=7
This commit is contained in:
parent
9c962ad7ab
commit
9e05584cff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5160d7a59721e6a7d0fc85868381c0afceaa7c07b9956c9be1e3b51e80c29f76
|
||||
size 1741325
|
3
pocl-0.13.tar.gz
Normal file
3
pocl-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a17f37d8f26819c0c8efc6de2b57f67a0c8a81514fc9cd5005434e49d67499f9
|
||||
size 1901208
|
10
pocl.changes
10
pocl.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 07:18:43 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.13
|
||||
* kernel compiler support for LLVM/Clang 3.8
|
||||
* initial (partial) OpenCL 2.0 support
|
||||
* CMake build system almost on parity with autotools
|
||||
* Improved HSA support
|
||||
* Other optimizations and bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 20:02:35 UTC 2015 - mardnh@gmx.de
|
||||
|
||||
|
12
pocl.spec
12
pocl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pocl
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 Guillaume GARDET <guillaume@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,7 +21,7 @@ Name: pocl
|
||||
Summary: Portable Computing Language - an OpenCL implementation
|
||||
License: MIT
|
||||
Group: Productivity/Other
|
||||
Version: 0.12
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
# The whole code is under MIT
|
||||
# except include/utlist.h which is under BSD (and unbundled) and
|
||||
@ -92,10 +92,10 @@ This Subpackage provides the development files needed for pocl.
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..\
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DCMAKE_C_COMPILER=clang \
|
||||
-DCMAKE_CXX_COMPILER=clang++ \
|
||||
-DWITH_LLVM_CONFIG=/usr/bin/llvm-config
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DCMAKE_C_COMPILER=clang \
|
||||
-DCMAKE_CXX_COMPILER=clang++ \
|
||||
-DWITH_LLVM_CONFIG=/usr/bin/llvm-config
|
||||
make %{?_smp_mflags}
|
||||
|
||||
# docs
|
||||
|
Loading…
Reference in New Issue
Block a user