Home
last modified time | relevance | path

Searched refs:use_cython (Results 1 – 24 of 24) sorted by relevance

/dports/devel/py-cytoolz/cytoolz-0.11.0/
H A Dsetup.py43 use_cython = True variable
47 use_cython = False variable
50 use_cython = False variable
59 if use_cython and not has_cython:
63 use_cython = False variable
65 if use_cython:
75 if use_cython:
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_additional_thread_info.py4 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
6 if use_cython == 'YES':
10 elif use_cython == 'NO':
14 elif use_cython is None:
21 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
H A Dpydevd_trace_dispatch.py9 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
14 use_cython = 'NO' variable
38 if use_cython == 'YES':
44 elif use_cython == 'NO':
48 elif use_cython is None:
72 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_additional_thread_info.py4 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
6 if use_cython == 'YES':
10 elif use_cython == 'NO':
14 elif use_cython is None:
21 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
H A Dpydevd_trace_dispatch.py9 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
14 use_cython = 'NO' variable
40 if use_cython == 'YES':
48 elif use_cython == 'NO':
52 elif use_cython is None:
74 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
/dports/science/py-GPy/GPy-1.10.0/GPy/testing/
H A Dstate_space_main_tests.py238 ss_setup.use_cython = use_cython
240 if (ssm.cython_code_available) and (ssm.use_cython != use_cython):
287 ss_setup.use_cython = use_cython
289 if (ssm.cython_code_available) and (ssm.use_cython != use_cython):
435 dH=dH,dR=dR, use_cython=False,
443 dH=dH,dR=dR, use_cython=False,
451 dH=dH,dR=dR, use_cython=True,
479 dH=dH,dR=dR, use_cython=False,
495 dH=dH,dR=dR, use_cython=True,
613 dH=dH,dR=dR, use_cython=True,
[all …]
H A Dgpy_kernels_state_space_tests.py23 use_cython=False, check_gradients=True, argument
30 use_cython=use_cython)
226 use_cython=True, optimize_max_iters=10, check_gradients=False,
233 use_cython=False, optimize_max_iters=10, check_gradients=False,
267 use_cython=False, optimize_max_iters=10, check_gradients=True,
292 use_cython=True, optimize_max_iters=10, check_gradients=True,
299 use_cython=False, optimize_max_iters=10, check_gradients=True,
306 use_cython=False, optimize_max_iters=10, check_gradients=True,
348 use_cython=False, optimize_max_iters=30, check_gradients=True,
390 use_cython=False, optimize_max_iters=30, check_gradients=False,
[all …]
/dports/textproc/py-gensim/gensim-4.0.1/
H A Dsetup.py51 def make_c_ext(use_cython=False): argument
53 if use_cython:
65 def make_cpp_ext(use_cython=False): argument
75 if use_cython:
92 ext_modules = list(itertools.chain(make_c_ext(use_cython=False), make_cpp_ext(use_cython=False)))
115 Cython.Build.cythonize(list(make_c_ext(use_cython=True)))
116 Cython.Build.cythonize(list(make_cpp_ext(use_cython=True)))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/build_tools/
H A Dbuild.py156 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
157 if use_cython == 'YES':
159 elif use_cython == 'NO':
161 elif use_cython is None:
168 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/
H A Dbuild.py161 use_cython = os.getenv('PYDEVD_USE_CYTHON', '').lower() variable
163 if use_cython == 'yes':
165 elif use_cython == 'no':
167 elif not use_cython:
174 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: yes, no)' % (use_cython,))
/dports/devel/py-pydevd/pydevd-1.1.1/build_tools/
H A Dbuild.py158 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
159 if use_cython == 'YES':
161 elif use_cython == 'NO':
163 elif use_cython is None:
170 …aise RuntimeError('Unexpected value for PYDEVD_USE_CYTHON: %s (accepted: YES, NO)' % (use_cython,))
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/
H A Dsetup.py244 use_cython = config.get('use_cython', default=not is_release)
282 if use_cython:
287 use_cython = False
291 source_suffix = '.pyx' if use_cython else '.c'
292 cpp_source_suffix = '.pyx' if use_cython else '.cpp'
396 if use_cython:
H A DCHANGELOG879 prefixed with 'MDA_'. Current options are 'use_cython', 'ues_openmp', 'debug_cflags'
/dports/science/py-GPy/GPy-1.10.0/GPy/models/
H A Dstate_space_model.py26 …def __init__(self, X, Y, kernel=None, noise_var=1.0, kalman_filter_type = 'regular', use_cython = … argument
60 ss_setup.use_cython = use_cython
67 if (ssm.cython_code_available) and (ssm.use_cython != ss_setup.use_cython):
H A Dstate_space_setup.py10 use_cython = False variable
H A Dstate_space_main.py36 use_cython = False variable
38 use_cython = state_space_setup.use_cython variable
41 if use_cython:
116 if use_cython:
186 if use_cython:
277 if use_cython:
322 if use_cython:
422 if use_cython:
474 if use_cython:
521 if use_cython:
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_frame_eval/
H A Dpydevd_frame_eval_main.py17 use_cython = os.getenv('PYDEVD_USE_CYTHON', None) variable
23 elif use_cython == 'NO':
/dports/lang/py-lupa/lupa-1.10/
H A Dsetup.py296 use_cython = has_option('--with-cython') variable
297 if not use_cython:
300 use_cython = True variable
304 if use_cython:
/dports/math/py-PyWavelets/pywt-1.2.0/
H A Dsetup.py121 def get_cython_sources(use_cython): argument
123 cython_sources = [('{0}.pyx' if use_cython else '{0}.c').format(module)
181 def get_ext_modules(use_cython): argument
183 cython_modules, cython_sources = get_cython_sources(use_cython)
/dports/devel/py-lxml/lxml-4.7.1/
H A Dsetupinfo.py91 use_cython = True
110 use_cython = False
157 '.c' if not use_cython else '.py' if is_py else '.pyx')
176 if CYTHON_INSTALLED and use_cython:
/dports/graphics/py-geomdl/geomdl-5.2.10/
H A Dsetup.py59 self.use_cython = 0
67 BUILD_FROM_CYTHON = True if self.use_cython > 0 else False
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dqobjevo.py69 use_cython = [True] variable
71 use_cython = [False]
452 self.use_cython = use_cython[0]
745 new.use_cython = self.use_cython
772 self.use_cython = other.use_cython
1630 elif self.type in ["mixed_callable"] and self.use_cython:
1663 if self.use_cython:
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_qobjevo.py161 op.use_cython = False
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/
H A DChangelog469 use_cython (default True) to setup.cfg. If set to False, then