easyconfigs-it4i/y/Yasm/Yasm-1.3.0.eb

32 lines
799 B
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <fotis@cern.ch>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html
##
easyblock = 'ConfigureMake'
name = 'Yasm'
version = '1.3.0'
homepage = 'http://www.tortall.net/projects/yasm/'
description = """Yasm: Complete rewrite of the NASM assembler with BSD license"""
toolchain = {'name': 'system', 'version': ''}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.tortall.net/projects/yasm/releases/']
sanity_check_paths = {
'files': ['bin/yasm'],
'dirs': [],
}
moduleclass = 'lang'