Skip to content

Commit

Permalink
Merge pull request #6917 from slava77/patch-19
Browse files Browse the repository at this point in the history
update mkfit to 3.0.1
  • Loading branch information
cmsbuild authored Jun 16, 2021
2 parents 29fa10c + bff911f commit 89bad08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions mkfit-toolfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ done
cat << \EOF_TOOLFILE >>%i/etc/scram.d/%{base_package}.xml
</client>
<use name="tbb"/>
<use name="json"/>
<runtime name="MKFIT_BASE" value="$MKFITBASE"/>
</tool>
EOF_TOOLFILE
Expand Down
6 changes: 3 additions & 3 deletions mkfit.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### RPM external mkfit 2.1.0
### RPM external mkfit 3.0.1
## INCLUDE compilation_flags
%define tag V2.1.0-0+pr291
%define tag V3.0.1-1+e081989
%define branch devel
%define github_user trackreco

Expand All @@ -20,7 +20,7 @@ sed -i -e 's|-std=c++14|-std=c++1z|' Makefile.config

%build
%ifarch x86_64
BUILD_ARGS=VEC_GCC="-msse3"
BUILD_ARGS=SSE3="1"
%endif
%ifarch aarch64
BUILD_ARGS=VEC_GCC="-march=native"
Expand Down

0 comments on commit 89bad08

Please sign in to comment.