Thepeg fix (#19405)

* Add recipe for qgraf

* Revert "Add recipe for qgraf"

This reverts commit 76783f73867a32b4a96e980e31a433ed3c0037fd.

* Fixes for thepeg

Co-authored-by: Ivan Razumov <ivan.razumov@cern.ch>
This commit is contained in:
iarspider 2020-10-20 23:33:17 +02:00 committed by GitHub
parent cee5c2e755
commit 03611f2e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,8 @@ class Thepeg(AutotoolsPackage):
patch('thepeg-1.9.2.patch', when='@1.9.2', level=0) patch('thepeg-1.9.2.patch', when='@1.9.2', level=0)
patch('thepeg-2.1.1.patch', when='@2.1.1:2.2.1', level=0) patch('thepeg-2.1.1.patch', when='@2.1.1:2.2.1', level=0)
force_autoreconf = True
depends_on('gsl') depends_on('gsl')
depends_on('lhapdf') depends_on('lhapdf')
depends_on('lhapdf@:6.2.999', when='@:1.9.999') depends_on('lhapdf@:6.2.999', when='@:1.9.999')