Skip to content

Commit

Permalink
Change openloops source
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Mar 29, 2019
1 parent e9f9b29 commit ba28838
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions openloops.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
### RPM external openloops 2.0.0
%define tag a0fd88934c5c5b83f66fa4791c07f7872ec00a13
%define tag 944f9f27fc68d2a14d6df9f877ab49258028c7e6
%define branch cms/v%{realversion}
%define github_user cms-externals
#Source: git+https://github.com/%github_user/openloops.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Source: http://www.hepforge.org/archive/openloops/OpenLoops-2.0.0.tar.gz

BuildRequires: python scons
Source: git+https://github.com/%github_user/openloops.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz

#Patch0: openloops-1.2.3-cpp-use-undef
BuildRequires: python scons

%define keep_archives true

%prep
%setup -n OpenLoops-%{realversion}
#%patch0 -p1
%setup -n %{n}-%{realversion}

%build
cat << \EOF >> openloops.cfg
Expand All @@ -29,8 +26,5 @@ EOF
./openloops update --processes generator=0

%install
#mkdir %i/{lib,proclib}
mkdir %i/lib
cp lib/*.so %i/lib
#cp proclib/*.so %i/proclib
#cp proclib/*.info %i/proclib

0 comments on commit ba28838

Please sign in to comment.