Adding link_paths to craype compilers
This commit is contained in:
parent
63459ab0c7
commit
36450b9bc9
@ -47,10 +47,11 @@ class Craype(Compiler):
|
|||||||
PrgEnv = 'PrgEnv-cray'
|
PrgEnv = 'PrgEnv-cray'
|
||||||
PrgEnv_compiler = 'craype'
|
PrgEnv_compiler = 'craype'
|
||||||
|
|
||||||
# @property
|
link_paths = { 'cc' : 'cc',
|
||||||
# def cxx11_flag(self):
|
'cxx' : 'c++',
|
||||||
# return "-hstd=c++11"
|
'f77' : 'f77',
|
||||||
|
'fc' : 'fc'}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def default_version(cls, comp):
|
def default_version(cls, comp):
|
||||||
return get_compiler_version(comp, r'([Vv]ersion).*(\d+(\.\d+)+)')
|
return get_compiler_version(comp, r'([Vv]ersion).*(\d+(\.\d+)+)')
|
||||||
|
Loading…
Reference in New Issue
Block a user