From 19c4e9860e8406be44a986c9c1277e8f676f6bfe Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Wed, 8 Sep 2021 12:43:15 +0300 Subject: [PATCH 1/4] Update UTM to 0.9.0 Resolves: https://github.com/cms-l1t-offline/cmssw/issues/946 --- utm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utm.spec b/utm.spec index 2037ff0fa61..29bd871a85f 100644 --- a/utm.spec +++ b/utm.spec @@ -1,4 +1,4 @@ -### RPM external utm utm_0.8.2 +### RPM external utm utm_0.9.0 Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz BuildRequires: gmake Requires: xerces-c From 82178dda259fcdfb1981dd98eaa0f97eacd6832d Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Wed, 8 Sep 2021 14:52:22 +0200 Subject: [PATCH 2/4] fix utm build removing -j nproc for now --- utm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utm.spec b/utm.spec index 29bd871a85f..2117b355b18 100644 --- a/utm.spec +++ b/utm.spec @@ -1,8 +1,7 @@ ### RPM external utm utm_0.9.0 Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz BuildRequires: gmake -Requires: xerces-c -Requires: boost +Requires: xerces-c boost %prep %setup -n %{n}-%{realversion} @@ -10,7 +9,8 @@ Requires: boost %build export XERCES_C_BASE=${XERCES_C_ROOT} export BOOST_BASE=${BOOST_ROOT} -make %{makeprocesses} all +./configure +make all %install make %{makeprocesses} install From 765c3338d9b9b467590c88327b23cb03642eafe3 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Fri, 17 Sep 2021 09:52:01 +0200 Subject: [PATCH 3/4] get updated version --- utm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utm.spec b/utm.spec index 2117b355b18..6dcdc6ff55d 100644 --- a/utm.spec +++ b/utm.spec @@ -1,4 +1,4 @@ -### RPM external utm utm_0.9.0 +### RPM external utm utm_0.9.1 Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz BuildRequires: gmake Requires: xerces-c boost From 2ddc1d9bcc99679cfb02172044ec7afd1fb20225 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Fri, 17 Sep 2021 09:56:43 +0200 Subject: [PATCH 4/4] Update utm.spec --- utm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utm.spec b/utm.spec index 6dcdc6ff55d..ca256db3067 100644 --- a/utm.spec +++ b/utm.spec @@ -10,7 +10,7 @@ Requires: xerces-c boost export XERCES_C_BASE=${XERCES_C_ROOT} export BOOST_BASE=${BOOST_ROOT} ./configure -make all +make %{makeprocesses} all %install make %{makeprocesses} install