diff --git a/pocl-0.12.tar.gz b/pocl-0.12.tar.gz deleted file mode 100644 index caeb095..0000000 --- a/pocl-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5160d7a59721e6a7d0fc85868381c0afceaa7c07b9956c9be1e3b51e80c29f76 -size 1741325 diff --git a/pocl-0.13.tar.gz b/pocl-0.13.tar.gz new file mode 100644 index 0000000..27c43d1 --- /dev/null +++ b/pocl-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f37d8f26819c0c8efc6de2b57f67a0c8a81514fc9cd5005434e49d67499f9 +size 1901208 diff --git a/pocl.changes b/pocl.changes index 7bce886..ea7a601 100644 --- a/pocl.changes +++ b/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 diff --git a/pocl.spec b/pocl.spec index cbd03a6..a1ea456 100644 --- a/pocl.spec +++ b/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 # # 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