[arch-commits] Commit in spirv-tools/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Thu Oct 4 04:26:04 UTC 2018


    Date: Thursday, October 4, 2018 @ 04:26:04
  Author: lcarlier
Revision: 335757

upgpkg: spirv-tools 2018.5-1

upstream update 2018.5

Modified:
  spirv-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-04 03:09:15 UTC (rev 335756)
+++ PKGBUILD	2018-10-04 04:26:04 UTC (rev 335757)
@@ -1,8 +1,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=spirv-tools
-pkgver=2018.4
-_spirv_headers_commit=ff684ffc6a35d2a58f0f63108877d0064ea33feb
+pkgver=2018.5
 pkgrel=1
 pkgdesc="API and commands for processing SPIR-V modules"
 arch=('x86_64')
@@ -12,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake python git)
 source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver}"
-        "git+git://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}")
+        git+git://github.com/KhronosGroup/SPIRV-Headers.git)
 sha256sums=('SKIP'
             'SKIP')
 
@@ -20,10 +19,6 @@
   cd SPIRV-Tools
 
   rm -rf build && mkdir build && cd build
-  # Disable werror or it fail to build with:
-  # text_handler.cpp: In member function ‘spv_result_t libspirv::AssemblyContext::binaryEncodeString(const char*, spv_instruction_t*)’:
-  # text_handler.cpp:316:10: warning: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying as many bytes from a string as its 
-  # length [-Wstringop-truncation]
   cmake .. \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_INSTALL_LIBDIR=lib \



More information about the arch-commits mailing list