Skip to content

Commit

Permalink
Backport UTM to 12_0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov authored Sep 27, 2021
1 parent 1c646dc commit 12f2189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utm.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
### 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 12f2189

Please sign in to comment.