]> git.pld-linux.org Git - packages/intel-graphics-compiler.git/blobdiff - intel-graphics-compiler.spec
up to 1.0.5353
[packages/intel-graphics-compiler.git] / intel-graphics-compiler.spec
index f9aeac4591f4b795e83ae3dfc08af9cfacd3c015..4af10032369438d13f3d2e9b9eb483dfd4cce17e 100644 (file)
@@ -1,17 +1,17 @@
 
 # requires the OpenCL patches
-%define llvm_version 7.0.1-3
+%define llvm_version 11.0.0
 
-%define opencl_clang_version 8.0.1
+%define opencl_clang_version 11.0.0
 
 Summary:       The Intel Graphics Compiler for OpenCL
 Name:          intel-graphics-compiler
-Version:       1.0.8
-Release:       2
+Version:       1.0.5353
+Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       https://github.com/intel/intel-graphics-compiler/archive/igc-%{version}/igc-%{version}.tar.gz
-# Source0-md5: 9999fd7b6947b2ed0a11f7b07b1e7acc
+# Source0-md5: bf101f596f63d1c9d6cddca10b9623ef
 Patch0:                pkgconfig.patch
 Patch1:                cxx_flags.patch
 URL:           https://github.com/intel/intel-graphics-compiler/
@@ -23,8 +23,8 @@ Requires:     %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The Intel Graphics Compiler for OpenCL is an LLVM based compiler for OpenCL
-targeting Intel Gen graphics hardware architecture.
+The Intel Graphics Compiler for OpenCL is an LLVM based compiler for
+OpenCL targeting Intel Gen graphics hardware architecture.
 
 %package libs
 Summary:       The Intel Graphics Compiler for OpenCL libraries
@@ -52,6 +52,8 @@ Pliki nagłówkowe biblioteki %{name}.
 %patch0 -p1
 %patch1 -p1
 
+%{__sed} -i -e 's/-Werror/-Werror -Wno-error=deprecated-declarations/' IGC/CMakeLists.txt
+
 %build
 install -d build
 cd build
@@ -59,6 +61,8 @@ 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} \
+       -DIGC_BUILD__VC_ENABLED=OFF \
        ../
 %{__make}
 
@@ -99,7 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%{_includedir}/iga
 %{_includedir}/igc
+%{_includedir}/visa
 %ifarch %{x8664}
 %attr(755,root,root) %{_libdir}/libiga64.so
 %else
This page took 0.07149 seconds and 4 git commands to generate.