Skip to content

Commit

Permalink
updated CSCTrackFinderEmulation tag which now uses env variable to fi…
Browse files Browse the repository at this point in the history
…nd the data files instead of FileInPath
  • Loading branch information
smuzaffar committed Apr 8, 2016
1 parent a95531b commit b0fcd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CSCTrackFinderEmulation-toolfile.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM cms CSCTrackFinderEmulation-toolfile 1.0
### RPM cms CSCTrackFinderEmulation-toolfile 2.0
Requires: CSCTrackFinderEmulation
%prep

Expand All @@ -15,6 +15,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/CSCTrackFinderEmulation.xml
<environment name="LIBDIR" default="$CSCTRACKFINDEREMULATION_BASE/lib64"/>
<environment name="INCLUDE" default="$CSCTRACKFINDEREMULATION_BASE/include"/>
</client>
<runtime name="CSC_TRACK_FINDER_DATA_DIR" default="$CSCTRACKFINDEREMULATION_BASE/data"/>
<runtime name="CMSSW_SEARCH_PATH" default="$CSCTRACKFINDEREMULATION_BASE/data" type="path"/>
</tool>
EOF_TOOLFILE
Expand Down
5 changes: 2 additions & 3 deletions CSCTrackFinderEmulation.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### RPM cms CSCTrackFinderEmulation 1.1

%define tag 10071ef27f2951e108cc13716a02590b58c3d1a9
### RPM cms CSCTrackFinderEmulation 1.2
%define tag 8c0287fde4739d96fd3fd4a03e5ce5e6b986052e
%define branch cms/CMSSW_8_1_X
%define github_user cms-externals
Source: git+https://github.com/%github_user/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
Expand Down

0 comments on commit b0fcd28

Please sign in to comment.