define __cmake_in_source_build

define __cmake_in_source_build
This commit is contained in:
sinever 2020-12-14 20:14:23 +08:00 committed by Gitee
parent 12651cb26b
commit 137d9ea93d

View File

@ -1,8 +1,8 @@
%global __cmake_in_source_build %global __cmake_in_source_build 1
Name: onednn Name: onednn
Version: 1.6 Version: 1.6
Release: 1%{?dist} Release: 1
Summary: Deep Neural Network Library Summary: Deep Neural Network Library
License: ASL 2.0 and BSD and Boost and MIT License: ASL 2.0 and BSD and Boost and MIT
@ -95,5 +95,5 @@ rm -rf %{buildroot}%{_docdir}/dnnl
%changelog %changelog
* Sun Dec 13 2020 sinever <sinever@126.com> - 1.6 * Sun Dec 13 2020 sinever <sinever@126.com> - 1.6-1
- Initial spec file. - Initial spec file.