1 Star 0 Fork 1

forrest_ly / gemmlowp

forked from src-anolis-ai / gemmlowp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gemmlowp.spec 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
forrest_ly 提交于 2021-12-14 16:23 . first commit
%global githash fda83bdc
%global gitdate 20200506
Name: gemmlowp
Version: 0
Release: %{gitdate}.git%{githash}%{?dist}
Summary: Low-precision GEMM library
License: BSD
URL: https://github.com/google/gemmlowp
BuildArch: noarch
Source0: %{name}.tar.xz
BuildRequires: cmake gcc-c++
%global __cmake_in_source_build 1
%description
A small self-contained low-precision GEMM library
%package devel
Summary: Development files
%description devel
This package contains the development files for %{name}.
%prep
%setup -q -n %{name}
%build
%install
rm -rf %{buildroot}
for f in `find -type f -name '*.h'`;
do
install -D -pm 644 $f %{buildroot}/%{_includedir}/%{name}/$f
done
%files devel
%license LICENSE
%doc doc README.md
%{_includedir}/*
%changelog
* Fri Sep 25 2020 Cristian Balint <cristian.balint@gmail.com> - 0.1
- initial build
1
https://gitee.com/forrest_ly/gemmlowp.git
git@gitee.com:forrest_ly/gemmlowp.git
forrest_ly
gemmlowp
gemmlowp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891