easyconfigs-it4i/i/ispc/ispc-1.9.1.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
925 B
Plaintext

easyblock = 'Tarball'
name = 'ispc'
version = '1.9.1'
homepage = 'http://ispc.github.io/ , https://github.com/ispc/ispc/'
description = """Intel SPMD Program Compilers; An open-source compiler for high-performance
SIMD programming on the CPU. ispc is a compiler for a variant of the C programming language,
with extensions for 'single program, multiple data' (SPMD) programming.
Under the SPMD model, the programmer writes a program that generally appears
to be a regular serial program, though the execution model is actually that
a number of program instances execute in parallel on the hardware."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = ['ispc-v%(version)s-linux.tar.gz']
source_urls = [
('http://sourceforge.net/projects/ispcmirror/files/v%(version)s', 'download')]
sanity_check_paths = {
'files': ["ispc"],
'dirs': []
}
modextrapaths = {'PATH': ''}
moduleclass = 'compiler'