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] HepMC v2.06.11 #19139

Merged
Merged
Changes from 1 commit
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
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/h/HepMC/HepMC-2.06.11-gompi-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Alexander Puck Neuwirth <[email protected]>

easyblock = 'CMakeMake'

name = 'HepMC'
bedroge marked this conversation as resolved.
Show resolved Hide resolved
version = '2.06.11'

homepage = 'http://hepmc.web.cern.ch/hepmc/'
description = """HepMC is a standard for storing Monte Carlo event data."""

toolchain = {'name': 'gompi', 'version': '2022a'}

source_urls = ['https://hepmc.web.cern.ch/hepmc/releases/']
sources = ['hepmc%(version)s.tgz']
checksums = ['86b66ea0278f803cde5774de8bd187dd42c870367f1cbf6cdaec8dc7cf6afc10']

builddependencies = [('CMake', '3.23.1')]

dependencies = [
]

configopts = '-Dmomentum=GEV -Dlength=MM'

sanity_check_paths = {
'files': ["lib/libHepMC.so"],
'dirs': ['include/HepMC']
}

moduleclass = 'phys'
Loading