opencl-icd ver. bump
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.insinto("/usr/include/CL", "OpenCL-Headers-2.1/CL/*")
|
||||
pisitools.insinto("/usr/include/CL", "OpenCL-Headers-2020.12.18/CL/*")
|
||||
shelltools.export("CFLAGS", "-I%s/usr/include -O2")
|
||||
shelltools.export("CXXFLAGS", "-I%s/usr/include -O2")
|
||||
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>OpenCL ICD loader library</Summary>
|
||||
<Description>OpenCL is a royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices.</Description>
|
||||
<Archive sha1sum="437a9ddb5ab51c7cf9589b83c86df5cfbad918f2" type="targz">https://github.com/OCL-dev/ocl-icd/archive/v2.2.12.tar.gz</Archive>
|
||||
<Archive sha1sum="67aaa4264084ae0551f1f3045998e78b217ee37d" type="tarxz" target="ocl-icd-2.2.12">https://sourceforge.net/projects/pisilinux/files/source/OpenCL-Headers-2.1.tar.xz</Archive>
|
||||
<Archive sha1sum="30c8817d54582d3cc26dd4fa0a0c1d408847de05" type="targz">https://github.com/OCL-dev/ocl-icd/archive/v2.2.14.tar.gz</Archive>
|
||||
<!-- <Archive sha1sum="67aaa4264084ae0551f1f3045998e78b217ee37d" type="tarxz" target="ocl-icd-2.2.14">https://sourceforge.net/projects/pisilinux/files/source/OpenCL-Headers-2.1.tar.xz</Archive> -->
|
||||
<Archive sha1sum="11bb1a594bec203b78184d934257e91c9e68084a" type="targz" target="ocl-icd-2.2.14">https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.12.18.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ruby</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-01-28</Date>
|
||||
<Version>2.2.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-11-15</Date>
|
||||
<Version>2.2.12</Version>
|
||||
@@ -55,4 +63,3 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user