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

updpatch: pythia8 8.3.09-3 #2798

Merged
merged 1 commit into from
Jul 11, 2023
Merged
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
40 changes: 19 additions & 21 deletions pythia8/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 1309223)
+++ PKGBUILD (working copy)
@@ -14,7 +14,7 @@
url="http://home.thep.lu.se/Pythia/"
license=('GPL')
depends=('python' 'openmp')
-makedepends=('fastjet' 'hepmc' 'hepmc2' 'lhapdf>=6.2' 'root')
+makedepends=('fastjet' 'hepmc' 'hepmc2' 'lhapdf>=6.2')
diff --git PKGBUILD PKGBUILD
index 1997a0b..2783ad3 100644
--- PKGBUILD
+++ PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="High-energy physics events generator"
arch=('x86_64')
url="https://pythia.org"
license=('GPL2')
-makedepends=('fastjet' 'hepmc' 'hepmc2' 'lhapdf' 'openmp' 'python' 'root' 'zlib')
+makedepends=('fastjet' 'hepmc' 'hepmc2' 'lhapdf' 'openmp' 'python' 'zlib')
source=("https://pythia.org/download/pythia${_pkgpre}/${_pkgid}.tgz"
'pythia8.sh'
'fix_python_lib_paths.patch')
@@ -70,9 +70,6 @@
'pythia8-python-3.11.patch'
@@ -73,9 +73,6 @@ build() {
--with-python \
--with-python-include="/usr/include/python${_pyver}" \
--with-python-lib="/usr/lib/python${_pyver}" \
Expand All @@ -21,13 +21,11 @@ Index: PKGBUILD
--with-openmp \
--with-openmp-include=${_inc} \
--with-openmp-lib=${_lib}
@@ -83,8 +80,7 @@
optdepends=('fastjet: fast jet finding in pp and e+e- collisions'
'hepmc: storing collisions from Monte Carlo'
'hepmc2: storing collisions from Monte Carlo (old interface)'
- 'lhapdf: evaluate PDFs from discretised data files'
- 'root: integrated examples with CERN ROOT data analysis framework')
+ 'lhapdf: evaluate PDFs from discretised data files')

cd "${srcdir}/${_pkgid}"
@@ -97,7 +94,6 @@ package_pythia8() {
'hepmc2: storing collisions from Monte Carlo (old interface)'
'lhapdf: evaluate PDFs from discretised data files'
'python-pythia8: for examples'
- 'root: integrated examples with CERN ROOT data analysis framework'
)

cd "${_pkgid}"