Skip to content

Commit

Permalink
Add easyconfig siscone-3.0.6-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Dec 17, 2024
1 parent ef9d23d commit ca5db4a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/s/siscone/siscone-3.0.6-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Alexander Puck Neuwirth <[email protected]>

easyblock = 'ConfigureMake'

name = 'siscone'
version = '3.0.6'

homepage = 'https://siscone.hepforge.org/'
description = """Hadron Seedless Infrared-Safe Cone jet algorithm"""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://siscone.hepforge.org/downloads/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['f9f19e87433305d073e5715a175d8ef0a56101f97203e5bd36a09b3eeb5cb04a']

builddependencies = [
('binutils', '2.40'),
]

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

moduleclass = 'phys'

0 comments on commit ca5db4a

Please sign in to comment.