Skip to content

Commit

Permalink
Merge pull request #889 from smuzaffar/IB/CMSSW_7_2_X/stable
Browse files Browse the repository at this point in the history
new config tag and cmssw-toolfile fixed
  • Loading branch information
smuzaffar committed Jul 23, 2014
2 parents 2999612 + e9ac01d commit fd591c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmssw-toolfile.spec
Expand Up @@ -15,6 +15,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/cmssw.xml
<environment name="CMSSW_BINDIR" default="$CMSSW_BASE/bin/$SCRAM_ARCH"/>
<environment name="INCLUDE" default="$CMSSW_BASE/src"/>
</client>
<runtime name="@OS_RUNTIME_LDPATH_NAME@" value="$CMSSW_BASE/biglib/$SCRAM_ARCH" type="path"/>
<runtime name="@OS_RUNTIME_LDPATH_NAME@" value="$CMSSW_BASE/lib/$SCRAM_ARCH" type="path"/>
<runtime name="PATH" value="$CMSSW_BINDIR" type="path"/>
<runtime name="PYTHONPATH" value="$CMSSW_BINDIR" type="path"/>
Expand Down
2 changes: 1 addition & 1 deletion scram-project-build.file
Expand Up @@ -47,7 +47,7 @@ Requires: file
%endif

%if "%{?configtag:set}" != "set"
%define configtag V05-03-10
%define configtag V05-03-12
%endif

%if "%{?useCmsTC:set}" != "set"
Expand Down

0 comments on commit fd591c6

Please sign in to comment.