Skip to content

Commit

Permalink
updpatch: pythia8 8.3.09-3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jul 11, 2023
1 parent cc518d3 commit 3650e3b
Showing 1 changed file with 19 additions and 21 deletions.
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}"

0 comments on commit 3650e3b

Please sign in to comment.