From 97b87935f24e017c5d0b6bbd2641a6ab52395e95 Mon Sep 17 00:00:00 2001 From: wouf Date: Sat, 7 Dec 2019 01:09:34 +0300 Subject: [PATCH 01/11] Create hydjet.spec --- hydjet.spec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hydjet.spec diff --git a/hydjet.spec b/hydjet.spec new file mode 100644 index 00000000000..49e70085dda --- /dev/null +++ b/hydjet.spec @@ -0,0 +1,20 @@ +### RPM external hydjet 1.9.1 + +Source: http://cern.ch/lokhtin/hydro/%{n}-%{realversion}.tar.gz + +BuildRequires: cmake + +Requires: pyquen pythia6 lhapdf + + +%prep +%setup -q -n %{n}-%{realversion} + +%build + +cmake . -DCMAKE_INSTALL_PREFIX=%i -DCMAKE_BUILD_TYPE=Release -DPYQUEN_DIR=${PYQUEN_ROOT} -DPYTHIA6_DIR=${PYTHIA6_ROOT} -DLHAPDF_ROOT_DIR=${LHAPDF_ROOT} +cmake --build . --clean-first -- %{makeprocesses} + +%install + +cmake --build . --target install --clean-first -- %{makeprocesses} From 4698a3ecad89c3b595836dd02b2d67c67f50329e Mon Sep 17 00:00:00 2001 From: wouf Date: Sat, 7 Dec 2019 01:11:09 +0300 Subject: [PATCH 02/11] Create hydjet-toolfile.spec --- hydjet-toolfile.spec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hydjet-toolfile.spec diff --git a/hydjet-toolfile.spec b/hydjet-toolfile.spec new file mode 100644 index 00000000000..02bb671c727 --- /dev/null +++ b/hydjet-toolfile.spec @@ -0,0 +1,23 @@ +### RPM external hydjet-toolfile 1.0 +Requires: hydjet +%prep + +%build + +%install + +mkdir -p %i/etc/scram.d +cat << \EOF_TOOLFILE >%i/etc/scram.d/hydjet.xml + + + + + + + + + + +EOF_TOOLFILE + +## IMPORT scram-tools-post From 7b2cd7537365cca3aa2af35f09e890152cd6bf40 Mon Sep 17 00:00:00 2001 From: wouf Date: Sat, 7 Dec 2019 01:12:29 +0300 Subject: [PATCH 03/11] Update pyquen.spec --- pyquen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquen.spec b/pyquen.spec index b3a2e009d6e..b80b83346be 100644 --- a/pyquen.spec +++ b/pyquen.spec @@ -1,4 +1,4 @@ -### RPM external pyquen 1.5.3 +### RPM external pyquen 1.5.4 Source: http://lokhtin.web.cern.ch/lokhtin/%{n}/%{n}-%{realversion}.tar.gz From 7134a15469c7e227794a58986d89e903bc163c35 Mon Sep 17 00:00:00 2001 From: wouf Date: Sat, 7 Dec 2019 07:48:03 +0300 Subject: [PATCH 04/11] Update cmssw-tool-conf.spec --- cmssw-tool-conf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cmssw-tool-conf.spec b/cmssw-tool-conf.spec index 9f36d783ada..9a215e97946 100644 --- a/cmssw-tool-conf.spec +++ b/cmssw-tool-conf.spec @@ -45,6 +45,7 @@ Requires: hepmc-toolfile Requires: heppdt-toolfile Requires: herwig-toolfile Requires: herwigpp-toolfile +Requires: hydjet-toolfile Requires: ittnotify-toolfile Requires: jemalloc-toolfile Requires: jemalloc-debug-toolfile From 30ddf9070144902d1d2cb3d96c96584a28953936 Mon Sep 17 00:00:00 2001 From: wouf Date: Mon, 9 Dec 2019 14:52:29 +0300 Subject: [PATCH 05/11] Update pyquen.spec --- pyquen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquen.spec b/pyquen.spec index b80b83346be..a4d7fddd6dd 100644 --- a/pyquen.spec +++ b/pyquen.spec @@ -17,4 +17,4 @@ cmake --build . --clean-first -- %{makeprocesses} %install -cmake --build . --target install --clean-first -- %{makeprocesses} +cmake --build . --target install -- %{makeprocesses} From 9556f1e99967d179c80a9ea3fceab9e33213f2f8 Mon Sep 17 00:00:00 2001 From: wouf Date: Mon, 9 Dec 2019 14:53:17 +0300 Subject: [PATCH 06/11] Update hydjet.spec --- hydjet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydjet.spec b/hydjet.spec index 49e70085dda..616a3ba726d 100644 --- a/hydjet.spec +++ b/hydjet.spec @@ -17,4 +17,4 @@ cmake --build . --clean-first -- %{makeprocesses} %install -cmake --build . --target install --clean-first -- %{makeprocesses} +cmake --build . --target install -- %{makeprocesses} From 44ed6cd321dcc1040dc858e904aa5605bab513a9 Mon Sep 17 00:00:00 2001 From: wouf Date: Mon, 9 Dec 2019 16:28:10 +0300 Subject: [PATCH 07/11] Update pyquen.spec --- pyquen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquen.spec b/pyquen.spec index a4d7fddd6dd..a15c5db0983 100644 --- a/pyquen.spec +++ b/pyquen.spec @@ -2,7 +2,7 @@ Source: http://lokhtin.web.cern.ch/lokhtin/%{n}/%{n}-%{realversion}.tar.gz -BuildRequires: cmake +BuildRequires: cmake gmake Requires: pythia6 lhapdf From 2c0d3be5e40f5b3bec8ada4797e6336922e5f6c9 Mon Sep 17 00:00:00 2001 From: wouf Date: Mon, 9 Dec 2019 16:29:11 +0300 Subject: [PATCH 08/11] Update hydjet.spec --- hydjet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydjet.spec b/hydjet.spec index 616a3ba726d..dd6516395cb 100644 --- a/hydjet.spec +++ b/hydjet.spec @@ -2,7 +2,7 @@ Source: http://cern.ch/lokhtin/hydro/%{n}-%{realversion}.tar.gz -BuildRequires: cmake +BuildRequires: cmake gmake Requires: pyquen pythia6 lhapdf From 75029ebaffed798cfa1b7d9d9321ef05cec79c1b Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Tue, 21 Jul 2020 13:41:32 +0200 Subject: [PATCH 09/11] Add /doc.txt file for hydjet --- hydjet/doc.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hydjet/doc.txt diff --git a/hydjet/doc.txt b/hydjet/doc.txt new file mode 100644 index 00000000000..b1fcbfe5096 --- /dev/null +++ b/hydjet/doc.txt @@ -0,0 +1,11 @@ +- Requested, AddedBy: + @wouf + +- PR: + https://github.com/cms-sw/cmsdist/pull/5412 + +- Description: + + +- Documentation + From 6c673a2d9df932c77de3483953bf0ceeb9b1ced4 Mon Sep 17 00:00:00 2001 From: wouf Date: Tue, 21 Jul 2020 15:50:10 +0300 Subject: [PATCH 10/11] Update doc.txt --- hydjet/doc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hydjet/doc.txt b/hydjet/doc.txt index b1fcbfe5096..fcf4a8ff517 100644 --- a/hydjet/doc.txt +++ b/hydjet/doc.txt @@ -5,7 +5,9 @@ https://github.com/cms-sw/cmsdist/pull/5412 - Description: - + {hydjet} is event generator to simulate jet production, jet quenching and flow effects in ultrarelativistic heavy ion AA collisions + http://lokhtin.web.cern.ch/lokhtin/hydro/hydjet.html - Documentation + http://lokhtin.web.cern.ch/lokhtin/hydro/hydjet.txt From 301be52ac2b1ed9e054a1d65d5a2712d8254fd47 Mon Sep 17 00:00:00 2001 From: wouf Date: Tue, 21 Jul 2020 15:57:10 +0300 Subject: [PATCH 11/11] Create doc.txt --- pyquen/doc.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyquen/doc.txt diff --git a/pyquen/doc.txt b/pyquen/doc.txt new file mode 100644 index 00000000000..4561cf885a4 --- /dev/null +++ b/pyquen/doc.txt @@ -0,0 +1,13 @@ +- Requested, AddedBy: + @wouf + +- PR: + https://github.com/cms-sw/cmsdist/pull/4790 + +- Description: + {pyquen} is event generator for simulation of rescattering, radiative and collisional energy loss of hard partons in expanding quark-gluon plasma created in ultrarelativistic heavy ion AA collisions + http://lokhtin.web.cern.ch/lokhtin/pyquen/ + +- Documentation + http://lokhtin.web.cern.ch/lokhtin/pyquen/pyquen.txt +