ComputeVM: NASM-2.11.06-goolf-1.7.20.eb

File NASM-2.11.06-goolf-1.7.20.eb, 769 bytes (added by george, 9 years ago)
Line 
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##
12easyblock = 'ConfigureMake'
13
14name = 'NASM'
15version = '2.11.06'
16
17homepage = 'http://www.nasm.us/'
18description = """NASM: General-purpose x86 assembler"""
19
20toolchain = {'name': 'goolf', 'version': '1.7.20'}
21
22sources = [SOURCELOWER_TAR_BZ2]
23source_urls = ['http://www.nasm.us/pub/nasm/releasebuilds/%(version)s']
24
25sanity_check_paths = {
26    'files': ['bin/nasm'],
27    'dirs': [],
28}
29
30moduleclass = 'lang'