19 lines
427 B
Plaintext
19 lines
427 B
Plaintext
name = 'ifort'
|
|
version = '2013_sp1.1.106'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
|
description = "Fortran compiler from Intel"
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
sources = ['l_fcompxe_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")
|