From ff527bd96a5565c7e205e1bccb626a22dda9266e Mon Sep 17 00:00:00 2001 From: Slava Krutelyov Date: Wed, 7 Jul 2021 13:28:09 -0700 Subject: [PATCH 1/2] update mkfit to V3.1.0 --- mkfit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkfit.spec b/mkfit.spec index 8dbffd4f0c4..d14e308a25d 100644 --- a/mkfit.spec +++ b/mkfit.spec @@ -1,6 +1,6 @@ -### RPM external mkfit 3.0.1 +### RPM external mkfit 3.1.0 ## INCLUDE compilation_flags -%define tag V3.0.1-1+e081989 +%define tag V3.1.0-0+pr332 %define branch devel %define github_user trackreco From 64d0b3cb65692ee490aec4c5f2ef8370639edfb0 Mon Sep 17 00:00:00 2001 From: Slava Krutelyov Date: Wed, 7 Jul 2021 14:21:29 -0700 Subject: [PATCH 2/2] drop Geoms (used only in standalone mkFit bin calls) --- mkfit.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkfit.spec b/mkfit.spec index d14e308a25d..09b469f8ab2 100644 --- a/mkfit.spec +++ b/mkfit.spec @@ -31,8 +31,7 @@ BUILD_ARGS=VEC_GCC="%{ppc64le_build_flags}" make %{makeprocesses} TBB_PREFIX=$TBB_ROOT "${BUILD_ARGS}" %install -mkdir %{i}/include %{i}/include/mkFit %{i}/Geoms +mkdir %{i}/include %{i}/include/mkFit cp -a *.h %{i}/include cp -a mkFit/*.h %{i}/include/mkFit -cp -a Geoms/*.so %{i}/Geoms cp -ar lib %{i}/lib