summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Siegert2019-06-12 09:40:47 +0200
committerFrank Siegert2019-06-12 09:40:53 +0200
commit5d5b7c56d7ddfaeffe33218960cc22e3ede48898 (patch)
tree519e6c14d10871a1509fb27bd3258be054aa78b3 /PKGBUILD
parent0024f2f6eddd2f1fd2646f0fa93fa7c32b54e9c0 (diff)
downloadaur-5d5b7c56d7ddfaeffe33218960cc22e3ede48898.tar.gz
Update to new hg repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adbeef253808..c0c9a047b5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=rivet-hg
-pkgver=r6396.6af72c1a196d
+pkgver=r7248.4e530be4f27e
pkgrel=1
pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators -- latest build from hg-repo"
arch=('x86_64' 'i686')
@@ -8,21 +8,18 @@ url="http://rivet.hepforge.org"
license=('GPL3')
conflicts=('rivet')
provides=('rivet')
-depends=('python' 'yoda>=1.7.1' 'fastjet' 'gsl' 'hepmc')
+depends=('python' 'yoda' 'fastjet' 'gsl' 'hepmc' 'fastjet-contrib')
optdepends=('texlive-core: Plotting functionality'
'ghostscript: PDF plot output'
'imagemagick: PNG plot output'
'python2: For Python2 module in addition to Python3')
makedepends=('cython')
-source=('hg+https://rivet.hepforge.org/hg/rivet')
+source=('rivet::hg+https://phab.hepforge.org/source/rivethg#branch=multiweight-merge27')
md5sums=('SKIP')
build() {
cd "$srcdir/rivet"
autoreconf -i
- ## need to rebuild Python extension code with up-to-date Cython for Python 3.7
- ## will eventually be fixed upstream
- touch pyext/rivet/*.pyx
./configure --prefix=/usr
make
}