Searched refs:pygsldir (Results 1 – 2 of 2) sorted by relevance
/dports/math/py-pygsl/pygsl-2.3.0/ |
H A D | setup.py | 78 pygsldir = os.path.dirname("__name__") 80 versionfile = open(os.path.join(pygsldir, "pygsl", "_version.py")) 88 gsldist_path = os.path.join(pygsldir, "gsl_dist") 169 t_file = open(os.path.join(pygsldir, a_file_name)) 236 _pygsl_dir = pygsldir
|
H A D | gsl_numobj.py | 29 pygsldir = os.path.join(packagedir, "pygsl") variable 132 file = open(os.path.join(pygsldir, "_numobj.py"), "w") 168 file = open(os.path.join(pygsldir, "_mlab.py"), "w") 188 path = os.path.join(pygsldir, "_numobj.py")
|