aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2017-02-26 21:02:58 +1100
committerJP-Ellis2017-02-26 21:06:18 +1100
commitc201bdd27407de4b47992e24e93c96066ff8d894 (patch)
tree99b7bb92a2329e35fbc73463f65e4a91758e120b
parent56e101b5e8b1bf3bf5c72b5436940b18e78a681a (diff)
downloadaur-c201bdd27407de4b47992e24e93c96066ff8d894.tar.gz
ExRootAnalysis is included in Delphes
Although ExRootAnalysis is part of the 'external' libraries, ExRootAnalysis is not available anywhere else (and might, in the future, be entirely integrated into Delphes). Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2b1d5efe42..22f1f0c86d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 02:42:05 UTC 2017
+# Sun Feb 26 10:04:15 UTC 2017
pkgbase = delphes
pkgdesc = A framework for fast simulation of a generic collider experiment
pkgver = 3.4.0
- pkgrel = 5
+ pkgrel = 6
url = http://cp3.irmp.ucl.ac.be/projects/delphes
arch = i686
arch = x86_64
license = GPL3
depends = cmake
depends = root
- depends = exrootanalysis
source = https://github.com/delphes/delphes/archive/3.4.0.tar.gz
source = cmake.patch
sha256sums = 35a11e7c027a4f0523827babce7b496ff660dfabb2e8b94fd8be1da7468ad197
diff --git a/PKGBUILD b/PKGBUILD
index 84e6750e5bbc..c9a9a641eb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=delphes
pkgver=3.4.0
-pkgrel=5
+pkgrel=6
pkgdesc="A framework for fast simulation of a generic collider experiment"
url="http://cp3.irmp.ucl.ac.be/projects/delphes"
arch=('i686' 'x86_64')
license=('GPL3')
depends=("cmake"
- "root"
- "exrootanalysis")
+ "root")
source=("https://github.com/delphes/delphes/archive/${pkgver}.tar.gz"
"cmake.patch")
sha256sums=('35a11e7c027a4f0523827babce7b496ff660dfabb2e8b94fd8be1da7468ad197'
@@ -27,10 +26,6 @@ build() {
package() {
make install
- # Remove ExRootAnalysis
- rm -rf "${pkgdir}/usr/include/ExRootAnalysis"
- rm "${pkgdir}/usr/lib/libExRootAnalysisDict_rdict.pcm"
-
msg2 "Moving examples and cards"
mkdir -p "${pkgdir}/usr/share/Delphes"
mv "${pkgdir}/usr/examples" "${pkgdir}/usr/cards" "${pkgdir}/usr/share/Delphes/"