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

Rivet 2.7.2 and YODA 1.75 #5005

Merged
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
58 changes: 0 additions & 58 deletions rivet-2.7.0.patch

This file was deleted.

4 changes: 1 addition & 3 deletions rivet.spec
@@ -1,4 +1,4 @@
### RPM external rivet 2.7.0
### RPM external rivet 2.7.2
## INITENV +PATH PYTHON27PATH %{i}/${PYTHON_LIB_SITE_PACKAGES}
## INITENV +PATH PYTHON3PATH %{i}/${PYTHON3_LIB_SITE_PACKAGES}
## OLD GENSER Source: http://cern.ch/service-spi/external/MCGenerators/distribution/rivet/rivet-%{realversion}-src.tgz
Expand All @@ -8,13 +8,11 @@ Requires: hepmc fastjet yoda
BuildRequires: python py2-cython

Patch0: rivet-1.4.0
Patch1: rivet-2.7.0

%prep
## OLD GENSER: %setup -n rivet/%{realversion}
%setup -n Rivet-%{realversion}
%patch0 -p0
%patch1 -p1

# Update config.{guess,sub} to detect aarch64 and ppc64le
rm -f %{_tmppath}/config.{sub,guess}
Expand Down
2 changes: 1 addition & 1 deletion yoda.spec
@@ -1,4 +1,4 @@
### RPM external yoda 1.7.4
### RPM external yoda 1.7.5
## INITENV +PATH PYTHON27PATH %i/${PYTHON_LIB_SITE_PACKAGES}
## INITENV +PATH PYTHON3PATH %i/${PYTHON3_LIB_SITE_PACKAGES}

Expand Down