Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py622 pkgpath = os.path.join('', *modpath[0:-1])
628 return pkgpath, newext
630 def _build_ext_arch(self, ext, pkgpath, arch): argument
635 self.build_lib = os.path.join(build_lib, pkgpath, arch)
658 pkgpath, newext = self._copy_ext(ext)
660 self._build_ext_arch(newext, pkgpath, ARCH)