Ejemplo n.º 1
0
 def distribution_paths(dname):
     path_substitutions = {
         'SULONG_LIBS': sulong_libs
     }
     return path_substitutions.get(dname, mx._get_dependency_path(dname))
Ejemplo n.º 2
0
 def distribution_paths(dname):
     path_substitutions = {'SULONG_HOME': sulong_libs}
     return path_substitutions.get(
         dname, mx._get_dependency_path(dname))
Ejemplo n.º 3
0
def clibrary_paths():
    return (mx._get_dependency_path(d) for d in clibraryDists)