Page MenuHomeSolus

D489.id1019.diff
No OneTemporary

D489.id1019.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,22 @@
name : spirv-tools
-version : 1.1
-release : 1
+version : 2016.6
+release : 2
source :
- - https://github.com/KhronosGroup/SPIRV-Tools/archive/spirv-1.1-rev1.tar.gz : c843441dd994b589ac23eac4b83826fe55c5823a7fcbbde6d61826494f6843b5
-license : MIT
+ - https://github.com/KhronosGroup/SPIRV-Tools/archive/v2016.6.tar.gz : 4851a794e3782cfa60f952434d3b2bd6383224f60226c7b90169b8f221e27552
+license : Apache-2.0
component : programming.tools
summary : The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
description: |
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
+builddeps :
+ - spirv-headers
setup : |
- %cmake .
+ mkdir -p external/spirv-headers/include
+ pushd external/spirv-headers/include
+ ln -s /usr/include/spirv spirv
+ popd
+
+ %cmake . -DCMAKE_BUILD_TYPE=Release
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>spirv-tools</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>MIT</License>
+ <License>Apache-2.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.</Summary>
<Description xml:lang="en">The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
@@ -29,7 +29,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="1">spirv-tools</Dependency>
+ <Dependency release="2">spirv-tools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -37,12 +37,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-06-23</Date>
- <Version>1.1</Version>
+ <Update release="2">
+ <Date>2017-06-24</Date>
+ <Version>2016.6</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 21 2023, 2:26 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5828695
Default Alt Text
D489.id1019.diff (2 KB)

Event Timeline