libmo_unpack-3.1.2-foss-2020b.eb 671 B

123456789101112131415161718192021222324252627
  1. easyblock = 'CMakeMake'
  2. name = 'libmo_unpack'
  3. version = '3.1.2'
  4. homepage = "https://github.com/SciTools/libmo_unpack"
  5. description = "A library for handling the WGDOS and RLE compression schemes used in UM files."
  6. toolchain = {'name': 'foss', 'version': '2020b'}
  7. source_urls = ['https://github.com/SciTools/libmo_unpack/archive']
  8. sources = ['v%(version)s.tar.gz']
  9. builddependencies = [('CMake', '3.18.4')]
  10. dependencies = [('Subunit', '0.0.21', '-Python-3.8.6')]
  11. separate_build_dir = True
  12. configopts = '-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -lsubunit"'
  13. sanity_check_paths = {
  14. 'files': ['lib/libmo_unpack.%s' % SHLIB_EXT],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'tools'