Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion geneva.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### RPM external geneva 1.0-RC3
## INITENV +PATH PYTHON27PATH %{i}/${PYTHON_LIB_SITE_PACKAGES}
Source: git+https://stash.desy.de/scm/geneva/geneva-public.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Source: git+https://stash.desy.de/scm/geneva/geneva-public.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
# no-cmssdt-cache=1 part is used to instruct cmsBuild to not cache these files.
# no-cmssdt-cache=1 is removed by cmsBuild
Source2: http://cmsrep.cern.ch/cmssw/download/%{n}/%{realversion}/no-cmssdt-cache=1/CT10nnlo_beamfunc.tar.gz
Source3: http://cmsrep.cern.ch/cmssw/download/%{n}/%{realversion}/no-cmssdt-cache=1/MMHT2014nnlo68cl_beamfunc.tar.gz
Source4: http://cmsrep.cern.ch/cmssw/download/%{n}/%{realversion}/no-cmssdt-cache=1/NNPDF31_nnlo_as_0118_beamfunc.tar.gz
Source5: http://cmsrep.cern.ch/cmssw/download/%{n}/%{realversion}/no-cmssdt-cache=1/PDF4LHC15_nnlo_100_beamfunc.tar.gz

BuildRequires: cmake gmake

Expand All @@ -11,6 +17,8 @@ Requires: openloops

%prep
%setup -q -n %{n}-%{realversion}
mkdir -p share/Geneva/beamfunc
cp %{_sourcedir}/*_beamfunc.tar.gz share/Geneva/beamfunc

%build

Expand Down