diff --git a/easybuild/easyconfigs/s/siscone/siscone-3.0.6-GCCcore-13.2.0.eb b/easybuild/easyconfigs/s/siscone/siscone-3.0.6-GCCcore-13.2.0.eb new file mode 100644 index 00000000000..e2aecf2c7a8 --- /dev/null +++ b/easybuild/easyconfigs/s/siscone/siscone-3.0.6-GCCcore-13.2.0.eb @@ -0,0 +1,28 @@ +# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild +# Author: Alexander Puck Neuwirth + +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' +