Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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