summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2019-06-12 09:40:47 +0200
committerFrank Siegert2019-06-12 09:40:53 +0200
commit5d5b7c56d7ddfaeffe33218960cc22e3ede48898 (patch)
tree519e6c14d10871a1509fb27bd3258be054aa78b3
parent0024f2f6eddd2f1fd2646f0fa93fa7c32b54e9c0 (diff)
downloadaur-5d5b7c56d7ddfaeffe33218960cc22e3ede48898.tar.gz
Update to new hg repo
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7f8e89728e..c1344528d330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Aug 16 12:58:54 UTC 2018
pkgbase = rivet-hg
pkgdesc = A particle physics package for data analysis and validation of Monte Carlo event generators -- latest build from hg-repo
- pkgver = r6396.6af72c1a196d
+ pkgver = r7248.4e530be4f27e
pkgrel = 1
url = http://rivet.hepforge.org
arch = x86_64
@@ -10,17 +8,18 @@ pkgbase = rivet-hg
license = GPL3
makedepends = cython
depends = python
- depends = yoda>=1.7.1
+ depends = yoda
depends = fastjet
depends = gsl
depends = hepmc
+ depends = fastjet-contrib
optdepends = texlive-core: Plotting functionality
optdepends = ghostscript: PDF plot output
optdepends = imagemagick: PNG plot output
optdepends = python2: For Python2 module in addition to Python3
provides = rivet
conflicts = rivet
- source = hg+https://rivet.hepforge.org/hg/rivet
+ source = rivet::hg+https://phab.hepforge.org/source/rivethg#branch=multiweight-merge27
md5sums = SKIP
pkgname = rivet-hg
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
}