]> git.pld-linux.org Git - packages/intel-graphics-compiler.git/commitdiff
adjust for llvm 8; rel 3 auto/th/intel-graphics-compiler-1.0.8-3
authorJan Palus <atler@pld-linux.org>
Sun, 8 Sep 2019 09:48:20 +0000 (11:48 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 Sep 2019 09:48:20 +0000 (11:48 +0200)
intel-graphics-compiler.spec

index f9aeac4591f4b795e83ae3dfc08af9cfacd3c015..3a0676c23175982eabe53ff6f56a8b4901694d03 100644 (file)
@@ -1,13 +1,13 @@
 
 # requires the OpenCL patches
-%define llvm_version 7.0.1-3
+%define llvm_version 8.0.1
 
 %define opencl_clang_version 8.0.1
 
 Summary:       The Intel Graphics Compiler for OpenCL
 Name:          intel-graphics-compiler
 Version:       1.0.8
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries
 Source0:       https://github.com/intel/intel-graphics-compiler/archive/igc-%{version}/igc-%{version}.tar.gz
@@ -59,6 +59,7 @@ cd build
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS:-%{rpmcxxflags} -DNDEBUG -DQT_NO_DEBUG}" \
        -DCCLANG_FROM_SYSTEM=ON \
+       -DIGC_PREFERRED_LLVM_VERSION=%{llvm_version} \
        ../
 %{__make}
 
This page took 0.070207 seconds and 4 git commands to generate.