Skip to content

Commit

Permalink
Merge pull request #1264 from smuzaffar/IB/CMSSW_7_4_X/stable
Browse files Browse the repository at this point in the history
new config tag and use findDependencies.pl from config tag
  • Loading branch information
smuzaffar committed Dec 19, 2014
2 parents 4880d0a + 31f2bff commit bc42014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scram-project-build.file
Expand Up @@ -67,7 +67,7 @@ Requires: file
%endif

%if "%{?configtag:set}" != "set"
%define configtag V05-03-31
%define configtag V05-04-00
%endif

%if "%{?useCmsTC:set}" != "set"
Expand Down Expand Up @@ -128,7 +128,6 @@ Source2: %{additionalSrc0}&output=/src1.tar.gz
%if "%{?additionalSrc1:set}" == "set"
Source3: %{additionalSrc1}&output=/src2.tar.gz
%endif
Source4: findDependencies.pl

%prep
rm -rf config
Expand Down Expand Up @@ -242,7 +241,7 @@ fi

%if "%{?saveDeps:set}" == "set"
mkdir -p %i/etc/dependencies
perl %{_sourcedir}/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT
perl %i/config/SCRAM/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT
%{?PatchReleaseDependencyInfo:%PatchReleaseDependencyInfo}
gzip -f %i/etc/dependencies/*.out
%endif
Expand Down

0 comments on commit bc42014

Please sign in to comment.