Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{phys}[gompi/2022a] Herwig v7.2.3 #19138

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions easybuild/easyconfigs/h/Herwig/Herwig-7.2.3-gompi-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Alexander Puck Neuwirth <[email protected]>

easyblock = 'ConfigureMake'

name = 'Herwig'
version = '7.2.3'
local_hepmc = "HepMC3"
local_hepmcver = "3.2.5"

homepage = 'http://herwig.hepforge.org/'
description = """
Herwig is a multi-purpose particle physics event generator.
"""

toolchain = {'name': 'gompi', 'version': '2022a'}
toolchainopts = {'optarch': True, 'pic': True}

source_urls = ['https://herwig.hepforge.org/downloads?f=']
sources = [SOURCE_TAR_BZ2]
checksums = ['5599899379b01b09e331a2426d78d39b7f6ec126db2543e9d340aefe6aa50f84']

dependencies = [
('EvtGen', '01.07.00', '-HepMC-2.06.11'),
('LHAPDF', '6.5.4'),
('ThePEG', '2.2.3', '-HepMC3-3.2.5'),
('fastjet', '3.4.0'),
('Boost', '1.79.0'),
('LHAPDF-sets', '20231013')
]

configopts = "--with-thepeg=$EBROOTTHEPEG --with-evtgen=$EBROOTEVTGEN" \
+ " --with-fastjet=$EBROOTFASTJET --with-boost=$EBROOTBOOST"

sanity_check_paths = {
'files': [
"bin/Herwig",
"bin/herwig-config",
"lib/Herwig/libHerwigAPI.%s" % SHLIB_EXT
],
'dirs': ["include/Herwig"],
}

moduleclass = 'phys'
Loading