GEOS-3.9.1-intel-2021.03.eb 588 B

1234567891011121314151617181920
  1. easyblock = 'ConfigureMake'
  2. name = 'GEOS'
  3. version = '3.9.1'
  4. homepage = 'https://trac.osgeo.org/geos'
  5. description = """GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)"""
  6. toolchain = {'name': 'intel', 'version': '2021.03'}
  7. source_urls = ['https://download.osgeo.org/geos/']
  8. sources = [SOURCELOWER_TAR_BZ2]
  9. checksums = ['7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a']
  10. sanity_check_paths = {
  11. 'files': ['bin/geos-config', 'lib/libgeos.%s' % SHLIB_EXT, 'lib/libgeos.a', 'include/geos.h'],
  12. 'dirs': [],
  13. }
  14. moduleclass = 'math'