pocl 0.11

adds support for LLVM >= 3.5
This commit is contained in:
Björn Esser 2015-04-10 11:28:10 +02:00
parent 3761775b1f
commit 9441f97f38
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# If it's a released tarball, provide the source here
%global source http://downloads.sourceforge.net/project/pocl/pocl-0.10.tar.gz
%global source http://downloads.sourceforge.net/project/pocl/pocl-0.11.tar.gz
%global is_release %{?source:1}%{!?source:0}
@ -14,8 +14,8 @@
Summary: Portable Computing Language - an OpenCL implementation
Name: pocl
Version: 0.10
Release: 3%{?gitversion}%{?dist}
Version: 0.11
Release: 1%{?gitversion}%{?dist}
# The whole code is under MIT
# except include/utlist.h which is under BSD (and unbundled) and
@ -152,6 +152,10 @@ make check
%changelog
* Fri Apr 10 2015 Björn Esser <bjoern.esser@gmail.com> - 0.11-1
- pocl 0.11
- adds support for LLVM >= 3.5
* Fri Apr 10 2015 Björn Esser <bjoern.esser@gmail.com> - 0.10-3
- rebuild for libLLVM-3.6.so

View File

@ -1 +1 @@
0096be4f595c7b5cbfa42430c8b3af6a pocl-0.10.tar.gz
9be0640cde2983062c47393d9e8e8fe7 pocl-0.11.tar.gz