Skip to content

Commit

Permalink
Merge pull request #16717 from surak/20221123120505_new_pr_libspatial…
Browse files Browse the repository at this point in the history
…index193

{lib}[GCCcore/11.3.0] libspatialindex v1.9.3
  • Loading branch information
SebastianAchilles authored Nov 25, 2022
2 parents cf6c936 + acff80f commit 9f48816
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 9f48816

Please sign in to comment.