Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cepgen.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### RPM external cepgen 1.2.1patch1_gcc700
### RPM external cepgen 1.2.3_gcc710

Source: https://github.com/cepgen/cepgen/archive/refs/tags/%{realversion}.tar.gz
Patch: cepgen_nopython_noroot
Patch: cepgen_noroot

BuildRequires: cmake gmake
Requires: gsl OpenBLAS hepmc lhapdf pythia6 bz2lib zlib xz
Expand Down
9 changes: 3 additions & 6 deletions cepgen_nopython_noroot.patch → cepgen_noroot.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
diff --git a/CepGenAddOns/CMakeLists.txt b/CepGenAddOns/CMakeLists.txt
index 27ac884a..9eb9d422 100644
index 9b7db4e..4bf730a 100644
--- a/CepGenAddOns/CMakeLists.txt
+++ b/CepGenAddOns/CMakeLists.txt
@@ -14,10 +14,8 @@ add_subdirectory(PhotosTauolaWrapper)
add_subdirectory(ProMCWrapper)
add_subdirectory(Pythia6Wrapper)
@@ -17,7 +17,6 @@ add_subdirectory(Pythia6Wrapper)
add_subdirectory(Pythia8Wrapper)
-add_subdirectory(PythonWrapper)
add_subdirectory(REvolverWrapper)
add_subdirectory(RivetWrapper)
-add_subdirectory(ROOTWrapper)
add_subdirectory(TopdrawerWrapper)

add_subdirectory(Functionals)