Skip to content

Commit

Permalink
Update mkfit.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Aug 28, 2019
1 parent 8113f86 commit dff60c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkfit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ Patch1: mkfit-ppc-fix

%ifarch x86_64
make TBB_PREFIX=$TBB_ROOT VEC_GCC="-march=core2"
%else
%endif
%ifarch aarch64
make TBB_PREFIX=$TBB_ROOT VEC_GCC="-march=native"
%endif
%ifarch ppc64le
make TBB_PREFIX=$TBB_ROOT VEC_GCC="-mcpu=native"
%endif

%install
mkdir %{i}/include %{i}/include/mkFit %{i}/Geoms
Expand Down

0 comments on commit dff60c2

Please sign in to comment.