Skip to content

Commit

Permalink
Merge pull request #19139 from APN-Pucky/20231101201046_new_pr_HepMC2…
Browse files Browse the repository at this point in the history
…0611

{phys}[gompi/2022a] HepMC v2.06.11
  • Loading branch information
bedroge authored Nov 3, 2023
2 parents 098f948 + 7f036f9 commit 758cf38
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 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,27 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Alexander Puck Neuwirth <[email protected]>

easyblock = 'CMakeMake'

name = 'HepMC'
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')]

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

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

moduleclass = 'phys'

0 comments on commit 758cf38

Please sign in to comment.