-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19139 from APN-Pucky/20231101201046_new_pr_HepMC2…
…0611 {phys}[gompi/2022a] HepMC v2.06.11
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
easybuild/easyconfigs/h/HepMC/HepMC-2.06.11-gompi-2022a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |