Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3c59aa949 | ||
|
|
a8c8db109c | ||
|
|
9455eb4ec8 |
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz
|
|||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: gmock-devel
|
||||
|
||||
%ifarch %{arm}
|
||||
# Only used for testing, as it's a header-only package.
|
||||
%global optflags %(echo %{optflags} -mfpu=neon)
|
||||
%endif
|
||||
|
||||
%ifarch %{arm}
|
||||
# Only used for testing, as it's a header-only package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue