libsndfile-1.0.28-intel-2017.02.eb 635 B

1234567891011121314151617181920
  1. easyblock = 'ConfigureMake'
  2. name = 'libsndfile'
  3. version = '1.0.28'
  4. homepage = 'http://www.mega-nerd.com/libsndfile'
  5. description = """Libsndfile is a C library for reading and writing files containing sampled sound
  6. (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. source_urls = ['http://www.mega-nerd.com/libsndfile/files/']
  9. sources = [SOURCE_TAR_GZ]
  10. sanity_check_paths = {
  11. 'files': ['include/sndfile.h', 'include/sndfile.hh', 'lib/libsndfile.a', 'lib/libsndfile.%s' % SHLIB_EXT],
  12. 'dirs': ['bin'],
  13. }
  14. moduleclass = 'lib'