Searched refs:topdir (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cythonize.sh | 3 topdir=$(cd "$dirn"/.. && pwd) 4 python"${py:=}" "$topdir/conf/cythonize.py" \ 5 --working "$topdir/src" "$@" \
|
| H A D | cythonize.py | 43 topdir = os.path.dirname(appdir) 44 srcdir = os.path.join(topdir, 'src')
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 15 topdir = os.path.abspath(os.path.dirname(__file__)) variable 16 sys.path.insert(0, os.path.join(topdir, 'conf')) 51 with open(os.path.join(topdir, 'src', pkg_init_py)) as f: 63 with open(os.path.join(topdir, 'DESCRIPTION.rst')) as f: 228 if not topdir.endswith(os.path.join(os.path.sep, suffix)): 231 rootdir = os.path.abspath(os.path.join(topdir, *[os.path.pardir] * 3))
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 39 topdir = os.path.abspath(os.path.join(docdir, *[os.path.pardir] * 2)) variable 43 with open(os.path.join(topdir, 'src', package, '__init__.py')) as f: 50 if topdir.endswith(os.path.join(os.path.sep, 'src', 'binding', package)): 51 rootdir = os.path.abspath(os.path.join(topdir, *[os.path.pardir] * 3))
|