Home
last modified time | relevance | path

Searched refs:module_dir_switch (Results 1 – 17 of 17) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/fcompiler/
H A Dcompaq.py37 module_dir_switch = '-module ' # not tested variable in CompaqFCompiler
67 module_dir_switch = '/module:' variable in CompaqVisualFCompiler
H A Dpg.py40 module_dir_switch = '-module ' variable in PGroupFCompiler
86 module_dir_switch = '-module ' # Don't remove ending space! variable in PGroupFlangCompiler
H A Dintel.py50 module_dir_switch = '-module ' # Don't remove ending space! variable in IntelFCompiler
163 module_dir_switch = '/module:' # No space after /module: variable in IntelVisualFCompiler
H A Dpathf95.py21 module_dir_switch = '-module ' # Don't remove ending space! variable in PathScaleFCompiler
H A Dg95.py28 module_dir_switch = '-fmod=' variable in G95FCompiler
H A Dfujitsu.py30 module_dir_switch = '-M' variable in FujitsuFCompiler
H A Dnv.py32 module_dir_switch = '-module ' variable in NVHPCFCompiler
H A Dhpux.py20 module_dir_switch = None #XXX: fix me variable in HPUXFCompiler
H A Dlahey.py23 module_dir_switch = None #XXX Fix me variable in LaheyFCompiler
H A Dsun.py24 module_dir_switch = '-moddir=' variable in SunFCompiler
H A Dvast.py27 module_dir_switch = None #XXX Fix me variable in VastFCompiler
H A Dmips.py21 module_dir_switch = None #XXX: fix me variable in MIPSFCompiler
H A D__init__.py184 module_dir_switch = None variable in FCompiler
617 if self.module_dir_switch is not None:
618 if self.module_dir_switch[-1]==' ':
619 options.extend([self.module_dir_switch.strip(), module_build_dir])
621 options.append(self.module_dir_switch.strip()+module_build_dir)
H A Dabsoft.py44 module_dir_switch = None variable in AbsoftFCompiler
H A Dgnu.py93 module_dir_switch = None variable in GnuFCompiler
307 module_dir_switch = '-J' variable in Gnu95FCompiler
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/command/
H A Dbuild_clib.py327 if fcompiler.module_dir_switch is None:
341 if requiref90 and self._f_compiler.module_dir_switch is None:
H A Dbuild_ext.py478 if fcompiler.module_dir_switch is None:
490 if fcompiler.module_dir_switch is None: