Home
last modified time | relevance | path

Searched refs:python_compiler (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/py-pyperf/pyperf-2.3.0/pyperf/
H A D_collect_metadata.py95 python_compiler = normalize_text(platform.python_compiler())
96 if python_compiler:
97 metadata['python_compiler'] = python_compiler
/dports/science/py-dipy/dipy-1.4.1/
H A Dsetup.py134 if 'clang' not in platform.python_compiler().lower():
142 flag_defines = msc_flag_defines if 'msc' in platform.python_compiler().lower() else gcc_flag_defines
/dports/dns/py-namebench/namebench-1.3.1/cocoa/
H A Dmain.py22 platform.python_compiler())
/dports/editors/fileobj/fileobj-0.7.91/src/ext/
H A Dpy.py34 l.append(("compiler", platform.python_compiler()))
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/g2-0.72/g2_python/
H A Dsetup.py43 if platform.python_compiler()[0:3] == 'GCC' and 'sparc' in platform.machine():
/dports/graphics/g2/g2-0.72/g2_python/
H A Dsetup.py43 if platform.python_compiler()[0:3] == 'GCC' and 'sparc' in platform.machine():
/dports/graphics/py-PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5/
H A Dsetup.py101 if sys.platform == 'darwin' and 'clang' in platform.python_compiler().lower():
/dports/databases/py-pyodbc/pyodbc-4.0.32/appveyor/
H A Dbuild_script.cmd20 "%PYTHON_HOME%\python" -c "import platform; print(platform.python_build(), platform.python_compiler
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dplatform.pyi44 def python_compiler() -> str: ...
/dports/math/py-numpy/numpy-1.20.3/numpy/random/
H A Dsetup.py9 platform.python_compiler().startswith('MS'))
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dplatform.pyi44 def python_compiler() -> str: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dplatform.pyi37 def python_compiler() -> str: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dplatform.pyi44 def python_compiler() -> str: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dplatform.pyi65 def python_compiler() -> str: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dplatform.pyi65 def python_compiler() -> str: ...
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tools/
H A Ddiagnose.py89 print('Compiler :', platform.python_compiler())
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/
H A Ddiagnose.py72 print('Compiler :', platform.python_compiler())
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/
H A Ddiagnose.py72 print('Compiler :', platform.python_compiler())
/dports/devel/py-watermark/watermark-2.2.0/watermark/
H A Dwatermark.py221 "Compiler": platform.python_compiler(),
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_platform.py146 self.assertEqual(platform.python_compiler(), info[5])
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_platform.py146 self.assertEqual(platform.python_compiler(), info[5])
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_platform.py117 self.assertEqual(platform.python_compiler(), info[5])
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dapi.py221 if not msvcrt and '1900' in platform.python_compiler():
/dports/databases/pymongo/pymongo-3.12.0/
H A Dsetup.py64 if sys.platform == 'darwin' and 'clang' in platform.python_compiler().lower():
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_platform.py144 self.assertEqual(platform.python_compiler(), info[5])

123456