Skip to content

Commit

Permalink
adding easyconfigs: libspatialindex-1.9.3-GCCcore-11.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
surak committed Nov 23, 2022
1 parent 776358f commit acff80f
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
easyblock = 'CMakeMake'

name = 'libspatialindex'
version = '1.9.3'

homepage = 'https://libspatialindex.org'
description = """C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"""

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

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

builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
]

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

moduleclass = 'lib'

0 comments on commit acff80f

Please sign in to comment.