Home
last modified time | relevance | path

Searched refs:runtime_library_dir_option (Results 1 – 2 of 2) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dsetup.py8 def runtime_library_dir_option(self, dir): function
9 return self.c_compiler.runtime_library_dir_option(dir)
10 FCompiler.runtime_library_dir_option = \
11 runtime_library_dir_option
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dsetup.py10 meth = UnixCCompiler.runtime_library_dir_option.im_func
12 meth = UnixCCompiler.runtime_library_dir_option
13 FCompiler.runtime_library_dir_option = meth