NASM-2.12.02-intel-2018.eb 768 B

12345678910111213141516171819202122232425262728293031
  1. ##
  2. # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
  3. #
  4. # Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
  5. # Authors:: Fotis Georgatos <fotis@cern.ch>
  6. # License:: MIT/GPL
  7. # $Id$
  8. #
  9. # This work implements a part of the HPCBIOS project and is a component of the policy:
  10. # http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html
  11. ##
  12. easyblock = 'ConfigureMake'
  13. name = 'NASM'
  14. version = '2.12.02'
  15. homepage = 'http://www.nasm.us/'
  16. description = """NASM: General-purpose x86 assembler"""
  17. toolchain = {'name': 'intel', 'version': '2018'}
  18. sources = [SOURCELOWER_TAR_BZ2]
  19. source_urls = ['http://www.nasm.us/pub/nasm/releasebuilds/%(version)s']
  20. sanity_check_paths = {
  21. 'files': ['bin/nasm'],
  22. 'dirs': [],
  23. }
  24. moduleclass = 'lang'