mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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