Skip to content

Commit

Permalink
Merge IB/CMSSW_10_4_X/gcc700 into IB/CMSSW_10_4_X/rootmaster.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Oct 22, 2018
2 parents e7d4fda + ed42c5f commit 364564c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions SCRAMV1.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
### RPM lcg SCRAMV1 V2_2_8
### RPM lcg SCRAMV1 V2_2_9_pre01
## NOCOMPILER

BuildRequires: gmake

Provides: perl(BuildSystem::Template::Plugins::PluginCore)
Provides: perl(BuildSystem::TemplateStash)
Provides: perl(Cache::CacheUtilities)
%define GitHubVersion %(echo SCRAM-%realversion | sed 's|-V|-|')

Source0: https://github.com/cms-sw/SCRAM/archive/%{realversion}.tar.gz
%define tag eb2a200233e34f2aac87d610f7fd4aa686f3e01c
%define branch master
%define github_user cms-sw
Source: git+https://github.com/%{github_user}/SCRAM.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz

%define OldDB /%{cmsplatf}/lcg/SCRAMV1/scramdb/project.lookup
%define SCRAM_ALL_VERSIONS V[0-9][0-9]*_[0-9][0-9]*_[0-9][0-9]*
Expand Down Expand Up @@ -44,7 +46,7 @@ if [ "X%{SCRAM_REL_MINOR}" == "X" ] ; then
exit 1
fi

%setup -n %GitHubVersion
%setup -n %{n}-%{realversion}
%build
gmake %{makeprocesses} all INSTALL_BASE=%{instroot} VERSION=%{realversion} PREFIX=%{i}

Expand Down

0 comments on commit 364564c

Please sign in to comment.