easyconfigs-it4i/i/ispc/ispc-1.9.1.eb
Lukáš Krupčík c809a96fcc new file: e/Embree/Embree-2.16.2.eb
new file:   g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
	new file:   i/ispc/ispc-1.9.1.eb
	new file:   o/OSPRay/OSPRay-1.3.0.eb
	new file:   p/ParaView/ParaView-5.1.2-intel-2017a-mpi-OSPRay.eb
	new file:   p/ParaView/Paraview-5.1.2-intel-2017a-OSPRay.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.patch
	new file:   v/VASP/VASP-5.4.4-intel-2017a-03.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a.eb
2017-06-19 12:56:34 +02:00

27 lines
920 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'