Esempio n. 1
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     MSVCCompiler.__init__(self, verbose, dry_run, force)
     version_match = simple_version_match(start='Intel\(R\).*?64,')
     self.__version = version_match
Esempio n. 2
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     _MSVCCompiler.__init__(self, verbose, dry_run, force)
Esempio n. 3
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     MSVCCompiler.__init__(self, verbose, dry_run, force)
     version_match = simple_version_match(start='Intel\(R\).*?64,')
     self.__version = version_match