Skip to content

Commit

Permalink
Merge pull request #7281 from cms-sw/mrodozov-patch-2
Browse files Browse the repository at this point in the history
Update UTM to 0.9.1
  • Loading branch information
smuzaffar authored Sep 20, 2021
2 parents 85bbdbb + 2ddc1d9 commit b5ba2ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utm.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### RPM external utm utm_0.8.2
### 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
Requires: boost
Requires: xerces-c boost

%prep
%setup -n %{n}-%{realversion}

%build
export XERCES_C_BASE=${XERCES_C_ROOT}
export BOOST_BASE=${BOOST_ROOT}
./configure
make %{makeprocesses} all

%install
Expand Down

0 comments on commit b5ba2ad

Please sign in to comment.