Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.4.X] Added PhysicsTools-PatUtils data tool #4595

Merged
merged 1 commit into from Dec 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion cmsswdata.spec
@@ -1,4 +1,4 @@
### RPM cms cmsswdata 32
### RPM cms cmsswdata 33
## NOCOMPILER
Source: none

Expand All @@ -7,6 +7,7 @@ Source: none
%define isnotonline %(case %{cmsplatf} in (*onl_*_*) echo 0 ;; (*) echo 1 ;; esac)
%define isnotarmv7 %(case %{cmsplatf} in (*armv7*) echo 0 ;; (*) echo 1 ;; esac)

Requires: data-PhysicsTools-PatUtils
Requires: data-RecoTauTag-TrainingFiles
Requires: data-DetectorDescription-Schema
Requires: data-MagneticField-Interpolation
Expand Down
1 change: 1 addition & 0 deletions data/data-build-github-new.txt
@@ -1,6 +1,7 @@
#Add/Update data packages here and remove it from rest of *.txt files.
#If there is no customization for the packae then remove its .spec and .file

PhysicsTools-PatUtils=V00-01-00
RecoTauTag-TrainingFiles=V00-01-00
RecoBTag-Combined=V01-01-01
SimTransport-PPSProtonTransport=V00-01-00
Expand Down