ifort easybuild config
This commit is contained in:
parent
8b71173c69
commit
4dd7ec3182
18
aufgabe4.1/icc/ifort-2013_sp1.1.106.eb
Normal file
18
aufgabe4.1/icc/ifort-2013_sp1.1.106.eb
Normal file
@ -0,0 +1,18 @@
|
||||
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")
|
Loading…
Reference in New Issue
Block a user