Ejemplo 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
Ejemplo n.º 2
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     _MSVCCompiler.__init__(self, verbose, dry_run, force)
Ejemplo 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