Initial version
This commit is contained in:
parent
638c49bb96
commit
fe61d1c585
BIN
spirv-tools-97f1d485b76303ea7094fa164c0cc770b79f6f78.tar.gz
Normal file
BIN
spirv-tools-97f1d485b76303ea7094fa164c0cc770b79f6f78.tar.gz
Normal file
Binary file not shown.
92
spirv-tools.spec
Normal file
92
spirv-tools.spec
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
%global commit 97f1d485b76303ea7094fa164c0cc770b79f6f78
|
||||||
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
%global commit_date 20200129
|
||||||
|
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||||
|
|
||||||
|
Name: spirv-tools
|
||||||
|
Version: 2019.5
|
||||||
|
Release: 1%{?gitrel}%{?dist}
|
||||||
|
Summary: API and commands for processing SPIR-V modules
|
||||||
|
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
||||||
|
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: cmake3
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: ninja-build
|
||||||
|
%if 0%{?rhel} == 7
|
||||||
|
BuildRequires: python36-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
%endif
|
||||||
|
BuildRequires: python3-rpm-macros
|
||||||
|
BuildRequires: spirv-headers-devel
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description
|
||||||
|
The package includes an assembler, binary module parser,
|
||||||
|
disassembler, and validator for SPIR-V..
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: Library files for %{name}
|
||||||
|
Provides: %{name}-libs%{?_isa} = %{version}
|
||||||
|
|
||||||
|
%description libs
|
||||||
|
library files for %{name}
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for %{name}
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n SPIRV-Tools-%{commit}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__mkdir_p %_target_platform
|
||||||
|
pushd %_target_platform
|
||||||
|
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
||||||
|
-DSPIRV-Headers_SOURCE_DIR=%{_prefix} \
|
||||||
|
-DPYTHON_EXECUTABLE=%{__python3} \
|
||||||
|
-GNinja ..
|
||||||
|
%ninja_build
|
||||||
|
popd
|
||||||
|
|
||||||
|
%install
|
||||||
|
%ninja_install -C %_target_platform
|
||||||
|
|
||||||
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md CHANGES
|
||||||
|
%{_bindir}/spirv-as
|
||||||
|
%{_bindir}/spirv-cfg
|
||||||
|
%{_bindir}/spirv-dis
|
||||||
|
%{_bindir}/spirv-lesspipe.sh
|
||||||
|
%{_bindir}/spirv-link
|
||||||
|
%{_bindir}/spirv-opt
|
||||||
|
%{_bindir}/spirv-reduce
|
||||||
|
%{_bindir}/spirv-val
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%{_libdir}/libSPIRV-Tools-link.so
|
||||||
|
%{_libdir}/libSPIRV-Tools-opt.so
|
||||||
|
%{_libdir}/libSPIRV-Tools-shared.so
|
||||||
|
%{_libdir}/libSPIRV-Tools-reduce.so
|
||||||
|
%{_libdir}/libSPIRV-Tools.so
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/spirv-tools/
|
||||||
|
%{_libdir}/cmake/*
|
||||||
|
%{_libdir}/pkgconfig/SPIRV-Tools-shared.pc
|
||||||
|
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Oct 09 2020 Zhiyi Weng <zhiyi@iscas.ac.cn> - 2019.5-1
|
||||||
|
- Initial version.
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user