summaryrefslogtreecommitdiff
path: root/sci-physics/pythia/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /sci-physics/pythia/files
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'sci-physics/pythia/files')
-rw-r--r--sci-physics/pythia/files/pythia-8.2.26-run-tests.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-physics/pythia/files/pythia-8.2.26-run-tests.patch b/sci-physics/pythia/files/pythia-8.2.26-run-tests.patch
deleted file mode 100644
index 34c7179fa55d..000000000000
--- a/sci-physics/pythia/files/pythia-8.2.26-run-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- examples/Makefile.orig 2017-07-25 11:56:03.545393093 +0200
-+++ examples/Makefile 2017-07-25 11:56:37.468572887 +0200
-@@ -158,6 +158,7 @@
- rm -f $(LOCAL_EXAMPLE)/weakbosons.lhe
- rm -f $(LOCAL_EXAMPLE)/Pythia8.promc
- rm -f $(LOCAL_EXAMPLE)/hist.root
-+ rm main*out *.dat
-
- # Clean all temporary and generated files.
- distclean: clean
-@@ -168,3 +169,16 @@
- rm -f $(LOCAL_SHARE)/COPYING
- rm -f $(LOCAL_SHARE)/GUIDELINES
- rm -f $(LOCAL_SHARE)/README
-+
-+# Run tests, inject test-specific arguments when needed
-+main%.out: main%
-+ ./$< \
-+ $(if $(findstring $*,16 42 43 $(shell seq 81 89)), main$*.cmnd) \
-+ $(if $(findstring $*, $(shell seq 81 83)), w+_production_lhc_0.lhe) \
-+ $(if $(findstring $*, 84), hepmcout84.dat 2 w+_production_lhc) \
-+ $(if $(findstring $*, $(shell seq 85 88)), w_production) \
-+ $(if $(findstring $*, 42 43 $(shell seq 81 89)), histout$*.dat) \
-+ > $@
-+
-+main89.out: main89
-+ $(foreach cmd, $(wildcard main89*.cmnd), ./$< $(cmd) histout-$(cmd).dat >> $@ || exit;)