Skip to content

[libspatialindex] [package list]

libspatialindex/1.9.3-cpeGNU-24.03 (libspatialindex-1.9.3-cpeGNU-24.03.eb)

Install with the EasyBuild-user module:

eb libspatialindex-1.9.3-cpeGNU-24.03.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider libspatialindex/1.9.3-cpeGNU-24.03.

EasyConfig:

easyblock = 'CMakeMake'

name = 'libspatialindex'
version = '1.9.3'

homepage = 'https://libspatialindex.org'

whatis = [
    'Description: C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API'
]

description = """
C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API
"""

toolchain = {'name': 'cpeGNU', 'version': '24.03'}

source_urls = ['https://github.com/%(name)s/%(name)s/releases/download/%(version)s/']
sources = ['spatialindex-src-%(version)s.tar.gz']
checksums = ['47d8779e32477b330e46b62fb7e62cb812caee5d8e684c35cb635a42a749f3fc']

builddependencies = [
    ('buildtools',        '%(toolchain_version)s', '', True),
    ('craype-accel-host', EXTERNAL_MODULE),
]

preconfigopts = prebuildopts = 'module rm rocm && '

sanity_check_paths = {
    'files': ['lib/%s.%s' % (name, SHLIB_EXT)],
    'dirs': ['include/spatialindex'],
}

moduleclass = 'lib'

[libspatialindex] [package list]