20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
|
name = 'icc'
|
||
|
version = '2013_sp1.1.106'
|
||
|
|
||
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
||
|
description = "C and C++ compiler from Intel"
|
||
|
|
||
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
||
|
|
||
|
license_activation = "license_file"
|
||
|
sources = ['l_ccompxe_2013_sp1.1.106.tgz']
|
||
|
|
||
|
# compiler class
|
||
|
moduleclass = 'compiler'
|
||
|
|
||
|
dontcreateinstalldir = 'True'
|
||
|
|
||
|
# license file
|
||
|
import os
|
||
|
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|