MCPcopy Create free account
hub / github.com/numpy/numpy / intel_version_match

Function intel_version_match

numpy/distutils/fcompiler/intel.py:12–14  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

10
11
12def intel_version_match(type):
13 # Match against the important stuff in the version string
14 return simple_version_match(start=r'Intel.*?Fortran.*?(?:%s).*?Version' % (type,))
15
16
17class BaseIntelFCompiler(FCompiler):

Callers 5

IntelFCompilerClass · 0.85
IntelEM64TFCompilerClass · 0.85

Calls 1

simple_version_matchFunction · 0.90

Tested by

no test coverage detected